/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);
|
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);
|
union_vfsops.c | 214 static struct componentname nullcn = { local in function:union_mount 220 error = VOP_WHITEOUT(um->um_uppervp, &nullcn, LOOKUP);
|