Home
last modified time | relevance | path

Searched refs:upath (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_lrp.c172 upath->status, MSU_ACTIVE); in oplmsu_lrioctl_termios()
289 altn_upath = upath; in oplmsu_lrioctl_termios()
319 upath->status, MSU_FAIL); in oplmsu_lrioctl_termios()
445 switch (upath->status) { in oplmsu_lrioctl_termios()
496 if (upath == NULL) { in oplmsu_lrmsg_error()
523 oplmsu_cmn_set_upath_sts(upath, MSU_PSTAT_FAIL, upath->status, in oplmsu_lrmsg_error()
538 upath->status, MSU_FAIL); in oplmsu_lrmsg_error()
571 upath->status, MSU_FAIL); in oplmsu_lrmsg_error()
581 altn_lpath->src_upath = upath; in oplmsu_lrmsg_error()
636 if (upath == NULL) { in oplmsu_lrdata_xoffxon()
[all …]
H A Doplmsu_cmn_func.c259 upath_t *upath; in oplmsu_search_upath_info() local
265 while (upath) { in oplmsu_search_upath_info()
269 upath = upath->u_next; in oplmsu_search_upath_info()
271 return (upath); in oplmsu_search_upath_info()
329 while (upath) { in oplmsu_delete_upath_info()
435 upath = upath->u_next; in oplmsu_get_inst_status()
469 upath = upath->u_next; in oplmsu_search_standby()
515 upath = upath->u_next; in oplmsu_search_min_stop_path()
549 upath = upath->u_next; in oplmsu_get_pathnum()
613 upath = upath->u_next; in oplmsu_cmn_putxoff_standby()
[all …]
H A Doplmsu.c1200 upath_t *upath; in oplmsu_dr_attach() local
1218 while (upath) { in oplmsu_dr_attach()
1222 upath = upath->u_next; in oplmsu_dr_attach()
1336 while (upath) { in oplmsu_dr_detach()
1342 upath = upath->u_next; in oplmsu_dr_detach()
1866 upath_t *upath; in oplmsu_config_add() local
2296 for (upath = oplmsu_uinst->first_upath; upath; ) { in oplmsu_config_start()
2298 upath = upath->u_next; in oplmsu_config_start()
2329 upath = upath->u_next; in oplmsu_config_start()
2365 upath = upath->u_next; in oplmsu_config_start()
[all …]
H A Doplmsu_ioctl_uwp.c128 upath_t *upath; in oplmsu_uwioctl_ipunlink() local
204 switch (upath->status) { in oplmsu_uwioctl_ipunlink()
212 if (upath->traditional_status == MSU_SETID) { in oplmsu_uwioctl_ipunlink()
213 oplmsu_cmn_set_upath_sts(upath, in oplmsu_uwioctl_ipunlink()
214 MSU_PSTAT_DISCON, upath->status, in oplmsu_uwioctl_ipunlink()
216 upath->lpath = NULL; in oplmsu_uwioctl_ipunlink()
236 "status = %d", upath->status); in oplmsu_uwioctl_ipunlink()
313 upath_t *upath = NULL; in oplmsu_uwioctl_termios() local
416 if (upath == NULL) { in oplmsu_uwioctl_termios()
452 lpath->status = upath->traditional_status; in oplmsu_uwioctl_termios()
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Dnfs.c462 nfs_open(const char *upath, struct open_file *f) in nfs_open() argument
486 printf("nfs_open: %s (rootpath=%s)\n", upath, rootpath); in nfs_open()
531 cp = path = strdup(upath); in nfs_open()
H A Dufs.c479 ufs_open(const char *upath, struct open_file *f) in ufs_open() argument
541 cp = path = strdup(upath); in ufs_open()
H A Dext2fs.c333 ext2fs_open(const char *upath, struct open_file *f) in ext2fs_open() argument
423 path = strdup(upath); in ext2fs_open()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c97 zfs_open(const char *upath, struct open_file *f) in zfs_open() argument
112 rc = zfs_lookup(mount, upath, &fp->f_dnode); in zfs_open()
H A Dzfsimpl.c3642 zfs_lookup(const struct zfsmount *mnt, const char *upath, dnode_phys_t *dnode) in zfs_lookup() argument
3687 p = upath; in zfs_lookup()
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c2136 modctl_devexists(const char *upath, int pathlen) in modctl_devexists() argument
2148 if ((ret = copyinstr(upath, path, pathlen, NULL)) == 0) { in modctl_devexists()
H A Dzone.c3447 zone_set_root(zone_t *zone, const char *upath) in zone_set_root() argument
3456 if ((error = pn_get((char *)upath, UIO_USERSPACE, &upn)) != 0) in zone_set_root()