Searched refs:LongHex (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/usr.bin/truss/ |
| HD | syscall.h | 40 enum Argtype { None = 1, Hex, Octal, Int, UInt, LongHex, Name, Ptr, Stat, Ioctl, enumerator
|
| HD | syscalls.c | 101 .args = { { Ptr, 0 }, { Umtxop, 1 }, { LongHex, 2 }, { Ptr, 3 }, 304 .args = { { Int, 0 }, { Signal, 1 }, { LongHex, 2 } } }, 950 sc->args[i].type = LongHex; in get_syscall() 1151 case LongHex: in print_arg()
|