Searched refs:portev_source (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/portfs/ |
H A D | file_assoc.c | 183 "0x%x\n", pe.portev_events, pe.portev_source); in fa_run_test() 201 if (pe.portev_source != PORT_SOURCE_FILE) { in fa_run_test() 203 "0x%x\n", pe.portev_source, PORT_SOURCE_FILE); in fa_run_test()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | port.h | 51 ushort_t portev_source; /* event source */ member 83 ushort_t portev_source; /* user, timer, aio, etc */ member
|
/illumos-gate/usr/src/lib/libc/port/rt/ |
H A D | sigev_thread.c | 199 switch (port_event.portev_source) { in timer_spawner() 209 tcdp->tcd_port, port_event.portev_source); in timer_spawner() 292 switch (port_event.portev_source) { in aio_spawner() 302 tcdp->tcd_port, port_event.portev_source); in aio_spawner()
|
/illumos-gate/usr/src/test/os-tests/tests/regression/ |
H A D | illumos-15031.c | 37 if (res != 0 || ev.portev_source == 0) { in has_event()
|
/illumos-gate/usr/src/test/os-tests/tests/uccid/ |
H A D | txn-pollerr.c | 83 VERIFY3S(pe.portev_source, ==, PORT_SOURCE_FD); in main()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/ |
H A D | msnc.c | 60 VERIFY3U(pe.portev_source, ==, PORT_SOURCE_FD); in msnc_wait()
|
/illumos-gate/usr/src/uts/common/fs/portfs/ |
H A D | port.c | 1598 puevp->portev_source = pkevp->portkev_source; in port_copy_event() 1653 puevp->portev_source = pkevp->portkev_source; in port_copy_event32() 1702 uev.portev_source = PORT_SOURCE_ALERT; in port_get_alert() 1711 uev32.portev_source = PORT_SOURCE_ALERT; in port_get_alert()
|
/illumos-gate/usr/src/lib/lib9p/common/transport/ |
H A D | socket.c | 358 if (esvr->ev_pe[i].portev_source != PORT_SOURCE_FD) in l9p_event_get()
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | idmap_config.c | 1334 switch (pe.portev_source) { in wait_for_event()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 3689 args.portev_source); in show_portargs() 3708 args.portev_source); in show_portargs32()
|