Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnfctl/
H A Dcontinue.c60 tnfctl_event_t my_evt = TNFCTL_EVENT_EINTR; in tnfctl_continue() local
96 prexstat = _tnfctl_continue(hndl, &my_evt, &oldmask, in tnfctl_continue()
99 if (my_evt == TNFCTL_EVENT_TARGGONE || in tnfctl_continue()
100 my_evt == TNFCTL_EVENT_EXIT) { in tnfctl_continue()
109 *evt = my_evt; in tnfctl_continue()
111 } else if (my_evt == TNFCTL_EVENT_EXEC) { in tnfctl_continue()
112 *evt = my_evt; in tnfctl_continue()
120 if (my_evt == TNFCTL_EVENT_FORK) { in tnfctl_continue()
125 *evt = my_evt; in tnfctl_continue()
152 *evt = my_evt; in tnfctl_continue()