HomeSort by: relevance | last modified time | path
    Searched refs:Exit (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/sys/external/bsd/gnu-efi/dist/lib/
exit.c 1 /* $NetBSD: exit.c,v 1.1.1.1 2018/08/16 18:17:47 jmcneill Exp $ */
6 Exit(
12 uefi_call_wrapper(BS->Exit,
19 // Uh oh, Exit() returned?!
  /src/sys/external/bsd/gnu-efi/dist/apps/
exit.c 1 /* $NetBSD: exit.c,v 1.1.1.1 2018/08/16 18:17:47 jmcneill Exp $ */
11 Exit(EFI_SUCCESS, 0, NULL);
  /src/usr.sbin/rbootd/
rbootd.c 153 Exit(0);
160 (void) signal(SIGINT, Exit);
161 (void) signal(SIGTERM, Exit);
168 Exit(0);
178 Exit(0);
186 Exit(0);
188 Exit(0);
192 * If an error is encountered, a message is displayed and Exit()
214 Exit(0);
321 ** Exit -- Log an error message and exit
    [all...]
bpf.c 100 Exit(0);
114 Exit(0);
122 Exit(0);
127 Exit(0);
136 Exit(0);
143 * packets so just exit here.
153 Exit(0);
161 Exit(0);
169 Exit(0);
195 Exit(0)
    [all...]
defs.h 161 void Exit(int) __dead;
  /src/sys/external/bsd/acpica/dist/common/
acfileio.c 253 goto Exit;
265 goto Exit;
276 goto Exit;
296 goto Exit;
300 goto Exit;
317 goto Exit;
354 Exit:
541 goto Exit;
545 Exit:
adwalk.c 777 goto Exit;
811 goto Exit;
853 Exit:
914 goto Exit;
965 goto Exit;
1054 Exit:
  /src/sys/external/bsd/acpica/dist/executer/
exresolv.c 527 goto Exit;
572 goto Exit;
590 goto Exit;
606 goto Exit;
613 goto Exit;
641 goto Exit;
651 goto Exit;
669 Exit:
  /src/sys/external/bsd/acpica/dist/utilities/
utownerid.c 256 goto Exit;
277 Exit:
  /src/sys/external/bsd/acpica/dist/debugger/
dbtest.c 550 /* Exit on error, but don't abort the namespace walk */
622 goto Exit;
630 goto Exit;
646 goto Exit;
654 goto Exit;
664 Exit:
723 goto Exit;
757 goto Exit;
765 goto Exit;
781 goto Exit;
    [all...]
  /src/sys/external/bsd/acpica/dist/namespace/
nspredef.c 252 * 2) We have a return value, but if one wasn't expected, just exit,
257 * any validation, just exit.
274 goto Exit;
284 goto Exit;
302 goto Exit;
317 Exit:
nsxfeval.c 245 goto Exit;
252 goto Exit;
262 goto Exit;
269 goto Exit;
296 Exit:
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asconvrt.c 629 goto Exit;
661 Exit:
1815 goto Exit;
1823 goto Exit;
1831 goto Exit;
1855 goto Exit;
1870 Exit:
  /src/sys/external/bsd/acpica/dist/compiler/
dttemplate.c 260 goto Exit;
281 goto Exit;
285 goto Exit;
293 goto Exit;
307 goto Exit;
314 Exit:
dtfield.c 585 goto Exit;
598 goto Exit;
607 goto Exit;
611 Exit:
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oslinuxtbl.c 368 goto Exit;
375 goto Exit;
380 Exit:
1239 goto Exit;
1248 goto Exit;
1255 Exit:
1532 goto Exit;
1547 goto Exit;
1555 goto Exit;
1564 goto Exit;
    [all...]
  /src/sys/external/bsd/acpica/dist/disassembler/
dmnames.c 277 goto Exit;
292 goto Exit;
299 Exit:
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsutils.c 225 * parent method exit. Before storing a new return value, we
977 goto Exit;
986 goto Exit;
992 goto Exit;
1006 goto Exit;
1019 goto Exit;
1037 goto Exit;
1052 Exit:
  /src/sys/external/bsd/acpica/dist/hardware/
hwregs.c 585 goto Exit;
592 Exit:
841 goto Exit;
863 goto Exit;
894 Exit:
  /src/sbin/dump/
tape.c 211 Exit(X_REWRITE);
595 Exit(X_ABORT);
637 Exit(X_FINOK);
639 Exit(X_ABORT);
644 Exit(X_ABORT);
728 Exit(X_ABORT);
732 Exit(int status)
738 exit(status);
783 Exit(X_FINOK);
  /src/sys/arch/ia64/stand/efi/libefi/
efi.c 83 BS->Exit(IH, exit_code, 0, NULL);
104 BS->Exit(IH, status, 0, NULL);
  /src/sys/external/bsd/acpica/dist/tools/acpidump/
apdump.c 591 goto Exit;
603 Exit:
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
fdr_log_writer_test.cc 59 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Exit, 1, 1));
74 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT)))));
93 // queue which includes one enter and one exit record.
102 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Exit, 1, TSC++));
147 Writer.writeFunction(FDRLogWriter::FunctionRecordKind::Exit, 1, 1));
  /src/sys/external/bsd/acpica/dist/resources/
rsmisc.c 524 * Control - Exit conversion if not equal
532 goto Exit;
540 goto Exit;
561 Exit:
845 * Control - Exit conversion if less than or equal
849 goto Exit;
855 * Control - Exit conversion if not equal
864 goto Exit;
877 * Control - Exit conversion if equal
882 goto Exit;
    [all...]
  /src/usr.bin/telnet/
main.c 111 exit(1);
313 Exit(0);

Completed in 27 milliseconds

1 2 3