Searched refs:UID_NOBODY (Results 1 – 9 of 9) sorted by relevance
18 UID_NOBODY=`id -u nobody`29 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_OMIT $DATE2 0 030 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 0 UTIME_OMIT 031 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 $DATE2 0 035 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_OMIT $DATE2 0 036 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 0 UTIME_OMIT 037 expect EPERM -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 $DATE2 0 040 expect 0 chown ${n0} $UID_NOBODY $GID_NOBODY42 expect 0 -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} $DATE1 0 $DATE2 0
16 UID_NOBODY=`id -u nobody`27 expect EACCES -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_NOW 0 UTIME_NOW 030 expect 0 chown ${n0} $UID_NOBODY $GID_NOBODY32 expect 0 -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_NOW 0 UTIME_NOW 040 expect 0 -u $UID_NOBODY open . O_RDONLY : utimensat 0 ${n0} 0 UTIME_NOW 0 UTIME_NOW 0
53 #define UID_NOBODY 60001 /* user ID no body */ macro54 #define GID_NOBODY UID_NOBODY
400 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()
150 #define UID_NOBODY 65534 macro
1657 id = UID_NOBODY; in zfs_acl_ids_create()2171 if (newid != UID_NOBODY && in zfs_zaccess_aces_check()
1613 anon.cr_uid = UID_NOBODY; in get_exportlist_one()3662 cr->cr_uid = UID_NOBODY; in parsecred()
85 NFSD_VNET_DEFINE(uid_t, nfsrv_defaultuid) = UID_NOBODY;
8122 *uidp = UID_NOBODY; in nfsrv_parseug()