Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/hptmv/
HDentry.c1980 struct cam_sim *hpt_vsim; in hpt_attach() local
2023 hpt_vsim = cam_sim_alloc(hpt_action, hpt_poll, __str(PROC_DIR_NAME), in hpt_attach()
2026 if (hpt_vsim == NULL) { in hpt_attach()
2032 if (xpt_bus_register(hpt_vsim, dev, 0) != CAM_SUCCESS) in hpt_attach()
2034 cam_sim_free(hpt_vsim, /*free devq*/ TRUE); in hpt_attach()
2036 hpt_vsim = NULL; in hpt_attach()
2041 cam_sim_path(hpt_vsim), CAM_TARGET_WILDCARD, in hpt_attach()
2044 xpt_bus_deregister(cam_sim_path(hpt_vsim)); in hpt_attach()
2045 cam_sim_free(hpt_vsim, /*free_devq*/TRUE); in hpt_attach()
2047 hpt_vsim = NULL; in hpt_attach()
[all …]