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
1277 struct msu_path *mpath; in oplmsu_dr_attach()1283 len = sizeof (struct msu_path) + sizeof (struct msu_dev); in oplmsu_dr_attach()1284 mpath = (struct msu_path *)kmem_zalloc((size_t)len, KM_SLEEP); in oplmsu_dr_attach()1309 struct msu_path *mpath; in oplmsu_dr_detach()1415 len = sizeof (struct msu_path) + sizeof (struct msu_dev); in oplmsu_dr_detach()1416 mpath = (struct msu_path *)kmem_zalloc((size_t)len, KM_SLEEP); in oplmsu_dr_detach()1552 struct msu_path *mpath; in oplmsu_conf_stream()1582 size = (sizeof (struct msu_path) + (sizeof (struct msu_dev) * devcnt)); in oplmsu_conf_stream()1583 mpath = (struct msu_path *)kmem_zalloc((size_t)size, KM_SLEEP); in oplmsu_conf_stream()1764 oplmsu_config_new(struct msu_path *mpath) in oplmsu_config_new()[all …]