Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnfctl/
H A Dchecklib.c46 enum event_op_t dl_evt; in tnfctl_check_libs() local
57 prexstat = _tnfctl_refresh_process(hndl, &lmap_ok, &dl_evt); in tnfctl_check_libs()
145 enum event_op_t dl_evt; in _tnfctl_sync_lib_list() local
153 prexstat = _tnfctl_refresh_process(hndl, &lmap_ok, &dl_evt); in _tnfctl_sync_lib_list()
H A Dcontinue.c61 enum event_op_t dl_evt; in tnfctl_continue() local
147 prexstat = _tnfctl_refresh_process(hndl, &lmapok, &dl_evt); in tnfctl_continue()
154 if (dl_evt == EVT_OPEN) in tnfctl_continue()
156 else if (dl_evt == EVT_CLOSE) in tnfctl_continue()
H A Dutil.c94 enum event_op_t *dl_evt) in _tnfctl_refresh_process() argument
112 prexstat = _tnfctl_lmap_update(hndl, lmap_ok, dl_evt); in _tnfctl_refresh_process()
120 if (*dl_evt != EVT_NONE) { in _tnfctl_refresh_process()
141 enum event_op_t dl_evt; in _tnfctl_set_state() local
153 prexstat = _tnfctl_lmap_update(hndl, &lmap_ok, &dl_evt); in _tnfctl_set_state()
H A Dprobes.c96 enum event_op_t *dl_evt) in _tnfctl_lmap_update() argument
143 *dl_evt = EVT_NONE; in _tnfctl_lmap_update()
146 *dl_evt = EVT_CLOSE; in _tnfctl_lmap_update()
150 *dl_evt = EVT_OPEN; in _tnfctl_lmap_update()
158 if (*dl_evt != EVT_NONE) { in _tnfctl_lmap_update()