Searched refs:Type (Results 101 - 125 of 205) sorted by relevance

123456789

/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_pci.c127 if (infop->awi_info->Type != ACPI_TYPE_DEVICE ||
H A Dacpidev_scope.c111 if (infop->awi_info->Type != ACPI_TYPE_LOCAL_SCOPE) {
H A Dacpidev_resource.c633 switch (rscp->Type) {
645 rscp->Type);
740 rscp->Type);
757 switch (rscp->Type) {
763 rscp->Type);
829 if (rscp->Type == ACPI_RESOURCE_TYPE_IO) {
863 if (rscp->Type == ACPI_RESOURCE_TYPE_MEMORY32) {
959 rscp->Type);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_005_neg.ksh59 typeset inval_props=(Type 0 ? * -on --on readonl time USED RATIO MOUNTED)
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmopcode.c181 UINT8 Type = ACPI_TYPE_ANY; local
214 Type = Node->Type;
217 AcpiOsPrintf (" // %s", AcpiUtGetNotifyName (NotifyValue, Type));
/illumos-gate/usr/src/uts/intel/io/acpica/events/
H A Devregion.c791 if ((Node->Type != ACPI_TYPE_REGION) &&
888 if ((NextNode->Type == ACPI_TYPE_REGION) &&
902 Objects[0].Type = ACPI_TYPE_INTEGER;
904 Objects[1].Type = ACPI_TYPE_INTEGER;
H A Devrgnini.c311 while (PciDeviceNode && (PciDeviceNode->Type != ACPI_TYPE_DEVICE))
604 switch (Node->Type)
H A Devxfgpe.c409 if (DeviceNode->Type != ACPI_TYPE_DEVICE)
906 if (Node->Type != ACPI_TYPE_DEVICE)
1014 if (Node->Type != ACPI_TYPE_DEVICE)
H A Devgpeutil.c148 if ((GpeBlock->Node)->Type == ACPI_TYPE_DEVICE)
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutinit.c242 AcpiGbl_RootNodeStruct.Type = ACPI_TYPE_DEVICE;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c134 if (desc->Type == MB_ARD_MEMORY
227 if (desc->Type == MB_ARD_MEMORY && desc->Length > 0
/illumos-gate/usr/src/cmd/mailx/
H A Dcmdtab.c61 "Type", C Type, MSGLIST, 0, MMNDEL,
62 "Print", C Type, MSGLIST, 0, MMNDEL,
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexoparg2.c128 AcpiUtGetTypeName (Node->Type)));
408 switch ((Operand[0])->Common.Type)
H A Dexfldio.c108 if (RgnDesc->Common.Type != ACPI_TYPE_REGION)
111 RgnDesc->Common.Type,
440 switch (ObjDesc->Common.Type)
574 ObjDesc->Common.Type));
H A Dexutils.c181 (ObjDesc->Common.Type != ACPI_TYPE_INTEGER))
/illumos-gate/usr/src/tools/scripts/
H A Dcheck_rtime.pl170 ## ProcFile(FullPath, RelPath, File, Class, Type, Verdef)
176 my($FullPath, $RelPath, $Class, $Type, $Verdef) = @_;
183 return if ($Type ne 'EXEC') && ($Type ne 'DYN');
313 if (($Type eq 'EXEC') && ($Stack == 0) &&
606 if (($Type eq 'DYN') && $Relsz && ($Relsz != $Pltsz) && ($Sun == 0)) {
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacpixf.h591 ACPI_OBJECT_TYPE Type,
684 ACPI_OBJECT_TYPE Type,
746 UINT32 Type,
755 UINT32 Type,
1226 ACPI_TRACE_EVENT_TYPE Type,
H A Dactbl1.h108 UINT8 Type; member in struct:acpi_subtable_header
149 UINT32 BlockStatus; /* Type of error information */
474 UINT16 Type; member in struct:acpi_hest_header
480 /* Values for Type field above for subtables */
561 UINT8 Type; member in struct:acpi_hest_notify
573 /* Values for Notify Type field above */
844 * MADT Subtables, correspond to Type in ACPI_SUBTABLE_HEADER
954 UINT8 Type; /* 1=PMI, 2=INIT, 3=corrected */ member in struct:acpi_madt_interrupt_source
1171 UINT16 Type; member in struct:acpi_nfit_header
1216 /* Range Type GUID
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/include/i386/
H A Dpe.h297 // Type (fundamental) values.
318 // Type (derived) values.
391 UINT16 Type; member in struct:_IMAGE_RELOCATION
470 #define IMAGE_REL_PPC_TYPEMASK 0x00FF // mask to isolate above values in IMAGE_RELOCATION.Type
511 } Type; member in struct:_IMAGE_LINENUMBER
598 UINT32 Type; member in struct:__anon273
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshnote.sh104 ~(Eli)Content-Type:.*)
251 request+="Content-Type: multipart/form-data; boundary=${boundary}\r\n"
H A Dshtwitter.sh126 ~(Eli)Content-Type:.*)
219 request+="Content-Type: application/x-www-form-urlencoded\r\n"
270 request+="Content-Type: application/x-www-form-urlencoded\r\n"
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_queue.h611 uint32_t Type: 8; member in struct:__anon7606
623 uint32_t Type: 8; member in struct:__anon7606
643 uint32_t Type: 8; member in struct:__anon7607
661 uint32_t Type: 8; member in struct:__anon7607
823 uint32_t ContextType: 2; /* Context Type */
855 uint32_t CmdType: 4; /* Command Type */
863 uint32_t ContextType: 2; /* Context Type */
899 uint32_t CmdType: 4; /* Command Type */
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c98 if (imgpath == NULL || imgpath->Type != devpath->Type ||
160 switch (devpath->Type) {
272 return snprintf(buf, size, "type(0x%02x, 0x%02x)", devpath->Type,
/illumos-gate/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddscontrol.c316 ((WalkState->Results->Results.ObjDesc [0])->Common.Type ==
/illumos-gate/usr/src/uts/intel/io/acpica/hardware/
H A Dhwxfsleep.c357 Arg.Type = ACPI_TYPE_INTEGER;

Completed in 112 milliseconds

123456789