Home
last modified time | relevance | path

Searched refs:new_dev (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dacpi_device.c52 acpi_device_create(struct acpi_device **const new_dev, void *const softc, in acpi_device_create() argument
55 assert(new_dev != NULL); in acpi_device_create()
75 *new_dev = dev; in acpi_device_create()
H A Dtpm_device.c126 tpm_device_create(struct tpm_device **const new_dev, struct vmctx *const vm_ctx, in tpm_device_create() argument
136 if (new_dev == NULL || vm_ctx == NULL) { in tpm_device_create()
226 *new_dev = dev; in tpm_device_create()
H A Dtpm_device.h16 int tpm_device_create(struct tpm_device **new_dev, struct vmctx *vm_ctx,
H A Dacpi_device.h47 int acpi_device_create(struct acpi_device **new_dev, void *softc,