Searched refs:DeviceName (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslmapenter.c59 char *DeviceName);
63 char *DeviceName,
74 * DeviceName - The "ResourceSource" name
91 char *DeviceName)
108 Info = MpCreateGpioInfo (PinList[i], DeviceName);
111 Info->DeviceName = DeviceName;
127 * DeviceName - The "ResourceSource" name.
141 char *DeviceName)
186 Info = MpCreateSerialInfo (DeviceName, Addres
86 MpSaveGpioInfo( ACPI_PARSE_OBJECT *Op, AML_RESOURCE *Resource, UINT32 PinCount, UINT16 *PinList, char *DeviceName) argument
138 MpSaveSerialInfo( ACPI_PARSE_OBJECT *Op, AML_RESOURCE *Resource, char *DeviceName) argument
212 MpCreateGpioInfo( UINT16 PinNumber, char *DeviceName) argument
290 MpCreateSerialInfo( char *DeviceName, UINT16 Address) argument
[all...]
H A Daslmapoutput.c205 HidString = MpGetHidViaNamestring (Info->DeviceName);
210 strcmp (PrevDeviceName, Info->DeviceName))
214 HidString, Info->DeviceName);
228 PrevDeviceName = Info->DeviceName;
358 HidString = MpGetHidViaNamestring (Info->DeviceName);
363 strcmp (PrevDeviceName, Info->DeviceName))
368 HidString, Info->DeviceName);
382 PrevDeviceName = Info->DeviceName;
H A Daslmaputils.c190 * PARAMETERS: DeviceName - Namepath for parent device
201 char *DeviceName)
207 Status = AcpiNsGetNode (NULL, DeviceName, ACPI_NS_NO_UPSEARCH,
283 * PARAMETERS: DeviceName - Namepath for parent device
293 char *DeviceName)
300 Status = AcpiNsGetNode (NULL, DeviceName, ACPI_NS_NO_UPSEARCH,
200 MpGetHidViaNamestring( char *DeviceName) argument
292 MpGetDdnValue( char *DeviceName) argument
H A Dasltypes.h283 char *DeviceName; member in struct:acpi_gpio_info
299 char *DeviceName; member in struct:acpi_serial_info
/freebsd-10-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c191 char *DeviceName = NULL; local
201 DeviceName = ACPI_ADD_PTR (char,
203 AcpiUtPrintString (DeviceName, ACPI_UINT16_MAX);
255 PinCount, PinList, DeviceName);
499 char *DeviceName; local
519 DeviceName = ACPI_ADD_PTR (char, Resource, ResourceSourceOffset),
520 AcpiUtPrintString (DeviceName, ACPI_UINT16_MAX);
547 MpSaveSerialInfo (Info->MappingOp, Resource, DeviceName);
575 char *DeviceName; local
604 DeviceName
660 char *DeviceName; local
[all...]
/freebsd-10-stable/sys/contrib/dev/acpica/include/
H A Damlresrc.h594 char *DeviceName);
600 char *DeviceName);
608 char *DeviceName);
625 char *DeviceName);
H A Dactbl2.h609 char DeviceName[1]; member in struct:acpi_dmar_andd
866 char DeviceName[1]; /* Path of namespace object */ member in struct:acpi_iort_named_component
/freebsd-10-stable/usr.sbin/acpi/acpidb/
H A Dacpidb.c115 UINT32 PinCount, UINT16 *PinList, char *DeviceName)
121 char *DeviceName)
114 MpSaveGpioInfo(ACPI_PARSE_OBJECT *Op, AML_RESOURCE *Resource, UINT32 PinCount, UINT16 *PinList, char *DeviceName) argument
120 MpSaveSerialInfo(ACPI_PARSE_OBJECT *Op, AML_RESOURCE *Resource, char *DeviceName) argument
/freebsd-10-stable/sys/dev/mps/mpi/
H A Dmpi2_cnfg.h615 U64 DeviceName; /* 0x08 */ member in struct:_MPI2_MANUFACTURING5_ENTRY
1194 U64 DeviceName; /* 0x00 */ member in struct:_MPI2_BOOT_DEVICE_DEVICE_NAME
1206 MPI2_BOOT_DEVICE_DEVICE_NAME DeviceName; member in union:_MPI2_MPI2_BIOSPAGE2_BOOT_DEVICE
2272 U64 DeviceName; /* 0x24 */ member in struct:_MPI2_CONFIG_PAGE_SAS_DEV_0
/freebsd-10-stable/sys/dev/asr/
H A Di2omsg.h1192 U8 DeviceName[I2O_USER_DEVICE_NAME_SZ];
/freebsd-10-stable/sys/dev/mps/
H A Dmps_table.c283 mps_print_field(sc, "DeviceName: 0x%jx\n",
284 mps_to_u64(&buf->DeviceName));
H A Dmps_sas_lsi.c735 targ->devname = le32toh(config_page.DeviceName.High);
737 le32toh(config_page.DeviceName.Low);
/freebsd-10-stable/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h775 U64 DeviceName; /* 0x08 */ member in struct:_MPI2_MANUFACTURING5_ENTRY
1619 U64 DeviceName; /* 0x00 */ member in struct:_MPI2_BOOT_DEVICE_DEVICE_NAME
1631 MPI2_BOOT_DEVICE_DEVICE_NAME DeviceName; member in union:_MPI2_MPI2_BIOSPAGE2_BOOT_DEVICE
2762 U64 DeviceName; /* 0x24 */ member in struct:_MPI2_CONFIG_PAGE_SAS_DEV_0
/freebsd-10-stable/sys/dev/mpr/
H A Dmpr_table.c305 mpr_print_field(sc, "DeviceName: 0x%jx\n",
306 mpr_to_u64(&buf->DeviceName));
H A Dmpr_sas_lsi.c890 targ->devname = le32toh(config_page.DeviceName.High);
892 le32toh(config_page.DeviceName.Low);
/freebsd-10-stable/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c938 {ACPI_DMT_STRING, ACPI_DMAR4_OFFSET (DeviceName[0]), "Device Name", 0},
1511 {ACPI_DMT_STRING, ACPI_IORT1_OFFSET (DeviceName[0]), "Device Name", 0},
H A Ddmtbdump.c1758 Length = ACPI_OFFSET (ACPI_IORT_NAMED_COMPONENT, DeviceName);

Completed in 297 milliseconds