Searched refs:DEVVT_CONSUSER_NAME (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/fs/dev/ |
H A D | sdev_vtops.c | 50 #define DEVVT_CONSUSER_NAME "console_user" macro 126 if (strcmp(nm, DEVVT_CONSUSER_NAME) == 0) { in devvt_validate() 166 if (strcmp(nm, DEVVT_CONSUSER_NAME) == 0) { in devvt_create_rvp() 194 (strcmp(nm, DEVVT_CONSUSER_NAME) == 0)) { in devvt_lookup() 245 strcmp(nm, DEVVT_CONSUSER_NAME) != 0 && in devvt_create_snode() 294 (strcmp(dv->sdev_name, DEVVT_CONSUSER_NAME) == 0)); in devvt_rebuild_stale_link() 299 } else if (strcmp(dv->sdev_name, DEVVT_CONSUSER_NAME) == 0) { in devvt_rebuild_stale_link() 413 if ((strcmp(dv->sdev_name, DEVVT_CONSUSER_NAME) == NULL)) in devvt_cleandir() 422 devvt_create_snode(sdvp, DEVVT_CONSUSER_NAME, cred, SDEV_VLINK); in devvt_cleandir()
|