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

/freebsd-current/sys/dev/hptmv/
H A Dentry.c1979 struct cam_sim *hpt_vsim; local
2022 hpt_vsim = cam_sim_alloc(hpt_action, hpt_poll, __str(PROC_DIR_NAME),
2025 if (hpt_vsim == NULL) {
2031 if (xpt_bus_register(hpt_vsim, dev, 0) != CAM_SUCCESS)
2033 cam_sim_free(hpt_vsim, /*free devq*/ TRUE);
2035 hpt_vsim = NULL;
2040 cam_sim_path(hpt_vsim), CAM_TARGET_WILDCARD,
2043 xpt_bus_deregister(cam_sim_path(hpt_vsim));
2044 cam_sim_free(hpt_vsim, /*free_devq*/TRUE);
2046 hpt_vsim
[all...]

Completed in 173 milliseconds