Lines Matching refs:Pointer
112 buf.Pointer = malloc(buf.Length, M_TEMP, M_NOWAIT | M_ZERO); in fdc_acpi_attach()
113 if (buf.Pointer == NULL) in fdc_acpi_attach()
137 obj = buf.Pointer; in fdc_acpi_attach()
138 error = fdc_acpi_probe_children(bus, dev, obj->Buffer.Pointer); in fdc_acpi_attach()
141 if (buf.Pointer) in fdc_acpi_attach()
142 free(buf.Pointer, M_TEMP); in fdc_acpi_attach()
195 buf.Pointer = NULL; in fdc_acpi_probe_child()
218 buf.Pointer = malloc(buf.Length, M_TEMP, M_NOWAIT | M_ZERO); in fdc_acpi_probe_child()
219 if (buf.Pointer == NULL) in fdc_acpi_probe_child()
235 pkg = (ACPI_OBJECT *)buf.Pointer; in fdc_acpi_probe_child()
249 if (buf.Pointer) in fdc_acpi_probe_child()
250 free(buf.Pointer, M_TEMP); in fdc_acpi_probe_child()