Searched defs:pop_push (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c666 pop_push(fd) function
675 DEBUG(5, (optional ? "pop_push: optionally POPing %s\n"
676 : "pop_push: POPing %s\n" ), strmod);
678 DEBUG(5, "pop_push: I_LOOK on fd %d failed ", fd);
686 DEBUG(5, "pop_push: I_POP: %s not there\n", strmod);
691 DEBUG(5, "pop_push: I_POP on fd %d failed ", fd);
700 DEBUG(5, "pop_push: PUSHing %s\n", strmod);
702 DEBUG(5, "pop_push: I_PUSH on fd %d failed ", fd);
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c655 pop_push(int fd) function
663 (const char *)"pop_push: optionally POPing %s\n" :
664 (const char *)"pop_push: POPing %s\n"), strmod);
666 DEBUG(5, "pop_push: I_LOOK on fd %d failed ", fd);
673 DEBUG(5, "pop_push: I_POP: %s not there\n", strmod);
677 DEBUG(5, "pop_push: I_POP on fd %d failed ", fd);
685 DEBUG(5, "pop_push: PUSHing %s\n", strmod);
687 DEBUG(5, "pop_push: I_PUSH on fd %d failed ", fd);

Completed in 63 milliseconds