Searched defs:oob (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/rexd/
H A Don.c171 * oob -- called when the command invoked by the rexd server is stopped
175 oob(int junk) function
535 sigset(SIGURG, oob);
H A Drpc.rexd.c119 void oob(int); /* out of band signals */
726 * oob -- called when we should restart the stopped child.
729 oob(int junk) function
1021 sigset(SIGURG, oob);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c179 static void oob(void);
1099 oob(void) function
1253 (void) sigset(SIGURG, (void (*)())oob);

Completed in 72 milliseconds