Searched defs:port_getn (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Devent_port.c81 port_getn(int port, port_event_t list[], uint_t max, uint_t *nget, function
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c97 * port_getn() : retrieve a list of events from a port
195 * - the application uses port_get() or port_getn() to retrieve events,
203 * The port_get() function retrieves a single event and the port_getn()
354 * The application uses port_get() or port_getn() to retrieve events from
355 * a port. port_get() retrieves a single event structure/slot and port_getn()
364 * The port_get() and port_getn() functions
447 static int port_getn(port_t *, port_event_t *, uint_t, uint_t *,
613 error = port_getn(pp, (port_event_t *)a1, 1,
621 * port_getn() can only retrieve own or shareable events from
622 * other processes. The port_getn() functio
1159 port_getn(port_t *pp, port_event_t *uevp, uint_t max, uint_t *nget, function
[all...]
/illumos-gate/usr/src/man/man3c/
H A DMakefile1018 port_getn.3c \
2012 port_getn.3c := LINKSRC = port_get.3c

Completed in 73 milliseconds