Home
last modified time | relevance | path

Searched refs:SYS_kaio (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dsystable.c985 { "aioread", SYS_kaio },
986 { "aiowrite", SYS_kaio },
987 { "aiowait", SYS_kaio },
988 { "aiocancel", SYS_kaio },
989 { "aionotify", SYS_kaio },
1199 case SYS_kaio: /* kaio() */ in subsys()
1456 case SYS_kaio: /* kaio() */ in getsubcode()
1638 case SYS_kaio: in nsubcodes()
H A Dexpound.c5247 case SYS_kaio: in expound()
/illumos-gate/usr/src/uts/common/sys/
H A Dsyscall.h356 #define SYS_kaio 178 macro