Searched refs:new_bus (Results 1 – 1 of 1) sorted by relevance
3877 struct cam_eb *new_bus; in xpt_bus_register() local3884 new_bus = (struct cam_eb *)malloc(sizeof(*new_bus), in xpt_bus_register()3886 if (new_bus == NULL) { in xpt_bus_register()3891 mtx_init(&new_bus->eb_mtx, "CAM bus lock", NULL, MTX_DEF); in xpt_bus_register()3892 TAILQ_INIT(&new_bus->et_entries); in xpt_bus_register()3894 new_bus->sim = sim; in xpt_bus_register()3895 timevalclear(&new_bus->last_reset); in xpt_bus_register()3896 new_bus->flags = 0; in xpt_bus_register()3897 new_bus->refcount = 1; /* Held until a bus_deregister event */ in xpt_bus_register()3898 new_bus->generation = 0; in xpt_bus_register()[all …]