| /src/external/apache2/llvm/dist/llvm/tools/llvm-rust-demangle-fuzzer/ |
| llvm-rust-demangle-fuzzer.cpp | 16 int Status = 0; 18 nullptr, &Status);
|
| /src/sys/external/bsd/acpica/dist/namespace/ |
| nseval.c | 72 * RETURN: Status 85 ACPI_STATUS Status; 106 Status = AcpiNsGetNode (Info->PrefixNode, Info->RelativePathname, 108 if (ACPI_FAILURE (Status)) 110 return_ACPI_STATUS (Status); 217 Status = AE_TYPE; 231 Status = AE_NULL_OBJECT; 250 Status = AcpiPsExecuteMethod (Info); 281 Status = AcpiExResolveNodeToValue (ACPI_CAST_INDIRECT_PTR ( 285 if (ACPI_FAILURE (Status)) [all...] |
| /src/sys/external/bsd/acpica/dist/common/ |
| cmfsize.c | 71 ACPI_STATUS Status; 82 Status = fseek (File, 0, SEEK_END); 83 if (ACPI_FAILURE (Status)) 96 Status = fseek (File, CurrentOffset, SEEK_SET); 97 if (ACPI_FAILURE (Status))
|
| /src/sys/external/bsd/acpica/dist/dispatcher/ |
| dscontrol.c | 63 * RETURN: Status 75 ACPI_STATUS Status = AE_OK; 116 Status = AE_NO_MEMORY; 144 Status = AE_CTRL_TRUE; 158 return (Status); 169 * RETURN: Status 181 ACPI_STATUS Status = AE_OK; 231 Status = AE_AML_LOOP_TIMEOUT; 239 Status = AE_CTRL_PENDING; 274 Status = AcpiDsCreateOperands (WalkState, Op->Common.Value.Arg) [all...] |
| /src/sys/external/bsd/acpica/dist/tables/ |
| tbfind.c | 61 * RETURN: Status and table index 76 ACPI_STATUS Status = AE_OK; 125 Status = AcpiTbValidateTable (&AcpiGbl_RootTableList.Tables[i]); 126 if (ACPI_FAILURE (Status)) 155 Status = AE_NOT_FOUND; 159 return_ACPI_STATUS (Status);
|
| /src/sys/external/bsd/acpica/dist/utilities/ |
| utxfinit.c | 68 * RETURN: Status 79 ACPI_STATUS Status; 90 Status = AcpiOsInitialize (); 91 if (ACPI_FAILURE (Status)) 93 ACPI_EXCEPTION ((AE_INFO, Status, "During OSL initialization")); 94 return_ACPI_STATUS (Status); 99 Status = AcpiUtInitGlobals (); 100 if (ACPI_FAILURE (Status)) 102 ACPI_EXCEPTION ((AE_INFO, Status, "During initialization of globals")); 103 return_ACPI_STATUS (Status); [all...] |
| utxfmutex.c | 70 * RETURN: Status 86 ACPI_STATUS Status; 101 Status = AcpiGetHandle ( 103 if (ACPI_FAILURE (Status)) 105 return (Status); 138 * RETURN: Status 154 ACPI_STATUS Status; 160 Status = AcpiUtGetMutexObject (Handle, Pathname, &MutexObj); 161 if (ACPI_FAILURE (Status)) 163 return (Status); [all...] |
| /src/sys/external/bsd/gnu-efi/dist/lib/ |
| console.c | 62 EFI_STATUS Status; 73 Status = uefi_call_wrapper(ConIn->ReadKeyStroke, 2, ConIn, &Key); 74 if (EFI_ERROR(Status)) { 75 DEBUG((D_ERROR, "Input: error return from ReadKey %x\n", Status));
|
| event.c | 33 EFI_STATUS Status; 35 EFI_STATUS Status __unused; 43 Status = uefi_call_wrapper( 52 if ( EFI_ERROR( Status ) ) return NULL ; 53 ASSERT (!EFI_ERROR(Status)); 59 Status = uefi_call_wrapper( 66 if ( EFI_ERROR( Status ) ) return NULL ; 67 ASSERT (!EFI_ERROR(Status)); 85 EFI_STATUS Status; 95 Status = uefi_call_wrapper(BS->CreateEvent, 5, EVT_TIMER, 0, NULL, NULL, &TimerEvent) [all...] |
| hw.c | 51 EFI_STATUS Status; 58 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, Protocol, &DevicePath, &Handle); 59 if (!EFI_ERROR(Status)) { 64 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &DeviceIoProtocol, &DevicePath, &Handle); 65 if (!EFI_ERROR(Status)) { 66 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &DeviceIoProtocol, (VOID*)GlobalIoFncs); 69 ASSERT (!EFI_ERROR(Status)); 70 return Status; 81 EFI_STATUS Status EFI_UNUSED; 83 Status = uefi_call_wrapper(GlobalIoFncs->Io.Read, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data) [all...] |
| smbios.c | 37 EFI_STATUS Status; 43 Status = LibGetSystemConfigurationTable(&SMBIOSTableGuid, (VOID**)&SmbiosTable); 44 if (EFI_ERROR(Status)) {
|
| /src/external/apache2/llvm/dist/clang/tools/amdgpu-arch/ |
| AMDGPUArch.cpp | 37 hsa_status_t Status = 41 if (Status != HSA_STATUS_SUCCESS || DeviceType != HSA_DEVICE_TYPE_GPU) { 42 return Status; 48 Status = hsa_agent_get_info(Agent, HSA_AGENT_INFO_NAME, GPUName); 49 if (Status != HSA_STATUS_SUCCESS) { 50 return Status; 57 hsa_status_t Status = hsa_init(); 58 if (Status != HSA_STATUS_SUCCESS) { 63 Status = hsa_iterate_agents(iterateAgentsCallback, &GPUs); 64 if (Status != HSA_STATUS_SUCCESS) [all...] |
| /src/sys/external/bsd/acpica/dist/debugger/ |
| dbfileio.c | 126 * RETURN: Status 136 ACPI_STATUS Status; 148 Status = AcpiLoadTable (Table, NULL); 149 if (ACPI_FAILURE (Status)) 151 if (Status == AE_ALREADY_EXISTS) 159 AcpiFormatException (Status)); 162 return (Status);
|
| /src/sys/external/bsd/acpica/dist/executer/ |
| exresnte.c | 65 * RETURN: Status 87 ACPI_STATUS Status = AE_OK; 155 Status = AcpiDsGetPackageArguments (SourceDesc); 156 if (ACPI_SUCCESS (Status)) 174 Status = AcpiDsGetBufferArguments (SourceDesc); 175 if (ACPI_SUCCESS (Status)) 223 Status = AcpiExReadDataFromField (WalkState, SourceDesc, &ObjDesc); 291 return_ACPI_STATUS (Status);
|
| exstoren.c | 63 * RETURN: Status, resolved object in SourceDescPtr. 77 ACPI_STATUS Status = AE_OK; 107 Status = AcpiExResolveToValue (SourceDescPtr, WalkState); 108 if (ACPI_FAILURE (Status)) 136 Status = AE_AML_OPERAND_TYPE; 147 Status = AE_AML_INTERNAL; 159 return_ACPI_STATUS (Status); 172 * RETURN: Status 206 ACPI_STATUS Status = AE_OK; 220 Status = AcpiUtCopyIobjectToIobject (ActualSrcDesc, NewDesc, WalkState) [all...] |
| /src/sys/external/bsd/acpica/dist/hardware/ |
| hwacpi.c | 59 * RETURN: Status 70 ACPI_STATUS Status; 115 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, 122 * BIOS should clear all fixed status bits and restore fixed event 125 Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand, 136 if (ACPI_FAILURE (Status)) 138 ACPI_EXCEPTION ((AE_INFO, Status, 140 return_ACPI_STATUS (Status); 182 ACPI_STATUS Status; 205 Status = AcpiReadBitRegister (ACPI_BITREG_SCI_ENABLE, &Value) [all...] |
| /src/sys/external/bsd/acpica/dist/tools/acpibin/ |
| abmain.c | 104 int Status = AE_OK; 139 Status = AbCompareAmlFiles (AcpiGbl_Optarg, argv[AcpiGbl_Optind]); 150 Status = AbDumpAmlFile (AcpiGbl_Optarg, argv[AcpiGbl_Optind]); 211 return (Status);
|
| /src/sys/external/bsd/acpica/dist/tools/acpixtract/ |
| axmain.c | 98 int Status; 188 Status = AxExtractTables (Filename, NULL, AX_OPTIONAL_TABLES); 193 Status = AxExtractToMultiAmlFile (Filename); 198 Status = AxListAllTables (Filename); 203 Status = AxExtractTables (Filename, AcpiGbl_Optarg, AX_REQUIRED_TABLE); 211 Status = AxExtractTables (Filename, "DSDT", AX_REQUIRED_TABLE); 212 if (Status) 214 return (Status); 217 Status = AxExtractTables (Filename, "SSDT", AX_OPTIONAL_TABLES); 221 return (Status); [all...] |
| /src/sys/dev/acpi/acpica/ |
| OsdMemory.c | 65 ACPI_STATUS Status; 70 Status = acpi_md_OsMapMemory(PhysicalAddress, Length, &LogicalAddress); 72 if (ACPI_FAILURE(Status))
|
| /src/sys/external/bsd/gnu-efi/dist/apps/ |
| drv0.c | 154 EFI_STATUS Status; 167 Status = uefi_call_wrapper(BS->OpenProtocol, 6, 171 if (EFI_ERROR(Status)) { 172 Print(L"Could not open loaded image protocol: %d\n", Status); 173 return Status; 177 Status = LibInstallProtocolInterfaces( 180 if (EFI_ERROR(Status)) { 181 Print(L"Error registering driver instance: %d\n", Status); 182 return Status;
|
| drv0_use.c | 21 EFI_STATUS Status; 25 Status = uefi_call_wrapper(BS->OpenProtocol, 6, 32 if (EFI_ERROR(Status)) { 33 Print(L"Cannot open proto: %d\n", Status); 34 return Status; 37 Status = uefi_call_wrapper(drv->SayHello, 2, L"Sample UEFI Driver"); 38 if (EFI_ERROR(Status)) { 39 Print(L"Cannot call SayHello: %d\n", Status); 42 Status = uefi_call_wrapper(drv->GetNumberOfHello, 2, &NumberOfHello); 43 if (EFI_ERROR(Status)) { [all...] |
| /src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/ |
| DirectoryScanner.cpp | 18 sys::fs::file_status Status; 19 std::error_code EC = status(Path, Status); 22 return Status; 33 auto status = getFileStatus(It->path()); local 34 if (!status.hasValue())
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| OptBisect.cpp | 37 StringRef Status = Running ? "" : "NOT "; 38 errs() << "BISECT: " << Status << "running pass "
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-undname/ |
| llvm-undname.cpp | 55 int Status; 70 microsoftDemangle(S.c_str(), &NRead, nullptr, nullptr, &Status, Flags); 71 if (Status == llvm::demangle_success) { 81 return Status == llvm::demangle_success;
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| aslascii.c | 57 ASL_FILE_STATUS *Status); 62 ASL_FILE_STATUS *Status); 72 * RETURN: Status 91 ASL_FILE_STATUS Status; 104 Status.Line = 1; 105 Status.Offset = 0; 119 FlConsumeAnsiComment (Handle, &Status); 124 FlConsumeNewComment (Handle, &Status); 145 Byte, Status.Line, Status.Offset) [all...] |