Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/truss/
H A Dsystable.c1041 { "port_create", SYS_port },
1042 { "port_associate", SYS_port },
1043 { "port_dissociate", SYS_port },
1044 { "port_send", SYS_port },
1045 { "port_sendn", SYS_port },
1046 { "port_get", SYS_port },
1047 { "port_getn", SYS_port },
1048 { "port_alert", SYS_port },
1049 { "port_dispatch", SYS_port },
1251 case SYS_port: /* portfs */ in subsys()
[all …]
H A Dactions.c728 case SYS_port: in sysexit()
H A Dexpound.c5605 case SYS_port: in expound()
/titanic_50/usr/src/uts/common/sys/
H A Dsyscall.h378 #define SYS_port 182 macro