Lines Matching refs:Pointer
114 buf.Pointer = malloc(buf.Length, M_TEMP, M_NOWAIT | M_ZERO); in fdc_acpi_attach()
115 if (buf.Pointer == NULL) in fdc_acpi_attach()
139 obj = buf.Pointer; in fdc_acpi_attach()
140 error = fdc_acpi_probe_children(bus, dev, obj->Buffer.Pointer); in fdc_acpi_attach()
143 if (buf.Pointer) in fdc_acpi_attach()
144 free(buf.Pointer, M_TEMP); in fdc_acpi_attach()
197 buf.Pointer = NULL; in fdc_acpi_probe_child()
220 buf.Pointer = malloc(buf.Length, M_TEMP, M_NOWAIT | M_ZERO); in fdc_acpi_probe_child()
221 if (buf.Pointer == NULL) in fdc_acpi_probe_child()
237 pkg = (ACPI_OBJECT *)buf.Pointer; in fdc_acpi_probe_child()
251 if (buf.Pointer) in fdc_acpi_probe_child()
252 free(buf.Pointer, M_TEMP); in fdc_acpi_probe_child()