Searched refs:port_event_t (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/head/ |
H A D | port.h | 48 int port_get(int, port_event_t *, struct timespec *); 49 int port_getn(int, port_event_t [], uint_t, uint_t *, struct timespec *);
|
/titanic_44/usr/src/uts/common/fs/portfs/ |
H A D | port.c | 447 static int port_getn(port_t *, port_event_t *, uint_t, uint_t *, 454 static int port_get_alert(port_alert_t *, port_event_t *); 455 static int port_copy_event(port_event_t *, port_kevent_t *, list_t *); 613 error = port_getn(pp, (port_event_t *)a1, 1, in portfs() 632 error = port_getn(pp, (port_event_t *)a1, (uint_t)a2, in portfs() 1159 port_getn(port_t *pp, port_event_t *uevp, uint_t max, uint_t *nget, in port_getn() 1169 port_event_t *kevp; in port_getn() 1383 eventsz = sizeof (port_event_t); in port_getn() 1576 port_copy_event(port_event_t *puevp, port_kevent_t *pkevp, list_t *list) in port_copy_event() 1679 port_get_alert(port_alert_t *pa, port_event_t *uevp) in port_get_alert() [all …]
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | event_port.c | 69 port_get(int port, port_event_t *pe, struct timespec *to) in port_get() 81 port_getn(int port, port_event_t list[], uint_t max, uint_t *nget, in port_getn()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | port.h | 55 } port_event_t; typedef
|
/titanic_44/usr/src/cmd/tail/ |
H A D | forward.c | 265 associate(file_info_t *file, boolean_t assoc, port_event_t *ev) in associate() 392 port_event_t ev; in follow()
|
/titanic_44/usr/src/cmd/hal/hald/solaris/ |
H A D | osspec.c | 206 port_event_t pe; in mnttab_event()
|
/titanic_44/usr/src/lib/libc/port/rt/ |
H A D | sigev_thread.c | 190 port_event_t port_event; in timer_spawner() 279 port_event_t port_event; in aio_spawner()
|
/titanic_44/usr/src/cmd/svc/startd/ |
H A D | wait.c | 256 port_event_t pe; in wait_thread()
|
/titanic_44/usr/src/cmd/ctwatch/ |
H A D | ctwatch.c | 378 port_event_t pe; in main()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_main.c | 782 port_event_t p_ev; in main_loop()
|
/titanic_44/usr/src/cmd/idmap/idmapd/ |
H A D | idmap_config.c | 1166 port_event_t pe; in wait_for_event()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | expound.c | 3816 port_event_t args; in show_portargs()
|