Searched refs:dl_evt (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libtnfctl/
H A Dchecklib.c46 enum event_op_t dl_evt; local
56 /* return value of lmap_ok, dl_evt ignored */
57 prexstat = _tnfctl_refresh_process(hndl, &lmap_ok, &dl_evt);
145 enum event_op_t dl_evt; local
153 prexstat = _tnfctl_refresh_process(hndl, &lmap_ok, &dl_evt);
H A Dcontinue.c61 enum event_op_t dl_evt; local
147 prexstat = _tnfctl_refresh_process(hndl, &lmapok, &dl_evt);
154 if (dl_evt == EVT_OPEN)
156 else if (dl_evt == EVT_CLOSE)
H A Dutil.c94 enum event_op_t *dl_evt)
112 prexstat = _tnfctl_lmap_update(hndl, lmap_ok, dl_evt);
120 if (*dl_evt != EVT_NONE) {
141 enum event_op_t dl_evt; local
153 prexstat = _tnfctl_lmap_update(hndl, &lmap_ok, &dl_evt);
93 _tnfctl_refresh_process(tnfctl_handle_t *hndl, boolean_t *lmap_ok, enum event_op_t *dl_evt) argument
H A Dprobes.c96 enum event_op_t *dl_evt)
138 * can only be one since we monitor all dl activity. The dl_evt
143 *dl_evt = EVT_NONE;
146 *dl_evt = EVT_CLOSE;
150 *dl_evt = EVT_OPEN;
158 if (*dl_evt != EVT_NONE) {
95 _tnfctl_lmap_update(tnfctl_handle_t *hndl, boolean_t *lmap_ok, enum event_op_t *dl_evt) argument

Completed in 65 milliseconds