Searched refs:PORT_CREATE (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | event_port.c | 41 * The second argument of _portfs(PORT_CREATE, 0,,,) represents the version 45 * library create function like port_create_v1(PORT_CREATE, VERSION,,,) 54 r.r_vals = _portfs(PORT_CREATE | PORT_SYS_NOPORT, 0, 0, 0, 0, 0);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | port_impl.h | 55 #define PORT_CREATE 0 /* create a port */ macro
|
/illumos-gate/usr/src/uts/common/fs/portfs/ |
H A D | port.c | 549 * a0 is a port file descriptor (except for PORT_SENDN and PORT_CREATE). 575 if (opcode == PORT_CREATE) {
|
Completed in 49 milliseconds