/freebsd/sys/dev/acpi_support/ |
H A D | acpi_sbl_wmi.c | 88 ACPI_BUFFER out = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_sbl_wmi_sysctl_get() 115 ACPI_BUFFER input = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_sbl_wmi_sysctl_set()
|
H A D | atk0110.c | 273 buf.Length = ACPI_ALLOCATE_BUFFER; in aibs_attach_ggrp() 362 b.Length = ACPI_ALLOCATE_BUFFER; in aibs_attach_sif() 484 b.Length = ACPI_ALLOCATE_BUFFER; in aibs_sysctl() 540 buf.Length = ACPI_ALLOCATE_BUFFER; in aibs_sysctl_ggrp()
|
H A D | acpi_panasonic.c | 275 buf.Length = ACPI_ALLOCATE_BUFFER; in acpi_panasonic_sinf() 401 buf.Length = ACPI_ALLOCATE_BUFFER; in acpi_panasonic_hkey_event()
|
H A D | acpi_asus_wmi.c | 552 ACPI_BUFFER response = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_asus_wmi_notify() 597 ACPI_BUFFER out = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_asus_wmi_evaluate_method()
|
H A D | acpi_hp.c | 864 ACPI_BUFFER response = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_hp_notify() 893 ACPI_BUFFER out = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_hp_exec_wmi_command() 955 ACPI_BUFFER out = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_hp_get_cmi_block()
|
H A D | acpi_wmi.c | 276 ACPI_BUFFER out = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_wmi_attach() 740 ACPI_BUFFER out = {ACPI_ALLOCATE_BUFFER, NULL}; in acpi_wmi_read_wdg_blocks()
|
H A D | acpi_toshiba.c | 429 results.Length = ACPI_ALLOCATE_BUFFER; in hci_call()
|
/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | utalloc.c | 412 (Buffer->Length == ACPI_ALLOCATE_BUFFER) || in AcpiUtValidateBuffer() 477 case ACPI_ALLOCATE_BUFFER: in AcpiUtInitializeBuffer()
|
/freebsd/sys/dev/xen/cpu/ |
H A D | xen_acpi_cpu.c | 262 .Length = ACPI_ALLOCATE_BUFFER, in acpi_fetch_cx() 335 .Length = ACPI_ALLOCATE_BUFFER, in acpi_fetch_px() 391 buf.Length = ACPI_ALLOCATE_BUFFER; in acpi_fetch_px() 421 buf.Length = ACPI_ALLOCATE_BUFFER; in acpi_fetch_px() 544 .Length = ACPI_ALLOCATE_BUFFER, in xen_acpi_cpu_attach()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_cmbat.c | 262 bst_buffer.Length = ACPI_ALLOCATE_BUFFER; in acpi_cmbat_get_bst() 345 bix_buffer.Length = ACPI_ALLOCATE_BUFFER; in acpi_cmbat_get_bix() 355 bix_buffer.Length = ACPI_ALLOCATE_BUFFER; in acpi_cmbat_get_bix()
|
H A D | acpi_perf.c | 188 buf.Length = ACPI_ALLOCATE_BUFFER; in acpi_perf_probe() 254 buf.Length = ACPI_ALLOCATE_BUFFER; in acpi_perf_evaluate() 317 buf.Length = ACPI_ALLOCATE_BUFFER; in acpi_perf_evaluate()
|
H A D | acpi_powerres.c | 148 buf.Length = ACPI_ALLOCATE_BUFFER; in acpi_pwr_register_resource() 386 reslist_buffer.Length = ACPI_ALLOCATE_BUFFER; in acpi_pwr_switch_consumer() 410 reslist_buffer.Length = ACPI_ALLOCATE_BUFFER; in acpi_pwr_switch_consumer()
|
H A D | acpi_throttle.c | 150 buf.Length = ACPI_ALLOCATE_BUFFER; in acpi_throttle_identify() 199 buf.Length = ACPI_ALLOCATE_BUFFER; in acpi_throttle_attach()
|
H A D | acpi_pcib.c | 140 prt->Length = ACPI_ALLOCATE_BUFFER; in acpi_pcib_fetch_prt()
|
H A D | acpi_cpu.c | 257 buf.Length = ACPI_ALLOCATE_BUFFER; in acpi_cpu_probe() 342 buf.Length = ACPI_ALLOCATE_BUFFER; in acpi_cpu_attach() 807 buf.Length = ACPI_ALLOCATE_BUFFER; in acpi_cpu_cx_cst()
|
H A D | acpi_dock.c | 164 ejd_buffer.Length = ACPI_ALLOCATE_BUFFER; in acpi_dock_is_ejd_device()
|
H A D | acpi_thermal.c | 412 sc->tz_zone.al[i].Length = ACPI_ALLOCATE_BUFFER; in acpi_tz_establish() 428 sc->tz_zone.psl.Length = ACPI_ALLOCATE_BUFFER; in acpi_tz_establish()
|
/freebsd/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbexec.c | 497 ReturnObj.Length = ACPI_ALLOCATE_BUFFER; in AcpiDbExecutionWalk() 606 ReturnObj.Length = ACPI_ALLOCATE_BUFFER; in AcpiDbExecute() 619 ReturnObj.Length = ACPI_ALLOCATE_BUFFER; in AcpiDbExecute()
|
H A D | dbtest.c | 1043 ReturnObj.Length = ACPI_ALLOCATE_BUFFER; in AcpiDbReadFromObject() 1314 ReturnObj.Length = ACPI_ALLOCATE_BUFFER; in AcpiDbEvaluateOnePredefinedName()
|
H A D | dbmethod.c | 607 ReturnObj.Length = ACPI_ALLOCATE_BUFFER; in AcpiDbEvaluateObject()
|
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm.c | 79 result.Length = ACPI_ALLOCATE_BUFFER; in read_label_area_size() 129 result.Length = ACPI_ALLOCATE_BUFFER; in read_label_area()
|
/freebsd/sys/dev/usb/ |
H A D | usb_hub_acpi.c | 145 buf.Length = ACPI_ALLOCATE_BUFFER; in acpi_uhub_parse_upc() 271 buf.Length = ACPI_ALLOCATE_BUFFER; in acpi_uhub_parse_pld()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actypes.h | 1148 #define ACPI_ALLOCATE_BUFFER (ACPI_SIZE) (0) macro 1153 #define ACPI_ALLOCATE_BUFFER (ACPI_SIZE) (-1) /* Let ACPICA allocate buffer */ macro
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt792x_acpi_sar.c | 10 struct acpi_buffer buf = { ACPI_ALLOCATE_BUFFER, NULL }; in mt792x_acpi_read()
|
/freebsd/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsxfeval.c | 216 if (ReturnBuffer->Length == ACPI_ALLOCATE_BUFFER) in AcpiEvaluateObjectTyped()
|