Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libslp/clib/
H A DSLPOpen.c52 hp->pending_outcall = SLP_FALSE; in SLPOpen()
129 if (hp->pending_outcall) { in SLPClose()
146 while (hp->pending_outcall) { in SLPClose()
H A Dslp_utils.c105 if (hp->pending_outcall) { in slp_start_call()
109 hp->pending_outcall = SLP_TRUE; in slp_start_call()
125 hp->pending_outcall = SLP_FALSE; in slp_end_call()
H A Dslp-internal.h143 SLPBoolean pending_outcall; /* is handle in use? */ member