Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu_proto.h61 int oplmsu_config_new(struct msu_path *);
63 int oplmsu_config_del(struct msu_path *);
H A Doplmsu.h182 struct msu_path { struct
/titanic_50/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu.c1277 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 …]