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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c1284 #define EMPTY_STACK(sp) ((sp)->depth == 0) macro
1317 while (!EMPTY_STACK(sp)) {
1349 while (!EMPTY_STACK(sp) &&
1356 if (EMPTY_STACK(sp)) {
1384 while (!EMPTY_STACK(&stack)) {
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c131 #define EMPTY_STACK(stack) ((stack)->depth == 0) macro
1761 while (!EMPTY_STACK(dsp)) {
2060 while (!EMPTY_STACK(dsp)) {

Completed in 260 milliseconds