Home
last modified time | relevance | path

Searched refs:le16enc (Results 1 – 13 of 13) sorted by relevance

/dragonfly/lib/libc/uuid/
H A Duuid_stream.c61 le16enc(p + 4, uuid->time_mid); in uuid_enc_le()
62 le16enc(p + 6, uuid->time_hi_and_version); in uuid_enc_le()
/dragonfly/sys/dev/drm/include/asm/
H A Dunaligned.h48 le16enc(p, v); in put_unaligned_le16()
/dragonfly/sys/kern/
H A Dkern_uuid.c313 le16enc(p + 4, uuid->time_mid); in le_uuid_enc()
314 le16enc(p + 6, uuid->time_hi_and_version); in le_uuid_enc()
/dragonfly/usr.sbin/efibootmgr/
H A Defibootmgr.c444 le16enc(new, val); in add_to_boot_order()
524 le16enc(&num, bootnum); in handle_bootnext()
632 le16enc(pos, dp_size); in create_loadopt()
974 le16enc(&timeout, to); in handle_timeout()
/dragonfly/sys/vfs/msdosfs/
H A Dbpb.h100 #define putushort(p, v) le16enc(p, v)
/dragonfly/sys/sys/
H A Dendian.h171 le16enc(void *pp, __uint16_t u) in le16enc() function
/dragonfly/sbin/gpt/
H A Dgpt.c252 le16enc(p + 4, uuid->time_mid); in le_uuid_enc()
253 le16enc(p + 6, uuid->time_hi_and_version); in le_uuid_enc()
/dragonfly/lib/libefivar/
H A Duefi-dputil.c404 le16enc(&((EFI_DEVICE_PATH_PROTOCOL *)(Node))->Length[0], (UINT16)(Length)); in SetDevicePathNodeLength()
/dragonfly/sbin/fsck_msdosfs/
H A Dfat.c255 le16enc(p, (uint16_t)nextcl); in fat_set_fat12_next()
296 le16enc(p, (uint16_t)nextcl); in fat_set_fat16_next()
/dragonfly/sys/dev/disk/nata/chipsets/
H A Data-marvell.c364 le16enc(bytep + 4 * sizeof(u_int16_t), in ata_marvell_edma_begin_transaction()
/dragonfly/share/man/man9/
H A DMakefile369 byteorder.9 le16enc.9 \
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_output.c1955 le16enc(frm, v); \
2010 le16enc(frm, v); \
H A Dieee80211_hwmp.c700 le16enc(frm, v); \