Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnfctl/
H A Dchecklib.c47 boolean_t lmap_ok; in tnfctl_check_libs() local
57 prexstat = _tnfctl_refresh_process(hndl, &lmap_ok, &dl_evt); in tnfctl_check_libs()
58 assert(lmap_ok == B_TRUE); in tnfctl_check_libs()
146 boolean_t lmap_ok; in _tnfctl_sync_lib_list() local
153 prexstat = _tnfctl_refresh_process(hndl, &lmap_ok, &dl_evt); in _tnfctl_sync_lib_list()
H A Dutil.c93 _tnfctl_refresh_process(tnfctl_handle_t *hndl, boolean_t *lmap_ok, in _tnfctl_refresh_process() argument
112 prexstat = _tnfctl_lmap_update(hndl, lmap_ok, dl_evt); in _tnfctl_refresh_process()
140 boolean_t lmap_ok; in _tnfctl_set_state() local
153 prexstat = _tnfctl_lmap_update(hndl, &lmap_ok, &dl_evt); in _tnfctl_set_state()
H A Dprobes.c95 _tnfctl_lmap_update(tnfctl_handle_t *hndl, boolean_t *lmap_ok, in _tnfctl_lmap_update() argument
101 *lmap_ok = B_TRUE; in _tnfctl_lmap_update()
132 *lmap_ok = B_FALSE; in _tnfctl_lmap_update()
H A Dtnfctl_int.h229 tnfctl_errcode_t _tnfctl_lmap_update(tnfctl_handle_t *hndl, boolean_t *lmap_ok,