Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dsystable.c1045 { "port_create", SYS_port },
1046 { "port_associate", SYS_port },
1047 { "port_dissociate", SYS_port },
1048 { "port_send", SYS_port },
1049 { "port_sendn", SYS_port },
1050 { "port_get", SYS_port },
1051 { "port_getn", SYS_port },
1052 { "port_alert", SYS_port },
1053 { "port_dispatch", SYS_port },
1255 case SYS_port: /* portfs */ in subsys()
[all …]
H A Dactions.c724 case SYS_port: in sysexit()
H A Dexpound.c5369 case SYS_port: in expound()
/illumos-gate/usr/src/uts/common/sys/
H A Dsyscall.h381 #define SYS_port 182 macro