Home
last modified time | relevance | path

Searched refs:_tnfctl_unlock_libs (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libtnfctl/
H A Dtnfctl_int.h286 void _tnfctl_unlock_libs(tnfctl_handle_t *hndl, boolean_t release_lock);
330 #define UNLOCK(hndl, release) _tnfctl_unlock_libs(hndl, release)
349 _tnfctl_unlock_libs(hndl, release); \
357 _tnfctl_unlock_libs(hndl, release_lock); \
H A Dchecklib.c115 _tnfctl_unlock_libs(tnfctl_handle_t *hndl, boolean_t release_lock) in _tnfctl_unlock_libs() function