HomeSort by: relevance | last modified time | path
    Searched refs:target32toh (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/disklabel/
bswap.h 48 #define target32toh(x) (bswap_p ? bswap32(x) : (x)) macro
57 #define target32toh(x) (x) macro
main.c 1253 if (target32toh(tlp.d_magic) != DISKMAGIC) {
1255 if (target32toh(tlp.d_magic) == DISKMAGIC_REV &&
1256 target32toh(tlp.d_magic2) == DISKMAGIC_REV)

Completed in 31 milliseconds