Searched refs:port_alloc_event (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dport_kernel.h75 /* flags : port_alloc_event() */
157 int port_alloc_event(int, int, int, port_kevent_t **);
/illumos-gate/usr/src/uts/common/os/
H A Daio.c1147 * Allocate an event port structure (port_alloc_event()) and store the
1161 error = port_alloc_event(pntfy->portnfy_port, PORT_ALLOC_DEFAULT,
1256 error = port_alloc_event(pnotify.portnfy_port,
1456 error = port_alloc_event(pnotify.portnfy_port,
2964 error = port_alloc_event(pnotify.portnfy_port,
3171 error = port_alloc_event(pnotify.portnfy_port,
3449 error = port_alloc_event(pnotify.portnfy_port,
3676 error = port_alloc_event(pnotify.portnfy_port,
H A Dport_subr.c136 * during the allocation time (see port_alloc_event()). The data related to
217 * The port_alloc_event() function has to be used by all event sources
248 port_alloc_event(int port, int flags, int source, port_kevent_t **pkevpp) function
295 * This function is faster than the standard port_alloc_event() and
313 * It is doing the same job as port_alloc_event() but with the event port
347 * port_alloc_event_block() has the same functionality of port_alloc_event() +
H A Dtimer.c656 error = port_alloc_event(port, PORT_ALLOC_SCACHED,

Completed in 699 milliseconds