Searched defs:Status (Results 126 - 150 of 171) sorted by relevance

1234567

/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsxfname.c75 * RETURN: Status
90 ACPI_STATUS Status; local
144 Status = AcpiNsGetNode (PrefixNode, Pathname, ACPI_NS_NO_UPSEARCH, &Node);
145 if (ACPI_SUCCESS (Status))
150 return (Status);
178 ACPI_STATUS Status; local
190 Status = AcpiUtValidateBuffer (Buffer);
191 if (ACPI_FAILURE (Status))
193 return (Status);
201 Status
325 ACPI_STATUS Status; local
608 ACPI_STATUS Status; local
[all...]
H A Dnsutils.c80 ACPI_STATUS Status; local
93 Status = AcpiNsHandleToPathname (Node, &Buffer, TRUE);
94 if (ACPI_SUCCESS (Status))
259 * RETURN: Status
397 * RETURN: Status
411 ACPI_STATUS Status; local
440 Status = AcpiNsBuildInternalName (&Info);
441 if (ACPI_FAILURE (Status))
444 return_ACPI_STATUS (Status);
462 * RETURN: Status
696 ACPI_STATUS Status; local
802 ACPI_STATUS Status; local
[all...]
H A Dnsrepair2.c197 * RETURN: Status. AE_OK if repair was successful. If name is not
213 ACPI_STATUS Status; local
224 Status = Predefined->RepairFunction (Info, ReturnObjectPtr);
225 return (Status);
273 * RETURN: Status. AE_OK if object is OK or was repaired successfully
286 ACPI_STATUS Status; local
289 Status = AcpiNsCheckSortedList (Info, ReturnObject, 0, 2, 1,
292 return (Status);
304 * RETURN: Status. AE_OK if object is OK or was repaired successfully
401 * RETURN: Status
414 ACPI_STATUS Status; local
497 ACPI_STATUS Status; local
756 ACPI_STATUS Status; local
823 ACPI_STATUS Status; local
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/parser/
H A Dpsargs.c242 * RETURN: Status
259 ACPI_STATUS Status; local
289 Status = AcpiNsLookup (WalkState->ScopeInfo, Path,
297 if (ACPI_SUCCESS (Status) &&
357 if (Status == AE_NOT_FOUND)
364 Status = AE_OK;
371 Status = AE_OK;
383 Status = AE_OK;
389 if (ACPI_FAILURE (Status))
391 ACPI_ERROR_NAMESPACE (Path, Status);
768 ACPI_STATUS Status = AE_OK; local
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drscalc.c110 * RETURN: Status
202 * RETURN: Status
406 * RETURN: Status
420 ACPI_STATUS Status; local
444 Status = AcpiUtValidateResource (NULL, AmlBuffer, &ResourceIndex);
445 if (ACPI_FAILURE (Status))
451 return_ACPI_STATUS (Status);
625 * RETURN: Status
H A Drsutils.c510 * RETURN: Status
526 ACPI_STATUS Status; local
536 Status = AcpiUtEvaluateObject (
538 if (ACPI_FAILURE (Status))
540 return_ACPI_STATUS (Status);
547 Status = AcpiRsCreatePciRoutingTable (ObjDesc, RetBuffer);
552 return_ACPI_STATUS (Status);
564 * RETURN: Status
580 ACPI_STATUS Status; local
590 Status
635 ACPI_STATUS Status; local
690 ACPI_STATUS Status; local
747 ACPI_STATUS Status; local
806 ACPI_STATUS Status; local
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/tables/
H A Dtbdata.c97 * RETURN: Status
194 * RETURN: Status
258 * RETURN: Status
284 * RETURN: Status
295 ACPI_STATUS Status = AE_OK; local
305 Status = AcpiTbAcquireTable (TableDesc, &TableDesc->Pointer,
309 Status = AE_NO_MEMORY;
313 return_ACPI_STATUS (Status);
359 * RETURN: Status
396 * RETURN: Status
408 ACPI_STATUS Status = AE_OK; local
551 ACPI_STATUS Status; local
651 ACPI_STATUS Status; local
715 ACPI_STATUS Status = AE_BAD_PARAMETER; local
749 ACPI_STATUS Status = AE_BAD_PARAMETER; local
786 ACPI_STATUS Status = AE_BAD_PARAMETER; local
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutmisc.c211 * RETURN: Status
256 * RETURN: Status
269 ACPI_STATUS Status = AE_OK; local
306 Status = WalkCallback (ACPI_COPY_TYPE_SIMPLE, ThisSourceObj,
308 if (ACPI_FAILURE (Status))
310 return_ACPI_STATUS (Status);
350 Status = WalkCallback (
352 if (ACPI_FAILURE (Status))
354 return_ACPI_STATUS (Status);
406 ACPI_STATUS Status; local
[all...]
H A Dutnonansi.c255 * RETURN: Status and Converted value
498 ACPI_STATUS Status = AE_OK; local
637 return (Status);
645 Status = AE_BAD_OCTAL_CONSTANT;
650 Status = AE_BAD_DECIMAL_CONSTANT;
655 Status = AE_BAD_HEX_CONSTANT;
665 return (Status);
H A Dutclib.c564 ACPI_STATUS Status = AE_OK; local
679 Status = AE_ERROR;
709 if (Status == AE_ERROR)
H A Dutcopy.c113 * RETURN: Status
130 ACPI_STATUS Status = AE_OK; local
245 return_ACPI_STATUS (Status);
255 * RETURN: Status
268 ACPI_STATUS Status = AE_OK; local
288 Status = AcpiUtCopyIsimpleToEsimple (SourceObject,
290 if (ACPI_FAILURE (Status))
292 return (Status);
326 return (Status);
338 * RETURN: Status
356 ACPI_STATUS Status; local
418 ACPI_STATUS Status; local
607 ACPI_STATUS Status = AE_OK; local
674 ACPI_STATUS Status; local
719 ACPI_STATUS Status; local
879 ACPI_STATUS Status = AE_OK; local
983 ACPI_STATUS Status = AE_OK; local
1042 ACPI_STATUS Status = AE_OK; local
[all...]
H A Dutobject.c501 * RETURN: Status
518 ACPI_STATUS Status = AE_OK; local
603 Status = AE_TYPE;
614 Status = AE_TYPE;
625 return_ACPI_STATUS (Status);
635 * RETURN: Status
648 ACPI_STATUS Status = AE_OK; local
660 Status = AcpiUtGetSimpleObjectSize (SourceObject, &ObjectSpace);
661 if (ACPI_FAILURE (Status))
663 return (Status);
710 ACPI_STATUS Status; local
762 ACPI_STATUS Status; local
[all...]
H A Dutresrc.c445 * RETURN: Status
460 ACPI_STATUS Status; local
488 Status = AcpiUtValidateResource (WalkState, Aml, &ResourceIndex);
489 if (ACPI_FAILURE (Status))
495 return_ACPI_STATUS (Status);
506 Status = UserFunction (
508 if (ACPI_FAILURE (Status))
510 return_ACPI_STATUS (Status);
550 Status = UserFunction (EndTag, 2, Offset, ResourceIndex, Context);
551 if (ACPI_FAILURE (Status))
905 ACPI_STATUS Status; local
[all...]
/illumos-gate/usr/src/cmd/lms/
H A DLMS_if_compat.h116 * @Status: One of LMS_CONNECTION_STATUS
123 UINT8 Status; member in struct:__anon765
169 // * @Status: One of LMS_CONNECTION_STATUS
176 // UINT8 Status;
261 * @Status: One of LMS_PROTOCOL_STATUS.
267 UINT8 Status; member in struct:__anon772
/illumos-gate/usr/src/cmd/lms/heci/
H A DFWULCommand.h69 UINT32 Status; member in struct:_FWU_MSG_REPLY_HEADER
75 UINT32 Status; member in struct:_FWU_MSG_REPLY_HEADER_V3
81 UINT32 Status; member in struct:_FWU_GET_VERSION_MSG_REPLY
97 UINT32 Status; member in struct:_FWU_GET_VERSION_MSG_REPLY_V3
112 UINT32 Status; member in struct:_FWU_GET_INFO_MSG_REPLY
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmbuffer.c677 ACPI_STATUS Status; local
689 Status = AcpiDecodePldBuffer (ByteData, ByteCount, &PldInfo);
690 if (ACPI_FAILURE (Status))
/illumos-gate/usr/src/uts/intel/io/acpica/events/
H A Devregion.c76 * RETURN: Status
87 ACPI_STATUS Status; local
94 Status = AcpiUtAcquireMutex (ACPI_MTX_NAMESPACE);
95 if (ACPI_FAILURE (Status))
97 return_ACPI_STATUS (Status);
118 return_ACPI_STATUS (Status);
134 * RETURN: Status
156 ACPI_STATUS Status; local
216 Status = RegionSetup (RegionObj, ACPI_REGION_ACTIVATE,
225 if (ACPI_FAILURE (Status))
360 ACPI_STATUS Status; local
576 ACPI_STATUS Status; local
773 ACPI_STATUS Status; local
853 ACPI_STATUS Status; local
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexdump.c1040 ACPI_STATUS Status; local
1049 Status = AcpiNsHandleToPathname (ObjDesc->Reference.Node,
1051 if (ACPI_FAILURE (Status))
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h68 #define Status(f, s) ((f) -> status & (s)) macro
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dosillumostbl.c107 * RETURN: Status; Converted from errno.
138 * RETURN: Status; Table buffer is returned if AE_OK.
151 ACPI_STATUS Status = AE_OK; local
157 Status = OslTableInitialize();
158 if (ACPI_FAILURE(Status)) {
159 return (Status);
164 Status = OslMapTable(Address, NULL, &MappedTable);
165 if (ACPI_FAILURE(Status)) {
166 return (Status);
173 Status
213 ACPI_STATUS Status; local
314 ACPI_STATUS Status; local
480 ACPI_STATUS Status; local
597 ACPI_STATUS Status = AE_OK; local
676 ACPI_STATUS Status = AE_OK; local
[all...]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacresrc.h185 ACPI_STATUS Status; member in struct:acpi_vendor_walk_info
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defiudp.h114 EFI_STATUS Status; member in struct:__anon258
228 EFI_STATUS Status; member in struct:__anon265
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.h64 PXENV_STATUS_t Status; /* Make it easy to read status member in union:pxenv_structure
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Ddecl.h267 } Status; typedef in typeref:enum:__anon1674
313 Status ed_status; /* file's memory status */
/illumos-gate/usr/src/uts/common/sys/ib/mgt/
H A Dib_mad.h46 uint16_t Status; /* status of operation */ member in struct:_ib_mad_hdr_t

Completed in 74 milliseconds

1234567