/illumos-gate/usr/src/head/ |
H A D | port.h | 46 int port_get(int, port_event_t *, struct timespec *); 47 int port_getn(int, port_event_t [], uint_t, uint_t *, struct timespec *);
|
/illumos-gate/usr/src/uts/common/fs/portfs/ |
H A D | port.c | 450 static int port_getn(port_t *, port_event_t *, uint_t, uint_t *, 457 static int port_get_alert(port_alert_t *, port_event_t *); 458 static int port_copy_event(port_event_t *, port_kevent_t *, list_t *); 616 error = port_getn(pp, (port_event_t *)a1, 1, in portfs() 635 error = port_getn(pp, (port_event_t *)a1, (uint_t)a2, in portfs() 1163 port_getn(port_t *pp, port_event_t *uevp, uint_t max, uint_t *nget, in port_getn() 1173 port_event_t *kevp; in port_getn() 1387 eventsz = sizeof (port_event_t); in port_getn() 1592 port_copy_event(port_event_t *puevp, port_kevent_t *pkevp, list_t *list) in port_copy_event() 1695 port_get_alert(port_alert_t *pa, port_event_t *uevp) in port_get_alert() [all …]
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | event_port.c | 67 port_get(int port, port_event_t *pe, struct timespec *to) in port_get() 79 port_getn(int port, port_event_t list[], uint_t max, uint_t *nget, in port_getn()
|
/illumos-gate/usr/src/test/os-tests/tests/regression/ |
H A D | illumos-15031.c | 32 port_event_t ev = { 0 }; in has_event()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | port.h | 55 } port_event_t; typedef
|
/illumos-gate/usr/src/test/os-tests/tests/uccid/ |
H A D | txn-pollerr.c | 40 port_event_t pe; in main()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/ |
H A D | msnc.c | 47 port_event_t pe; in msnc_wait()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/hal/hald/solaris/ |
H A D | osspec.c | 204 port_event_t pe; in mnttab_event()
|
/illumos-gate/usr/src/test/os-tests/tests/portfs/ |
H A D | file_assoc.c | 101 port_event_t pe; in fa_run_test()
|
/illumos-gate/usr/src/lib/lib9p/common/transport/ |
H A D | socket.c | 73 port_event_t *ev_pe; 217 svr->ev_pe = calloc(nsockets, sizeof(port_event_t)); in l9p_init_event_svr()
|
/illumos-gate/usr/src/test/os-tests/tests/tcpsig/ |
H A D | tcpsig.c | 432 port_event_t pe; in tcpsig_connect() 550 port_event_t pe; in tcpsig_sendrecv()
|
/illumos-gate/usr/src/lib/libc/port/rt/ |
H A D | sigev_thread.c | 188 port_event_t port_event; in timer_spawner() 277 port_event_t port_event; in aio_spawner()
|
/illumos-gate/usr/src/test/os-tests/tests/minttl/ |
H A D | minttl.c | 425 port_event_t pe; in ttl_connect() 553 port_event_t pe; in ttl_sendrecv()
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | wait.c | 259 port_event_t pe; in wait_thread()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | mevent.c | 590 mevent_handle_pe(port_event_t *pe) in mevent_handle_pe() 898 port_event_t pev; in mevent_dispatch()
|
/illumos-gate/usr/src/cmd/ctwatch/ |
H A D | ctwatch.c | 376 port_event_t pe; in main()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_main.c | 783 port_event_t p_ev; in main_loop()
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | idmap_config.c | 1314 port_event_t pe; in wait_for_event()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 3683 port_event_t args; in show_portargs()
|