Searched refs:msu_path (Results 1 – 3 of 3) sorted by relevance
61 int oplmsu_config_new(struct msu_path *);63 int oplmsu_config_del(struct msu_path *);
182 struct msu_path { struct
1280 struct msu_path *mpath; in oplmsu_dr_attach()1286 len = sizeof (struct msu_path) + sizeof (struct msu_dev); in oplmsu_dr_attach()1287 mpath = (struct msu_path *)kmem_zalloc((size_t)len, KM_SLEEP); in oplmsu_dr_attach()1312 struct msu_path *mpath; in oplmsu_dr_detach()1418 len = sizeof (struct msu_path) + sizeof (struct msu_dev); in oplmsu_dr_detach()1419 mpath = (struct msu_path *)kmem_zalloc((size_t)len, KM_SLEEP); in oplmsu_dr_detach()1553 struct msu_path *mpath; in oplmsu_conf_stream()1583 size = (sizeof (struct msu_path) + (sizeof (struct msu_dev) * devcnt)); in oplmsu_conf_stream()1584 mpath = (struct msu_path *)kmem_zalloc((size_t)size, KM_SLEEP); in oplmsu_conf_stream()1765 oplmsu_config_new(struct msu_path *mpath) in oplmsu_config_new()[all …]