Searched refs:_tnfctl_lock_libs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libtnfctl/
H A Dtnfctl_int.h284 tnfctl_errcode_t _tnfctl_lock_libs(tnfctl_handle_t *hndl,
324 #define LOCK(hndl, stat, release) (void) _tnfctl_lock_libs(hndl, &release)
327 (void) _tnfctl_lock_libs(hndl, &release); \
336 stat = _tnfctl_lock_libs(hndl, &release); \
344 stat = _tnfctl_lock_libs(hndl, &release); \
H A Dchecklib.c63 * _tnfctl_lock_libs() locks the library list maintained in the prex
72 * protector on the lock i.e. we can call _tnfctl_lock_libs() safely even if
83 _tnfctl_lock_libs(tnfctl_handle_t *hndl, boolean_t *release_lock) function

Completed in 58 milliseconds