Home
last modified time | relevance | path

Searched refs:acpi (Results 1 – 25 of 49) sorted by relevance

12

/illumos-gate/exception_lists/
H A Dcddlchk27 usr/src/cmd/acpi/acpidump/apdump.c
28 usr/src/cmd/acpi/acpidump/apfiles.c
29 usr/src/cmd/acpi/acpidump/apmain.c
32 usr/src/cmd/acpi/acpidump/tbprint.c
38 usr/src/cmd/acpi/common/getopt.c
39 usr/src/cmd/acpi/common/utascii.c
40 usr/src/cmd/acpi/common/utdebug.c
41 usr/src/cmd/acpi/common/utexcep.c
42 usr/src/cmd/acpi/common/utglobal.c
43 usr/src/cmd/acpi/common/utmath.c
[all …]
H A Dcopyright38 usr/src/cmd/acpi/acpidump/apdump.c
39 usr/src/cmd/acpi/acpidump/apfiles.c
40 usr/src/cmd/acpi/acpidump/apmain.c
52 usr/src/cmd/acpi/common/getopt.c
53 usr/src/cmd/acpi/common/utascii.c
54 usr/src/cmd/acpi/common/utdebug.c
55 usr/src/cmd/acpi/common/utexcep.c
56 usr/src/cmd/acpi/common/utglobal.c
57 usr/src/cmd/acpi/common/utmath.c
59 usr/src/cmd/acpi/common/utprint.c
[all …]
H A Dcstyle1 usr/src/cmd/acpi/acpidump/acpidump.h
2 usr/src/cmd/acpi/acpidump/apdump.c
3 usr/src/cmd/acpi/acpidump/apfiles.c
4 usr/src/cmd/acpi/acpidump/apmain.c
5 usr/src/cmd/acpi/acpidump/osunixdir.c
9 usr/src/cmd/acpi/acpixtract/acpixtract.[ch]
10 usr/src/cmd/acpi/acpixtract/axmain.[ch]
11 usr/src/cmd/acpi/acpixtract/axutils.[ch]
12 usr/src/cmd/acpi/common/getopt.c
1150 usr/src/uts/intel/sys/acpi/acpi.h
[all …]
H A Dhdrchk1 usr/src/cmd/acpi/acpidump/acpidump.h
2 usr/src/cmd/acpi/acpixtract/acpixtract.h
3 usr/src/cmd/acpi/acpixtract/axmain.h
4 usr/src/cmd/acpi/acpixtract/axutils.h
373 usr/src/uts/intel/sys/acpi/acdebug.h
374 usr/src/uts/intel/sys/acpi/acdisasm.h
375 usr/src/uts/intel/sys/acpi/acevents.h
376 usr/src/uts/intel/sys/acpi/acinterp.h
378 usr/src/uts/intel/sys/acpi/acnames.h
380 usr/src/uts/intel/sys/acpi/acresrc.h
[all …]
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-2028R-ACR24L/
H A DSSG-2028R-ACR24L-usb.usbtopo37 acpi-path
39 acpi-path
50 acpi-path
52 acpi-path
63 acpi-path
65 acpi-path
67 acpi-path
78 acpi-path
80 acpi-path
82 acpi-path
[all …]
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-2029P-ACR24L/
H A DSSG-2029P-ACR24L-usb.usbtopo22 enable-acpi-match
30 acpi-path
32 acpi-path
43 acpi-path
45 acpi-path
56 acpi-path
58 acpi-path
69 acpi-path
71 acpi-path
81 acpi-path
[all …]
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-6049P-E1CR36L/
H A DSSG-6049P-E1CR36L-usb.usbtopo22 enable-acpi-match
30 acpi-path
32 acpi-path
43 acpi-path
45 acpi-path
56 acpi-path
58 acpi-path
69 acpi-path
71 acpi-path
81 acpi-path
[all …]
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SYS-2028U-E1CNRT+/
H A DSYS-2028U-E1CNRT+-usb.usbtopo27 enable-acpi-match
35 acpi-path
37 acpi-path
39 acpi-path
50 acpi-path
52 acpi-path
54 acpi-path
65 acpi-path
67 acpi-path
69 acpi-path
/illumos-gate/usr/src/cmd/hal/probing/acpi/
H A DMakefile26 PROG = hald-probe-acpi
27 OBJS = probe-acpi.o logger.o acpi.o util_pm.o
28 SRCS = probe-acpi.c
50 acpi.o: ../../utils/acpi.c
51 $(COMPILE.c) -o $@ ../../utils/acpi.c
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_acpi.c272 if (acpi->acp_first_ivhdc == NULL) in process_ivhd()
273 acpi->acp_first_ivhdc = c; in process_ivhd()
277 acpi->acp_last_ivhdc = c; in process_ivhd()
316 acpi->acp_first_ivmdc = c; in process_ivmd()
320 acpi->acp_last_ivmdc = c; in process_ivmd()
331 amd_iommu_acpi_t *acpi; in amd_iommu_acpi_init() local
355 *(acpi->acp_ivrs) = *ivrsp; in amd_iommu_acpi_init()
374 amd_iommu_acpi_table_fini(&acpi); in amd_iommu_acpi_init()
376 ASSERT(acpi == NULL); in amd_iommu_acpi_init()
434 amd_iommu_acpi_t *acpi = *acpipp; in amd_iommu_acpi_table_fini() local
[all …]
/illumos-gate/usr/src/cmd/hal/addons/acpi/
H A DMakefile26 PROG = hald-addon-acpi
27 OBJS = addon-acpi.o logger.o util_helper.o acpi.o util_pm.o
28 SRCS = addon-acpi.c ../../hald/logger.c ../../hald/util_helper.c
46 acpi.o: ../../utils/acpi.c
47 $(COMPILE.c) -o $@ ../../utils/acpi.c
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c190 ACPI_HID_DEVICE_PATH *acpi; in has_keyboard() local
192 acpi = (ACPI_HID_DEVICE_PATH *)(void *)path; in has_keyboard()
193 if ((EISA_ID_TO_NUM(acpi->HID) & 0xff00) == in has_keyboard()
513 ACPI_HID_DEVICE_PATH *acpi; in parse_uefi_con_out() local
541 acpi = (void *)node; in parse_uefi_con_out()
542 if (EISA_ID_TO_NUM(acpi->HID) == 0x501) { in parse_uefi_con_out()
543 setenv_int("efi_8250_uid", acpi->UID); in parse_uefi_con_out()
604 ACPI_HID_DEVICE_PATH *acpi; in efi_serial_get_uid() local
610 acpi = (ACPI_HID_DEVICE_PATH *)devpath; in efi_serial_get_uid()
611 if (EISA_ID_TO_NUM(acpi->HID) == 0x501) { in efi_serial_get_uid()
[all …]
H A DMakefile.com23 acpi.c \
42 acpi.o \
76 CPPFLAGS += -I$(SRC)/uts/intel/sys/acpi
H A Defiserialio.c145 ACPI_HID_DEVICE_PATH *acpi; in efi_serial_get_index() local
151 acpi = (ACPI_HID_DEVICE_PATH *)devpath; in efi_serial_get_index()
152 if (acpi->HID == EISA_PNP_ID(PNP0501)) { in efi_serial_get_index()
153 return (acpi->UID); in efi_serial_get_index()
/illumos-gate/usr/src/boot/forth/
H A Dloader.4th89 s" acpi-user-options" getenv dup -1 <> if
97 \ 26 for acpi, so use 40 for safety
196 \ last part - add acpi.
202 s" B acpi-user-options=" dup -rot ( len addr len )
287 \ -B acpi-user-options=X to acpi-user-options=X
361 \ cut acpi-user-options=xxx and restart the parser
366 dup 18 s" acpi-user-options=" compare 0= if \ matched
368 \ addr' points to acpi options, find its end [',' or ' ' or 0 ]
369 \ set it as acpi-user-options and move remaining to addr'
392 \ addr: -B, addr': acpi... addr": reminder
[all …]
/illumos-gate/usr/src/boot/efi/libefi/
H A Defipart.c418 ACPI_HID_DEVICE_PATH *acpi; in efipart_floppy() local
422 acpi = (ACPI_HID_DEVICE_PATH *) node; in efipart_floppy()
423 if (acpi->HID == EISA_PNP_ID(PNP0604) || in efipart_floppy()
424 acpi->HID == EISA_PNP_ID(PNP0700) || in efipart_floppy()
425 acpi->HID == EISA_PNP_ID(PNP0701)) { in efipart_floppy()
426 return (acpi); in efipart_floppy()
451 ACPI_HID_DEVICE_PATH *acpi; in efipart_initfd() local
458 if ((acpi = efipart_floppy(node)) == NULL) in efipart_initfd()
466 parent->pd_unit = acpi->UID; in efipart_initfd()
470 fd->pd_unit = acpi->UID; in efipart_initfd()
/illumos-gate/usr/src/cmd/acpi/
H A DReadme22 usr/src/uts/intel/sys/acpi Headers
23 usr/src/cmd/acpi Commands
/illumos-gate/usr/src/uts/i86pc/
H A DMakefile.rules77 $(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/acpi/acpidev/%.c
81 $(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/acpi/acpinex/%.c
86 DRMACH_IO = $(UTSBASE)/i86pc/io/acpi/drmach_acpi
100 $(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/io/acpi/drmach_acpi/%.c
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb.c328 char *drvname, *acpi; in topo_usb_controller_create() local
350 &acpi) == 1) { in topo_usb_controller_create()
351 c->tuc_acpi_path = acpi; in topo_usb_controller_create()
422 char *acpi; in topo_usb_gather_acpi_port() local
439 &acpi) != 1) { in topo_usb_gather_acpi_port()
461 "%s/%u", acpi, (uint_t)*portno); in topo_usb_gather_acpi_port()
472 lport->tul_acpi_name = acpi; in topo_usb_gather_acpi_port()
546 char *acpi; in topo_usb_gather_acpi() local
557 "acpi-controller-name", &acpi) != 1) { in topo_usb_gather_acpi()
565 strcmp(acpi, tuc->tuc_acpi_path) == 0) in topo_usb_gather_acpi()
[all …]
H A DMakefile26 CPPFLAGS += -I../shared -I$(SRC)/uts/intel/sys/acpi -DACPI_APPLICATION
/illumos-gate/usr/src/cmd/hal/addons/
H A DMakefile28 SUBDIRS = storage acpi network-devices cpufreq
/illumos-gate/usr/src/cmd/hal/probing/
H A DMakefile26 SUBDIRS = storage volume printer network-printer acpi xkb
/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A DMakefile33 CPPFLAGS += -I$(SRC)/uts/intel/sys/acpi -DACPI_XTRACT_APP
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dillumos_user.skipped_functions21 /* cmd/acpi/iasl */
/illumos-gate/usr/src/cmd/boot/filelist/i386/
H A Dfilelist.ramdisk1 boot/acpi/tables

12