Searched refs:HID (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dsystable.c397 {"llseek", 4, LLO, NOV, DEC, LLO, HID, WHN}, /* 175 */
436 {"mmap64", 7, HEX, NOV, HEX, UNS, MPR, MTY, DEC, LLO, HID}, /* 214 */
444 {"pread64", 5, DEC, NOV, DEC, IOB, UNS, LLO, HID}, /* 222 */
445 {"pwrite64", 5, DEC, NOV, DEC, IOB, UNS, LLO, HID}, /* 223 */
491 {"access", 3, DEC, NOV, HID, STG, ACC}, /* 1 */
497 {"chmod", 3, DEC, NOV, HID, STG, OCT}, /* 1 */
499 {"fchmod", 3, DEC, NOV, DEC, HID, OCT}, /* 3 */
505 {"chown", 4, DEC, NOV, HID, STG, DEC, DEC}, /* 1 */
506 {"lchown", 4, DEC, NOV, HID, STG, DEC, DEC}, /* 2 */
507 {"fchown", 4, DEC, NOV, DEC, HID, DE
[all...]
H A Dprint.h146 #define HID 104 /* hidden argument, don't print */ macro
147 /* make sure HID is always the last member */
H A Dactions.c489 } else if (x != NOV && (x != HID || raw)) {
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c217 if ((acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) {
218 switch (EISA_ID_TO_NUM(acpi->HID)) {
239 EISA_ID_TO_NUM(acpi->HID), acpi->UID);
243 return snprintf(buf, size, "acpi(0x%08x,0x%x)", acpi->HID,
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defidevp.h132 UINT32 HID; member in struct:_ACPI_HID_DEVICE_PATH
139 UINT32 HID; member in struct:_ACPI_EXTENDED_HID_DEVICE_PATH
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsxfeval.c698 * present devices, or if they specified a HID, it filters based
740 * First, filter based on the device HID and CID.
742 * 01/2010: For this case where a specific HID is requested, we don't
743 * want to run _STA until we have an actual HID match. Thus, we will
749 * for a matching HID even under device trees where the parent device
771 * HID does not match, attempt match within the
837 * PARAMETERS: HID - HID to search for. Can be NULL.
860 char *HID,
883 Info.Hid = HID;
859 AcpiGetDevices( char *HID, ACPI_WALK_CALLBACK UserFunction, void *Context, void **ReturnValue) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c155 if ((EISA_ID_TO_NUM(acpi->HID) & 0xff00) == 0x300 &&
156 (acpi->HID & 0xffff) == PNP_EISA_ID_CONST) {
170 if (usb->DeviceClass == 3 && /* HID */
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacpixf.h602 char *HID,

Completed in 79 milliseconds