Home
last modified time | relevance | path

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

/mirbsd/src/distrib/tools/
Dsundsklbl.c124 l = betoh32(thelabel.sl_xpmag); in main()
126 l += betoh32(thelabel.sl_xpart[i].sdkp_cyloffset); in main()
127 l += betoh32(thelabel.sl_xpart[i].sdkp_nsectors); in main()
130 betoh32(thelabel.sl_xpsum), l); in main()
132 betoh32(thelabel.sl_xpmag), SL_XPMAG); in main()
135 betoh32(thelabel.sl_xpart[i].sdkp_nsectors), in main()
136 betoh32(thelabel.sl_xpart[i].sdkp_cyloffset)); in main()
167 betoh32(thelabel.sl_part[i].sdkp_nsectors), in main()
168 betoh32(thelabel.sl_part[i].sdkp_cyloffset)); in main()
/mirbsd/src/sys/sys/
Dendian.h158 u_int32_t betoh32(u_int32_t);
183 #define betoh32 swap32 macro
216 #define betoh32(x) ((uint32_t)(x)) macro
232 #define ntohl betoh32
235 #define be32toh betoh32
/mirbsd/src/kern/c/
Dntohl.c32 return (betoh32(x)); in ntohl()
/mirbsd/src/usr.bin/cdio/
Dmmc.c208 dlen = betoh32(*(u_int32_t *)buf) + 4; in get_media_capabilities()
597 *availblk = betoh32(tmp); in get_disc_size()
623 *nwa = betoh32(tmp); in get_nwa()
Dcdio.c1500 lba2msf(betoh32(s.data->what.position.reladdr.lba), &mm, &ss, in status()
/mirbsd/src/lib/libc/net/
DMakefile.inc53 byteorder.3 htobe64.3 byteorder.3 betoh16.3 byteorder.3 betoh32.3 \
/mirbsd/src/sbin/bioctl/
Dbioctl.c793 rc.maxlba = betoh32(rc.maxlba); in bio_pt_readcap()
794 rc.bsize = betoh32(rc.bsize); in bio_pt_readcap()
/mirbsd/src/sys/dev/ic/
Dtpm.c442 size = betoh32(*(u_int32_t *)(sc->buffer + 2)); in tpm_read_data()
Daic7xxx_openbsd.h153 #define ahc_be32toh(x) betoh32(x)
/mirbsd/src/usr.bin/elf2aout/
Delf2aout.c72 #define ftoh32(x) (is_lefile ? letoh32(x) : betoh32(x))
/mirbsd/src/sys/scsi/
Dcd.c969 cte->addr.lba = betoh32(cte->addr.lba);
1012 cte->addr.lba = betoh32(cte->addr.lba);
/mirbsd/src/distrib/lists/htman/htmi/
Dmi3098 ./man3/betoh32.htm
/mirbsd/src/distrib/lists/base/dev/
Dmi5354 ./usr/share/man/cat3/betoh32.0