HomeSort by: relevance | last modified time | path
    Searched defs:byteswap (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/cgdconfig/
cgdconfig.c 1234 bool byteswap; local in function:verify_zfs
1237 byteswap = true;
1240 byteswap = false;
1247 if (byteswap) {
1253 if (byteswap) {
cgdconfig.c 1234 bool byteswap; local in function:verify_zfs
1237 byteswap = true;
1240 byteswap = false;
1247 if (byteswap) {
1253 if (byteswap) {
  /src/usr.sbin/mtrace/
mtrace.c 139 u_long byteswap(u_long);
384 byteswap(u_long v) function in typeref:typename:u_long
985 b->tr_qarr = byteswap(b->tr_qarr);
986 b->tr_vifin = byteswap(b->tr_vifin);
987 b->tr_vifout = byteswap(b->tr_vifout);
988 b->tr_pktcnt = byteswap(b->tr_pktcnt);
991 n->tr_qarr = byteswap(n->tr_qarr);
992 n->tr_vifin = byteswap(n->tr_vifin);
993 n->tr_vifout = byteswap(n->tr_vifout);
994 n->tr_pktcnt = byteswap(n->tr_pktcnt)
    [all...]
mtrace.c 139 u_long byteswap(u_long);
384 byteswap(u_long v) function in typeref:typename:u_long
985 b->tr_qarr = byteswap(b->tr_qarr);
986 b->tr_vifin = byteswap(b->tr_vifin);
987 b->tr_vifout = byteswap(b->tr_vifout);
988 b->tr_pktcnt = byteswap(b->tr_pktcnt);
991 n->tr_qarr = byteswap(n->tr_qarr);
992 n->tr_vifin = byteswap(n->tr_vifin);
993 n->tr_vifout = byteswap(n->tr_vifout);
994 n->tr_pktcnt = byteswap(n->tr_pktcnt)
    [all...]

Completed in 26 milliseconds