Searched refs:child_dev_ctx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/hyperv/vmbus/
H A Dhv_vmbus_drv_freebsd.c263 struct hv_device *child_dev_ctx = device_get_ivars(child); local
268 *result = (uintptr_t) &child_dev_ctx->class_id;
271 *result = (uintptr_t) &child_dev_ctx->device_id;
274 *result = (uintptr_t) child_dev_ctx;
277 *result = (uintptr_t) child_dev_ctx->device;

Completed in 96 milliseconds