Searched refs:upath (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu_ioctl_lrp.c | 52 upath_t *upath, *altn_upath = NULL, *stp_upath = NULL; in oplmsu_lrioctl_termios() local 69 upath = oplmsu_search_upath_info(lpath->path_no); in oplmsu_lrioctl_termios() 70 trad_sts = upath->traditional_status; in oplmsu_lrioctl_termios() 157 upath->traditional_status = term_stat; in oplmsu_lrioctl_termios() 171 oplmsu_cmn_set_upath_sts(upath, MSU_PSTAT_ACTIVE, in oplmsu_lrioctl_termios() 172 upath->status, MSU_ACTIVE); in oplmsu_lrioctl_termios() 194 (void) prom_opl_switch_console(upath->ser_devcb.lsb); in oplmsu_lrioctl_termios() 262 oplmsu_cmn_set_upath_sts(upath, in oplmsu_lrioctl_termios() 263 MSU_PSTAT_STANDBY, upath->status, in oplmsu_lrioctl_termios() 289 altn_upath = upath; in oplmsu_lrioctl_termios() [all …]
|
H A D | oplmsu_cmn_func.c | 259 upath_t *upath; in oplmsu_search_upath_info() local 264 upath = oplmsu_uinst->first_upath; in oplmsu_search_upath_info() 265 while (upath) { in oplmsu_search_upath_info() 266 if (upath->path_no == path_no) { in oplmsu_search_upath_info() 269 upath = upath->u_next; in oplmsu_search_upath_info() 271 return (upath); in oplmsu_search_upath_info() 320 upath_t *upath, *next_upath; in oplmsu_delete_upath_info() local 325 upath = oplmsu_uinst->first_upath; in oplmsu_delete_upath_info() 329 while (upath) { in oplmsu_delete_upath_info() 330 next_upath = upath->u_next; in oplmsu_delete_upath_info() [all …]
|
H A D | oplmsu.c | 1197 upath_t *upath; in oplmsu_dr_attach() local 1214 upath = oplmsu_uinst->first_upath; in oplmsu_dr_attach() 1215 while (upath) { in oplmsu_dr_attach() 1216 if (instance == upath->path_no) { in oplmsu_dr_attach() 1219 upath = upath->u_next; in oplmsu_dr_attach() 1224 if (upath != NULL) { in oplmsu_dr_attach() 1311 upath_t *upath; in oplmsu_dr_detach() local 1332 upath = oplmsu_uinst->first_upath; in oplmsu_dr_detach() 1333 while (upath) { in oplmsu_dr_detach() 1334 if (instance == upath->path_no) { in oplmsu_dr_detach() [all …]
|
H A D | oplmsu_ioctl_uwp.c | 128 upath_t *upath; in oplmsu_uwioctl_ipunlink() local 202 upath = oplmsu_search_upath_info(lpath->path_no); in oplmsu_uwioctl_ipunlink() 203 if (upath != NULL) { /* When the upath_t exists */ in oplmsu_uwioctl_ipunlink() 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() 234 "trad_status = %lx", upath->traditional_status); in oplmsu_uwioctl_ipunlink() 236 "status = %d", upath->status); in oplmsu_uwioctl_ipunlink() [all …]
|
/titanic_50/usr/src/uts/common/os/ |
H A D | modctl.c | 2130 modctl_devexists(const char *upath, int pathlen) in modctl_devexists() argument 2142 if ((ret = copyinstr(upath, path, pathlen, NULL)) == 0) { in modctl_devexists()
|
H A D | zone.c | 3289 zone_set_root(zone_t *zone, const char *upath) in zone_set_root() argument 3298 if ((error = pn_get((char *)upath, UIO_USERSPACE, &upn)) != 0) in zone_set_root()
|