Home
last modified time | relevance | path

Searched refs:SYS_times (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsyscall.h102 #define SYS_times 43 macro
/illumos-gate/usr/src/uts/common/brand/sn1/
H A Dsn1_brand.c250 sn1_emulation_table[SYS_times] = 1; /* 43 */ in _init()
/illumos-gate/usr/src/lib/brand/sn1/sn1_brand/common/
H A Dsn1_brand.c116 IN_KERNEL_SYSCALL(times, SYS_times) /* 43 */
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4982 case SYS_times: in expound()