Searched refs:uid_t (Results 1 - 25 of 116) sorted by path

12345

/haiku/headers/build/host/darwin/
H A Dunistd.h11 int fchownat(int fd, const char* path, uid_t owner, gid_t group, int flag);
/haiku/headers/build/os/storage/
H A DStatable.h30 status_t GetOwner(uid_t *owner) const;
31 status_t SetOwner(uid_t owner);
/haiku/headers/compatibility/bsd/
H A Dlibutil.h93 int _secure_path(const char *_path, uid_t _uid, gid_t _gid);
/haiku/headers/glibc/
H A D_G_config.h77 #define _G_uid_t uid_t
/haiku/headers/os/kernel/
H A Dfs_index.h18 uid_t uid;
/haiku/headers/os/storage/
H A DStatable.h39 status_t GetOwner(uid_t* owner) const;
40 status_t SetOwner(uid_t owner);
/haiku/headers/posix/compat/sys/
H A Dstat.h23 uid_t st_uid; /* user ID of the owner of this file */
/haiku/headers/posix/
H A Dpwd.h18 uid_t pw_uid;
36 extern struct passwd *getpwuid(uid_t uid);
37 extern int getpwuid_r(uid_t uid, struct passwd *passwd, char *buffer,
/haiku/headers/posix/sys/
H A Dipc.h29 uid_t uid; /* owner's user ID */
31 uid_t cuid; /* creator's user ID */
H A Dsocket.h156 uid_t uid; /* UID of sender */
H A Dstat.h18 uid_t st_uid; /* user ID of the owner of this file */
/haiku/headers/private/kernel/
H A Dksignal.h105 uid_t SendingUser() const
107 void SetSendingUser(uid_t user)
147 uid_t fSendingUser;
H A Dusergroup.h33 uid_t _user_getuid(bool effective);
35 status_t _user_setreuid(uid_t ruid, uid_t euid, bool setAllIfPrivileged);
/haiku/headers/private/libroot/
H A Duser_group.h107 status_t copy_passwd_to_buffer(const char* name, const char* password, uid_t uid,
113 status_t parse_passwd_line(char* line, char*& name, char*& password, uid_t& uid,
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp161 (uid_t)UserID());
H A DInode.h64 uid_t UserID() const { return 0;/*fNode.UserID();*/ }
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.cpp34 const char* share, uid_t uid, bool badPassword,
H A DAuthenticationServer.h17 uid_t uid, bool badPassword,
H A DVolumeManager.h22 uid_t GetMountUID() const { return fMountUID; }
23 uid_t GetMountGID() const { return fMountGID; }
59 uid_t fMountUID;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DIdMap.cpp39 uid_t
43 return _GetValue<uid_t>(owner, MsgNameToUID);
56 IdMap::GetOwner(uid_t user)
H A DIdMap.h22 uid_t GetUserId(const char* owner);
25 char* GetOwner(uid_t user);
H A DMetadataCache.cpp89 MetadataCache::GetAccess(uid_t uid, uint32* allowed)
94 AVLTreeMap<uid_t, AccessEntry>::Iterator it = fAccessCache.Find(uid);
113 MetadataCache::SetAccess(uid_t uid, uint32 allowed)
116 AVLTreeMap<uid_t, AccessEntry>::Iterator it = fAccessCache.Find(uid);
H A DMetadataCache.h37 status_t GetAccess(uid_t uid, uint32* allowed);
38 void SetAccess(uid_t uid, uint32 allowed);
62 AVLTreeMap<uid_t, AccessEntry> fAccessCache;
/haiku/src/add-ons/kernel/file_systems/nfs4/idmapper/
H A DIdMapper.cpp29 uid_t gNobodyId;
32 uid_t gNogroupId;
89 return write_port(gReplyPort, MsgReply, &userInfo->pw_uid, sizeof(uid_t));
96 uid_t userId = *reinterpret_cast<uid_t*>(buffer);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.h139 uid_t uid, SID *pdefsid);
142 uid_t ntfs_find_user(const struct MAPPING *usermapping, const SID *usid);

Completed in 237 milliseconds

12345