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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Devent_port.c140 port_sendn(int ports[], int errors[], uint_t nent, int events, void *user) function
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c81 * port_send(3c) or port_sendn(3c).
95 * port_sendn() : send an event of type PORT_SOURCE_USER to a list of ports
175 * function to send a user event to a port or the port_sendn() function
449 static int port_sendn(int [], int [], uint_t, int, void *, uint_t *);
568 error = port_sendn((int *)a0, (int *)a1, (uint_t)a2,
970 * The port_sendn() function is the kernel implementation of the event
971 * port API function port_sendn(3c).
975 port_sendn(int ports[], int errors[], uint_t nent, int events, void *user, function
/illumos-gate/usr/src/man/man3c/
H A DMakefile1019 port_sendn.3c \
2014 port_sendn.3c := LINKSRC = port_send.3c

Completed in 81 milliseconds