HomeSort by: relevance | last modified time | path
    Searched defs:nullcn (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
nullcons_subr.c 124 static struct consdev nullcn = cons_init(null); local in function:nullcninit
126 nullcnprobe(&nullcn);
127 cn_tab = &nullcn;
166 error = devsw_attach("nullcn", NULL, &bmajor, &nullcn_devsw, &cmajor);
  /src/sys/fs/union/
union_vfsops.c 214 static struct componentname nullcn = { local in function:union_mount
220 error = VOP_WHITEOUT(um->um_uppervp, &nullcn, LOOKUP);

Completed in 13 milliseconds