HomeSort by relevance Sort by last modified time
    Searched defs:terminate (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
terminate.c 36 * terminate() - STOP A CHILD PROCESS
39 * seeing lots of calls to terminate() in the debug output,
45 terminate(register EXEC *ep) function
  /onnv/onnv-gate/usr/src/cmd/th_tools/
th_script.sh 46 trap ' terminate $script_pid ' 1 2 3 15
47 terminate() function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
eloop.h 58 int terminate; member in struct:eloop_data
  /onnv/onnv-gate/usr/src/tools/ctf/cvt/
util.c 102 terminate("failed to read ELF header: %s\n",
111 terminate("unknown ELF class %d\n", ehdr.e_ident[EI_CLASS]);
138 terminate(char *format, ...) function
178 terminate("Termination due to warning\n");
229 terminate("%s: %s: %s\n", file, msgbuf, elf_errmsg(-1));
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
privatepw.c 87 static void terminate(void) function
97 terminate();
106 terminate();
138 terminate();
364 terminate();
382 terminate();
  /onnv/onnv-gate/usr/src/cmd/luxadm/
x86_adm.c 97 static void terminate() { function
105 terminate();
111 terminate();
116 terminate();
197 terminate();
203 terminate();
208 terminate();
213 terminate();
218 terminate();
223 terminate();
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_main.c 109 terminate(int status) function
227 terminate(1);
347 terminate(status);
461 * terminate(), we may have to destroy the stack of the context in
484 (void) mdb_signal_sethandler(SIGHUP, (mdb_signal_f *)terminate, NULL);
485 (void) mdb_signal_sethandler(SIGTERM, (mdb_signal_f *)terminate, NULL);
520 terminate(2);
529 terminate(2);
572 terminate(2);
606 terminate(2)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/
getNAME.c 722 terminate(manpage_t *m) function
765 { "/refnamediv", terminate },
  /onnv/onnv-gate/usr/src/cmd/rpcbind/
rpcbind.c 90 static void terminate(int);
241 (void) signal(SIGINT, terminate);
242 (void) signal(SIGTERM, terminate);
243 (void) signal(SIGQUIT, terminate);
707 terminate(int sig) function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
chat.c 232 void terminate __P((int status));
244 void terminate __P((int status));
398 terminate(0);
508 * Print an error message and terminate.
530 terminate(code);
626 void terminate(status) function
636 * Allow the last of the report string to be gathered before we terminate.
839 *s1++ = '\0'; /* terminate the string */
983 terminate(exit_code);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/tsol/tnd/
tnd.c 73 static void terminate();
260 (void) sigset(SIGINT, terminate);
261 (void) sigset(SIGTERM, terminate);
262 (void) sigset(SIGQUIT, terminate);
1730 terminate() function
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdevinfo/
devfsmap.c 2107 int terminate = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
uds_daemon.c 796 req_termination_fn terminate; member in struct:request_state
    [all...]

Completed in 480 milliseconds