Home
last modified time | relevance | path

Searched refs:portev_events (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dport.h50 int portev_events; /* event data is source specific */ member
82 int portev_events; /* events detected */ member
/titanic_41/usr/src/cmd/tail/
H A Dforward.c343 if (ev == NULL || (ev->portev_events & FILE_TRUNC) || in associate()
344 !(ev->portev_events & (FILE_MODIFIED | FILE_TRUNC))) { in associate()
352 if (ev == NULL || (ev->portev_events & FILE_MODIFIED) || in associate()
353 !(ev->portev_events & (FILE_MODIFIED | FILE_TRUNC))) { in associate()
491 if (ev.portev_events & FILE_TRUNC) in follow()
/titanic_41/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c205 if (port_event.portev_events != SIGEV_THREAD_TERM) in timer_spawner()
216 tcdp->tcd_overruns = port_event.portev_events - 1; in timer_spawner()
298 if (port_event.portev_events != SIGEV_THREAD_TERM) in aio_spawner()
309 switch (port_event.portev_events) { in aio_spawner()
384 PORT_SOURCE_AIO, port_event.portev_events, in aio_spawner()
/titanic_41/usr/src/cmd/svc/startd/
H A Dwait.c276 if ((pe.portev_events & POLLHUP) == POLLHUP) { in wait_thread()
305 (pe.portev_events & POLLERR) == 0) { in wait_thread()
/titanic_41/usr/src/uts/common/fs/portfs/
H A Dport.c1585 puevp->portev_events = pkevp->portkev_events; in port_copy_event()
1602 &puevp->portev_events, pkevp->portkev_pid, in port_copy_event()
1640 puevp->portev_events = pkevp->portkev_events; in port_copy_event32()
1658 &puevp->portev_events, pkevp->portkev_pid, in port_copy_event32()
1688 uev.portev_events = pa->portal_events; in port_get_alert()
1697 uev32.portev_events = pa->portal_events; in port_get_alert()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_main.c828 p_ev.portev_events, in main_loop()
838 if (p_ev.portev_events & (POLLHUP|POLLERR)) { in main_loop()
856 if (p_ev.portev_events & (POLLHUP|POLLERR)) { in main_loop()
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1196 if (pe.portev_events == POKE_AUTO_DISCOVERY) in wait_for_event()
1198 if (pe.portev_events == RECONFIGURE) in wait_for_event()
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c3821 args.portev_events, in show_portargs()
3841 args.portev_events, in show_portargs32()