Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpriv.h309 #define PRIV_DEVFS_SYMLINK 371 /* Can create symlinks in devfs. */ macro
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c1863 error = priv_check(curthread, PRIV_DEVFS_SYMLINK); in devfs_symlink()