Searched refs:devfs_ops_f (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/fs/devfs/
H A Ddevfs_vnops.c69 static struct fileops devfs_ops_f; variable in typeref:struct:fileops
1317 finit(fp, fp->f_flag, DTYPE_VNODE, dev, &devfs_ops_f);
2035 if (fp2->f_type != DTYPE_VNODE || fp2->f_ops != &devfs_ops_f)
2040 static struct fileops devfs_ops_f = { variable in typeref:struct:fileops

Completed in 53 milliseconds