Searched refs:mpath (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | dman_domain.c | 163 mi_path_t mpath; in man_path_discovery() local 189 ether_copy(&manc.manc_sc_eaddr, &mpath.mip_eaddr); in man_path_discovery() 191 mpath.mip_pg_id = 0; /* SC is always pathgroup ID 0 */ in man_path_discovery() 192 mpath.mip_man_ppa = 0; /* Domain only has one ppa, 0 */ in man_path_discovery() 197 num_devs = man_find_devs(&mpath, MAN_MAX_EXPANDERS); in man_path_discovery() 203 mpath.mip_cmd = MI_PATH_ASSIGN; in man_path_discovery() 206 status = man_pg_cmd(&mpath, NULL); in man_path_discovery() 216 if (mpath.mip_devs[i].mdev_exp_id == manc.manc_golden_iob) in man_path_discovery() 217 mpath.mip_devs[0] = mpath.mip_devs[i]; in man_path_discovery() 219 mpath.mip_ndevs = 1; in man_path_discovery() [all …]
|
H A D | dman.c | 4186 mi_path_t mpath; in man_do_dr_switch() local 4225 bzero((char *)&mpath, sizeof (mi_path_t)); in man_do_dr_switch() 4227 mpath.mip_cmd = MI_PATH_ACTIVATE; in man_do_dr_switch() 4228 mpath.mip_man_ppa = 0; in man_do_dr_switch() 4229 mpath.mip_pg_id = 0; in man_do_dr_switch() 4230 mpath.mip_devs[0] = ap->mp_device; in man_do_dr_switch() 4231 mpath.mip_ndevs = 1; in man_do_dr_switch() 4232 ether_copy(&manp->man_eaddr, &mpath.mip_eaddr); in man_do_dr_switch() 4243 if (status = man_pg_cmd(&mpath, wp)) in man_do_dr_switch() 4278 mi_path_t mpath; in man_do_dr_attach() local [all …]
|
/titanic_50/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu.c | 1277 struct msu_path *mpath; in oplmsu_dr_attach() local 1284 mpath = (struct msu_path *)kmem_zalloc((size_t)len, KM_SLEEP); in oplmsu_dr_attach() 1285 mpath->num = 1; in oplmsu_dr_attach() 1286 mdev = (struct msu_dev *)(mpath + 1); in oplmsu_dr_attach() 1290 if ((oplmsu_config_del(mpath)) == 0) { in oplmsu_dr_attach() 1295 kmem_free(mpath, (size_t)len); in oplmsu_dr_attach() 1309 struct msu_path *mpath; in oplmsu_dr_detach() local 1416 mpath = (struct msu_path *)kmem_zalloc((size_t)len, KM_SLEEP); in oplmsu_dr_detach() 1417 mpath->num = 1; in oplmsu_dr_detach() 1418 mdev = (struct msu_dev *)(mpath + 1); in oplmsu_dr_detach() [all …]
|
/titanic_50/usr/src/uts/i86pc/io/ |
H A D | consplat.c | 409 static char mpath[MAXPATHLEN]; in plat_mousepath() local 418 if (plat_devpath("mouse8042", mpath) == NULL) in plat_mousepath() 421 return (mpath); in plat_mousepath()
|
/titanic_50/usr/src/lib/storage/libg_fc/ |
H A D | Makefile.com | 34 mpath.o
|
/titanic_50/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 73 static char *mpath(char *); 366 if (isblk && strcmp(mpath(cp), "") != 0) { in main() 551 (void) printf(" %s\n", mpath(file)); in dfreedev() 685 mpath(char *file) in mpath() function
|
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | devalloc.c | 1506 char apath[MAXPATHLEN], mpath[MAXPATHLEN]; in da_update_device() local 1552 if (snprintf(mpath, sizeof (mpath), "%s%s", rootdir, in da_update_device() 1553 TMPMAP) >= sizeof (mpath)) in da_update_device() 1555 mpathp = mpath; in da_update_device()
|
/titanic_50/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.h | 375 static void walk_cache_minor(di_devlink_handle_t hdp, const char *mpath,
|
H A D | devinfo_devlink.c | 3687 walk_cache_minor(di_devlink_handle_t hdp, const char *mpath, link_desc_t *linkp) in walk_cache_minor() argument 3691 assert(mpath); in walk_cache_minor() 3693 if ((cmnp = lookup_minor(hdp, mpath, NULL, TYPE_CACHE)) != NULL) { in walk_cache_minor() 3696 dprintf(DBG_ERR, "lookup minor failed: %s\n", mpath); in walk_cache_minor()
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 2788 char *mpath = zpool_vdev_name(zhp->zpool_hdl, zhp, in find_vdev_entry() local 2794 boolean_t result = (strcmp(mpath, spath) == 0); in find_vdev_entry() 2798 free(mpath); in find_vdev_entry() 2803 free(mpath); in find_vdev_entry()
|