msu_path
struct msu_path *mpath;
len = sizeof (struct msu_path) + sizeof (struct msu_dev);
mpath = (struct msu_path *)kmem_zalloc((size_t)len, KM_SLEEP);
struct msu_path *mpath;
len = sizeof (struct msu_path) + sizeof (struct msu_dev);
mpath = (struct msu_path *)kmem_zalloc((size_t)len, KM_SLEEP);
struct msu_path *mpath;
size = (sizeof (struct msu_path) + (sizeof (struct msu_dev) * devcnt));
mpath = (struct msu_path *)kmem_zalloc((size_t)size, KM_SLEEP);
oplmsu_config_new(struct msu_path *mpath)
oplmsu_config_del(struct msu_path *mpath)
int oplmsu_config_new(struct msu_path *);
int oplmsu_config_del(struct msu_path *);