Home
last modified time | relevance | path

Searched refs:pending_outcall (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPOpen.c50 hp->pending_outcall = SLP_FALSE; in SLPOpen()
127 if (hp->pending_outcall) { in SLPClose()
144 while (hp->pending_outcall) { in SLPClose()
H A Dslp_utils.c103 if (hp->pending_outcall) { in slp_start_call()
107 hp->pending_outcall = SLP_TRUE; in slp_start_call()
123 hp->pending_outcall = SLP_FALSE; in slp_end_call()
H A Dslp-internal.h141 SLPBoolean pending_outcall; /* is handle in use? */ member