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

/freebsd-11-stable/sys/dev/hptmv/
H A Dentry.c1982 struct cam_sim *hpt_vsim; local
2031 hpt_vsim = cam_sim_alloc(hpt_action, hpt_poll, __str(PROC_DIR_NAME),
2034 if (hpt_vsim == NULL) {
2040 if (xpt_bus_register(hpt_vsim, dev, 0) != CAM_SUCCESS)
2042 cam_sim_free(hpt_vsim, /*free devq*/ TRUE);
2044 hpt_vsim = NULL;
2049 cam_sim_path(hpt_vsim), CAM_TARGET_WILDCARD,
2052 xpt_bus_deregister(cam_sim_path(hpt_vsim));
2053 cam_sim_free(hpt_vsim, /*free_devq*/TRUE);
2055 hpt_vsim
[all...]

Completed in 108 milliseconds