OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cn_devvp
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/
cons.c
96
struct vnode *
cn_devvp
[2]; /* vnode for underlying device. */
variable in typeref:struct:vnode * [2]
160
if (
cn_devvp
[unit] != NULLVP) {
164
if ((error = cdevvp(cndev, &
cn_devvp
[unit])) != 0) {
168
vn_lock(
cn_devvp
[unit], LK_EXCLUSIVE | LK_RETRY);
169
error = VOP_OPEN(
cn_devvp
[unit], flag, kauth_cred_get());
170
VOP_UNLOCK(
cn_devvp
[unit]);
193
vp =
cn_devvp
[unit];
194
cn_devvp
[unit] = NULL;
Completed in 12 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025