Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtnfctl/
H A Dcontinue.c41 tnfctl_event_t *evt, sigset_t *oldmask, boolean_t watch_forks);
52 tnfctl_continue(tnfctl_handle_t *hndl, tnfctl_event_t *evt, in tnfctl_continue()
60 tnfctl_event_t my_evt = TNFCTL_EVENT_EINTR; in tnfctl_continue()
168 _tnfctl_continue(tnfctl_handle_t *hndl, tnfctl_event_t *evt, sigset_t *oldmask, in _tnfctl_continue()
H A Dtnfctl.h147 } tnfctl_event_t; typedef
218 tnfctl_event_t *, /* return value - why did process stop ? */
/titanic_50/usr/src/cmd/tnf/prex/
H A Dmain.c172 tnfctl_event_t event = TNFCTL_EVENT_EINTR; in main()