Home
last modified time | relevance | path

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

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