Searched defs:lmap_ok (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libtnfctl/
H A Dchecklib.c47 boolean_t lmap_ok; local
56 /* return value of lmap_ok, dl_evt ignored */
57 prexstat = _tnfctl_refresh_process(hndl, &lmap_ok, &dl_evt);
58 assert(lmap_ok == B_TRUE);
146 boolean_t lmap_ok; local
153 prexstat = _tnfctl_refresh_process(hndl, &lmap_ok, &dl_evt);
H A Dprobes.c95 _tnfctl_lmap_update(tnfctl_handle_t *hndl, boolean_t *lmap_ok, argument
101 *lmap_ok = B_TRUE;
117 * error - return without setting lmap_ok.
132 *lmap_ok = B_FALSE;
H A Dutil.c93 _tnfctl_refresh_process(tnfctl_handle_t *hndl, boolean_t *lmap_ok, argument
112 prexstat = _tnfctl_lmap_update(hndl, lmap_ok, dl_evt);
140 boolean_t lmap_ok; local
153 prexstat = _tnfctl_lmap_update(hndl, &lmap_ok, &dl_evt);

Completed in 132 milliseconds