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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Devent_port.c178 port_alert(int port, int flags, int events, void *user) function
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c79 * (see port_alert(3c)).
93 * port_alert() : set/unset a port in alert mode
170 * alert mode using the port_alert() function.
450 static int port_alert(port_t *, int, int, void *);
698 error = port_alert(pp, (int)a1, (int)a2, (void *)a3);
1062 * port_alert()
1063 * The port_alert() funcion is a high priority event and it is always set
1073 port_alert(port_t *pp, int flags, int events, void *user) function
1151 * mode (see port_alert(3c)).
/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h87 typedef struct port_alert { struct

Completed in 50 milliseconds