Home
last modified time | relevance | path

Searched refs:le32enc (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/sys/
H A Dendian.h180 le32enc(void *pp, __uint32_t u) in le32enc() function
195 le32enc(p, u & 0xffffffff); in le64enc()
196 le32enc(p + 4, u >> 32); in le64enc()
/dragonfly/sys/dev/drm/include/asm/
H A Dunaligned.h62 le32enc(p, v); in put_unaligned_le32()
/dragonfly/lib/libc/uuid/
H A Duuid_stream.c60 le32enc(p, uuid->time_low); in uuid_enc_le()
/dragonfly/sys/dev/disk/nata/chipsets/
H A Data-marvell.c359 le32enc(bytep + 0 * sizeof(u_int32_t), in ata_marvell_edma_begin_transaction()
361 le32enc(bytep + 1 * sizeof(u_int32_t), in ata_marvell_edma_begin_transaction()
394 le32enc(bytep + 2 * sizeof(u_int32_t), in ata_marvell_edma_begin_transaction()
/dragonfly/sys/vfs/msdosfs/
H A Dbpb.h101 #define putulong(p, v) le32enc(p, v)
/dragonfly/sys/kern/
H A Dkern_uuid.c312 le32enc(p, uuid->time_low); in le_uuid_enc()
/dragonfly/usr.sbin/efibootmgr/
H A Defibootmgr.c400 le32enc(data, load_attrs); in handle_activity()
629 le32enc(pos, attributes); in create_loadopt()
/dragonfly/sbin/fsck_msdosfs/
H A Dfat.c335 le32enc(p, (uint32_t)nextcl); in fat_set_fat32_next()
480 le32enc(p, (uint32_t)nextcl); in fat_set_fat32_cached_next()
/dragonfly/sbin/gpt/
H A Dgpt.c251 le32enc(p, uuid->time_low); in le_uuid_enc()
/dragonfly/share/man/man9/
H A DMakefile372 byteorder.9 le32enc.9 \
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_hwmp.c704 le32enc(frm, v); \
H A Dieee80211_output.c1630 le32enc(mc->mc_seq, ms->ms_seq);