Searched defs:upath (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_uwp.c128 upath_t *upath; local
202 upath = oplmsu_search_upath_info(lpath->path_no);
203 if (upath != NULL) { /* When the upath_t exists */
204 switch (upath->status) {
212 if (upath->traditional_status == MSU_SETID) {
213 oplmsu_cmn_set_upath_sts(upath,
214 MSU_PSTAT_DISCON, upath->status,
216 upath->lpath = NULL;
227 * When upath->status isn't MSU_PSTAT_STOP or
234 "trad_status = %lx", upath
313 upath_t *upath = NULL; local
[all...]
H A Doplmsu_ioctl_lrp.c52 upath_t *upath, *altn_upath = NULL, *stp_upath = NULL; local
69 upath = oplmsu_search_upath_info(lpath->path_no);
70 trad_sts = upath->traditional_status;
157 upath->traditional_status = term_stat;
171 oplmsu_cmn_set_upath_sts(upath, MSU_PSTAT_ACTIVE,
172 upath->status, MSU_ACTIVE);
194 (void) prom_opl_switch_console(upath->ser_devcb.lsb);
262 oplmsu_cmn_set_upath_sts(upath,
263 MSU_PSTAT_STANDBY, upath->status,
289 altn_upath = upath;
476 upath_t *upath, *altn_upath = NULL; local
614 upath_t *upath, *stp_upath = NULL; local
[all...]
H A Doplmsu_cmn_func.c259 upath_t *upath; local
264 upath = oplmsu_uinst->first_upath;
265 while (upath) {
266 if (upath->path_no == path_no) {
269 upath = upath->u_next;
271 return (upath);
320 upath_t *upath, *next_upath; local
325 upath = oplmsu_uinst->first_upath;
329 while (upath) {
405 upath_t *upath; local
452 upath_t *upath, *altn_upath = NULL; local
486 upath_t *upath, *min_upath; local
539 upath_t *upath; local
601 upath_t *upath; local
651 oplmsu_cmn_set_upath_sts(upath_t *upath, int sts, int prev_sts, ulong_t trad_sts) argument
[all...]
H A Doplmsu.c227 mutex_init(&oplmsu_uinst->u_lock, "upath lock", MUTEX_DRIVER, NULL);
1197 upath_t *upath; local
1214 upath = oplmsu_uinst->first_upath;
1215 while (upath) {
1216 if (instance == upath->path_no) {
1219 upath = upath->u_next;
1224 if (upath != NULL) {
1311 upath_t *upath; local
1332 upath
1712 upath_t *upath; local
1865 upath_t *upath; local
1913 upath_t *upath; local
2006 upath_t *upath, *altn_upath; local
2274 upath_t *upath = NULL; local
2421 upath_t *upath; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dhost.c48 host_open(const char *upath, struct open_file *f) argument
54 return (CALLBACK(open, upath, &f->f_fsdata));
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfs.c102 zfs_open(const char *upath, struct open_file *f) argument
116 rc = zfs_lookup(mount, upath, &fp->f_dnode);
H A Dzfsimpl.c2190 zfs_lookup(const struct zfsmount *mnt, const char *upath, dnode_phys_t *dnode) argument
2225 p = upath;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnfs.c441 nfs_open(const char *upath, struct open_file *f) argument
463 printf("nfs_open: %s (rootpath=%s)\n", upath, rootpath);
516 cp = path = strdup(upath);
614 error = nfs_lookupfh(&nfs_root_node, upath, currfd);
1083 nfs_open(const char *upath, struct open_file *f) argument
1105 printf("nfs_open: %s (rootpath=%s)\n", upath, rootpath);
1160 cp = path = strdup(upath);
1262 error = nfs_lookupfh(&nfs_root_node, upath, currfd);
H A Dext2fs.c333 ext2fs_open(const char *upath, struct open_file *f) argument
423 path = strdup(upath);
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c2130 modctl_devexists(const char *upath, int pathlen) argument
2142 if ((ret = copyinstr(upath, path, pathlen, NULL)) == 0) {
H A Dzone.c3419 zone_set_root(zone_t *zone, const char *upath) argument
3428 if ((error = pn_get((char *)upath, UIO_USERSPACE, &upn)) != 0)

Completed in 117 milliseconds