Searched defs:swap_uint32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/file/
H A Dfile.c177 static uint32_t swap_uint32(uint32_t);
1607 } else if (dhp->dump_magic == swap_uint32(DUMP_MAGIC)) {
1608 print_dumphdr(fd, dhp, swap_uint32, OTHER_ISA);
1611 dhp->dump_magic == swap_uint32(OLD_DUMP_MAGIC)) {
1664 swap_uint32(uint32_t in) function

Completed in 48 milliseconds