Searched defs:terminate (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dterminate.c36 * terminate() - STOP A CHILD PROCESS
39 * seeing lots of calls to terminate() in the debug output,
45 terminate(register EXEC *ep) function
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_script.sh46 trap ' terminate $script_pid ' 1 2 3 15
47 terminate() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Deloop.h58 int terminate; member in struct:eloop_data
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dutil.c102 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));
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c67 int terminate; member in struct:__pctx
110 pctx->terminate = 0;
573 while (running == 1 && !pctx->terminate) {
605 } while (mswait == 0 && !pctx->terminate);
608 if (pctx->terminate)
849 if (pctx->terminate)
999 pctx->terminate = 1;
/illumos-gate/usr/src/cmd/luxadm/
H A Dx86_adm.c97 static void terminate() { function
105 terminate();
111 terminate();
116 terminate();
197 terminate();
203 terminate();
208 terminate();
213 terminate();
218 terminate();
223 terminate();
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c114 terminate(int status) function
232 terminate(1);
354 terminate(status);
470 * terminate(), we may have to destroy the stack of the context in
493 (void) mdb_signal_sethandler(SIGHUP, (mdb_signal_f *)terminate, NULL);
494 (void) mdb_signal_sethandler(SIGTERM, (mdb_signal_f *)terminate, NULL);
519 terminate(2);
536 terminate(2);
545 terminate(2);
588 terminate(
[all...]
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.c82 * syslog. The terminate() thread is signal handler responsible for reload of
137 static void terminate(void);
336 /* Create terminate signal handler for graceful exit */
337 if (thr_create(NULL, 0, (void *(*)(void *))terminate, NULL, 0, NULL)) {
338 syslog(LOG_ERR, "Failed to create terminate thread");
766 terminate(void) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c232 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);
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c73 static void terminate();
260 (void) sigset(SIGINT, terminate);
261 (void) sigset(SIGTERM, terminate);
262 (void) sigset(SIGQUIT, terminate);
1730 terminate() function
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1866 * Callback may return DI_WALK_TERMINATE to terminate the walk,
1978 int (*callback)(void *, const char *), void *cb_arg, int *terminate)
2006 callback, cb_arg, terminate);
2009 if (*terminate)
2014 *terminate = 1;
2039 int (*callback)(void *, const char *), void *cb_arg, int *terminate)
2092 *terminate = 1;
2127 int terminate = 0; local
2130 &stbuf, callback, cb_arg, &terminate);
2131 if (rv == 0 && terminate
1977 devfs_walk_children_minors(const char *device_path, struct stat *st, int (*callback)(void *, const char *), void *cb_arg, int *terminate) argument
2038 devfs_walk_device_minors(const char *device_path, struct stat *st, int (*callback)(void *, const char *), void *cb_arg, int *terminate) argument
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c105 fct_cmd_t *cmd, int terminate);
3817 qlt_send_abts_response(qlt_state_t *qlt, fct_cmd_t *cmd, int terminate) argument
3838 req[0] = 0x55; req[1] = 1; req[2] = (uint8_t)terminate;
3844 if (terminate) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c172 req_termination_fn terminate; member in struct:request_state
471 if (req->terminate == (req_termination_fn) ~0)
472 { LogMsg("abort_request: ERROR: Attempt to abort operation %p with req->terminate %p", req, req->terminate); return; }
475 // If this is actually a shared connection operation, then its req->terminate function will scan
476 // the all_requests list and terminate any subbordinate operations sharing this file descriptor
477 if (req->terminate) req->terminate(req);
506 // We also set req->terminate to a bogus value so we know if abort_request() gets called again for this request
507 req->terminate
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h1093 struct ecore_queue_terminate_params terminate; member in union:ecore_queue_state_params::__anon4988
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h1671 } terminate; member in union:fw_ri_wr::fw_ri

Completed in 164 milliseconds