| /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 | 145 goto Exit; 157 goto Exit; 168 goto Exit; 188 goto Exit; 192 goto Exit; 209 goto Exit; 246 Exit: 433 goto Exit; 437 Exit:
|
| adwalk.c | 669 goto Exit; 703 goto Exit; 745 Exit: 806 goto Exit; 857 goto Exit; 946 Exit:
|
| /src/sys/external/bsd/acpica/dist/executer/ |
| exresolv.c | 419 goto Exit; 464 goto Exit; 482 goto Exit; 498 goto Exit; 505 goto Exit; 533 goto Exit; 543 goto Exit; 561 Exit:
|
| /src/sys/external/bsd/acpica/dist/utilities/ |
| utownerid.c | 148 goto Exit; 169 Exit:
|
| /src/sys/external/bsd/acpica/dist/debugger/ |
| dbtest.c | 442 /* Exit on error, but don't abort the namespace walk */ 514 goto Exit; 522 goto Exit; 538 goto Exit; 546 goto Exit; 556 Exit: 615 goto Exit; 649 goto Exit; 657 goto Exit; 673 goto Exit; [all...] |
| /src/sys/external/bsd/acpica/dist/namespace/ |
| nspredef.c | 144 * 2) We have a return value, but if one wasn't expected, just exit, 149 * any validation, just exit. 166 goto Exit; 176 goto Exit; 194 goto Exit; 209 Exit:
|
| nsxfeval.c | 137 goto Exit; 144 goto Exit; 154 goto Exit; 161 goto Exit; 188 Exit:
|
| /src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
| asconvrt.c | 521 goto Exit; 553 Exit: 1707 goto Exit; 1715 goto Exit; 1723 goto Exit; 1747 goto Exit; 1762 Exit:
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| dttemplate.c | 152 goto Exit; 173 goto Exit; 177 goto Exit; 185 goto Exit; 199 goto Exit; 206 Exit:
|
| dtfield.c | 477 goto Exit; 490 goto Exit; 499 goto Exit; 503 Exit:
|
| /src/sys/external/bsd/acpica/dist/os_specific/service_layers/ |
| oslinuxtbl.c | 260 goto Exit; 267 goto Exit; 272 Exit: 1131 goto Exit; 1140 goto Exit; 1147 Exit: 1424 goto Exit; 1439 goto Exit; 1447 goto Exit; 1456 goto Exit; [all...] |
| /src/sys/external/bsd/acpica/dist/disassembler/ |
| dmnames.c | 169 goto Exit; 184 goto Exit; 191 Exit:
|
| /src/sys/external/bsd/acpica/dist/dispatcher/ |
| dsutils.c | 117 * parent method exit. Before storing a new return value, we 869 goto Exit; 878 goto Exit; 884 goto Exit; 898 goto Exit; 911 goto Exit; 929 goto Exit; 944 Exit:
|
| /src/sys/external/bsd/acpica/dist/hardware/ |
| hwregs.c | 477 goto Exit; 484 Exit: 733 goto Exit; 755 goto Exit; 786 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 | 484 goto Exit; 496 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 | 416 * Control - Exit conversion if not equal 424 goto Exit; 432 goto Exit; 453 Exit: 737 * Control - Exit conversion if less than or equal 741 goto Exit; 747 * Control - Exit conversion if not equal 756 goto Exit; 769 * Control - Exit conversion if equal 774 goto Exit; [all...] |
| /src/usr.bin/telnet/ |
| main.c | 111 exit(1); 313 Exit(0);
|