Searched defs:port_send (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | event_port.c | 112 port_send(int port, int events, void *user) function
|
| /illumos-gate/usr/src/uts/common/fs/portfs/ |
| H A D | port.c | 81 * port_send(3c) or port_sendn(3c). 94 * port_send() : send an event of type PORT_SOURCE_USER to a port 174 * This type of event is generated from user level using the port_send() 452 static int port_send(port_t *, int, int, void *); 662 error = port_send(pp, PORT_SOURCE_USER, (int)a1, (void *)a2); 881 * The port_send() function sends an event of type "source" to a 886 * This function is used by the port library function port_send() 887 * and port_dispatch(). The port_send(3c) function is part of the 894 port_send(port_t *pp, int source, int events, void *user) function
|
Completed in 62 milliseconds