Home
last modified time | relevance | path

Searched refs:UID_NOBODY (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/pjdfstest/tests/utimensat/
H A D07.t18 UID_NOBODY=`id -u nobody`
29 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_OMIT $DATE2 0 0
30 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 0 UTIME_OMIT 0
31 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 $DATE2 0 0
35 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_OMIT $DATE2 0 0
36 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 0 UTIME_OMIT 0
37 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 $DATE2 0 0
40 expect 0 chown ${n0} $UID_NOBODY $GID_NOBODY
42 expect 0 -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 $DATE2 0
H A D06.t16 UID_NOBODY=`id -u nobody`
27 expect EACCES -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_NOW 0 UTIME_NOW 0
30 expect 0 chown ${n0} $UID_NOBODY $GID_NOBODY
32 expect 0 -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_NOW 0 UTIME_NOW 0
40 expect 0 -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_NOW 0 UTIME_NOW 0
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dparam.h53 #define UID_NOBODY 60001 /* user ID no body */ macro
54 #define GID_NOBODY UID_NOBODY
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_fuid.c400 return (UID_NOBODY); in zfs_fuid_map_id()
532 return ((type == ZFS_OWNER) ? UID_NOBODY : GID_NOBODY); in zfs_fuid_create_cred()
580 uint64_t idx = UID_NOBODY; in zfs_fuid_create()
605 return (UID_NOBODY); in zfs_fuid_create()
641 rid = UID_NOBODY; in zfs_fuid_create()
/freebsd/sys/sys/
H A Dconf.h149 #define UID_NOBODY 65534 macro
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c1657 id = UID_NOBODY; in zfs_acl_ids_create()
2171 if (newid != UID_NOBODY && in zfs_zaccess_aces_check()
/freebsd/usr.sbin/mountd/
H A Dmountd.c1577 anon.cr_uid = UID_NOBODY; in get_exportlist_one()
3579 cr->cr_uid = UID_NOBODY; in parsecred()
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c85 NFSD_VNET_DEFINE(uid_t, nfsrv_defaultuid) = UID_NOBODY;
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c7990 *uidp = UID_NOBODY; in nfsrv_parseug()