HomeSort by relevance Sort by last modified time
    Searched refs:terminate (Results 1 - 25 of 54) sorted by null

1 2 3

  /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/fmli/qued/
fread.c 44 freadline(row, buff, terminate)
47 int terminate;
66 if (terminate)
acs_io.c 50 acsreadline(row, buff, terminate)
53 int terminate;
72 if (terminate)
  /onnv/onnv-gate/usr/src/tools/ctf/cvt/
compare.c 78 terminate("%s doesn't have stabs or CTF\n", stabname);
81 terminate("%s doesn't contain CTF data\n", ctfname);
88 terminate("%s grew by %d\n", stabname, new);
ctfconvert.c 76 terminate("Caught signal %d - exiting\n", sig);
94 terminate("failed to open %s", filename);
100 terminate("failed to read %s: %s\n", filename,
125 terminate("%s: DWARF version 1 is not supported\n",
207 terminate("Can't access %s", infile);
227 terminate("%s doesn't have type data to convert\n", infile);
249 terminate("Couldn't rename temp file %s", tmpname);
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));
dwarf.c 204 terminate("tdp %u: tdesc_size on unknown type %d\n",
240 terminate("tdp %u: tdesc_bitsize on unknown type %d\n",
273 terminate("failed to get offset for die: %s\n",
291 terminate("die %llu: failed to find type sibling: %s\n",
308 terminate("die %llu: failed to find type child: %s\n",
322 terminate("die %llu: failed to get tag for type: %s\n",
338 terminate("die %llu: no attr 0x%x\n", die_off(dw, die),
345 terminate("die %llu: failed to get attribute for type: %s\n",
359 terminate("failed to get attribute form for type: %s\n",
373 return (0); /* die_attr will terminate for us if necessary *
    [all...]
stabs.c 70 terminate("Couldn't resolve type %d\n", node->t_id);
252 terminate("%s: Can't find string at %u for stab %d\n",
268 terminate("%s: GCC-generated stabs are "
317 terminate("%s: Couldn't parse stab \"%s\" "
ctfmerge.c 584 terminate("Caught signal %d - exiting\n", sig);
610 terminate("No CTF data found in source file %s\n", srcfile);
615 terminate("Couldn't rename temp file %s to %s", tmpname,
850 terminate("Cannot open output file %s for r/w", outfile);
883 terminate("Some input files were inaccessible\n");
905 terminate("No ctf sections found to merge\n");
952 terminate("No CTF data found in reference file %s\n",
959 terminate("No room for additional types in master\n");
1004 terminate("Couldn't rename output temp file %s", tmpname);
input.c 98 terminate("Input file %s was partially built from "
163 terminate("%s: Unknown elf kind %d\n",
196 terminate("%s: Cannot open for reading", file);
212 terminate("%s: Unknown elf kind %d\n", file, elf_kind(elf));
output.c 347 terminate("%s: Can't open symbol table\n", file);
628 terminate("%s: Cannot find %s section\n", srcname,
705 terminate("%s: Cannot open for re-reading", curname);
710 terminate("Cannot open temp file %s for writing", newname);
st_parse.c 613 terminate("Stabs error: Attempt to "
624 terminate("Stabs error: Attempting to "
1099 terminate("stabs: broken hash\n");
1134 terminate("cycle in hash bucket %d\n", i);
1145 terminate("cycle in name bucket %d\n", i);
1189 terminate("type chain for bitfield member %s has a NULL", ml->ml_name);
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
cancel.c 51 terminate(prs->printer->exec);
54 terminate (prs->exec);
disena.c 58 terminate (pps->exec);
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
Makefile 84 terminate.c \
faults.c 89 terminate (pps->exec);
  /onnv/onnv-gate/usr/src/lib/libdscp/svc/
dscp.ppp.options 68 lcp-max-terminate 3
83 ipcp-max-terminate 3
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
eloop.h 58 int terminate; member in struct:eloop_data
eloop.c 244 while (!eloop.terminate &&
295 * Terminate event loop even if there are registered events.
300 eloop.terminate = 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/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/th_tools/
th_script.sh 46 trap ' terminate $script_pid ' 1 2 3 15
47 terminate() function
  /onnv/onnv-gate/usr/src/lib/libdevinfo/
devfsmap.c 2107 int terminate = 0; local
    [all...]
  /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...]

Completed in 500 milliseconds

1 2 3