Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vtops.c50 #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()
408 if ((strcmp(dv->sdev_name, DEVVT_CONSUSER_NAME) == 0)) in devvt_cleandir()
417 devvt_create_snode(sdvp, DEVVT_CONSUSER_NAME, cred, SDEV_VLINK); in devvt_cleandir()