Searched defs:uid (Results 1 - 25 of 66) sorted by path

123

/haiku/headers/os/kernel/
H A Dfs_index.h18 uid_t uid; member in struct:index_info
/haiku/headers/posix/sys/
H A Dipc.h29 uid_t uid; /* owner's user ID */ member in struct:ipc_perm
H A Dsocket.h156 uid_t uid; /* UID of sender */ member in struct:ucred
/haiku/headers/private/fs_shell/
H A Dfssh_fs_index.h18 fssh_uid_t uid; member in struct:fssh_index_info
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs.h197 int32 uid; member in struct:BFS::bfs_inode
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.cpp33 GetAuthentication(const char* context, const char* server, const char* share, uid_t uid, bool badPassword, bool* _cancelled, char* _foundUser, int32 foundUserSize, char* _foundPassword, int32 foundPasswordSize) argument
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DMetadataCache.cpp89 MetadataCache::GetAccess(uid_t uid, uint32* allowed) argument
113 MetadataCache::SetAccess(uid_t uid, uint32 allowed) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.h56 uid_t uid; member in struct:CACHED_PERMISSIONS
94 uid_t uid; member in struct:CACHED_SECURID
145 uid_t uid; /* uid of user requesting (not the mounter) */ member in struct:SECURITY_CONTEXT
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h2010 uint32 uid() const { return B_LENDIAN_TO_HOST_INT32(_uid); } function in struct:file_icb_entry
2047 void set_uid(uint32 uid) { _uid = B_HOST_TO_LENDIAN_INT32(uid); } argument
2141 uint32 uid() const { return B_LENDIAN_TO_HOST_INT32(_uid); } function in struct:extended_file_icb_entry
2185 void set_uid(uint32 uid) { _uid = B_HOST_TO_LENDIAN_INT32(uid); } argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h76 uid_t uid; member in struct:beos_index_info
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_config.h15 unsigned int uid; member in struct:fuse_config
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.h31 uint32 uid; member in struct:MessageToken
[all...]
H A DIMAPMailbox.cpp28 IMAPMailbox::AddMessageEntry(uint32 index, uint32 uid, uint32 flags, argument
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.cpp376 uint32 uid = uids[index]; local
431 uint32 uid = 0; local
465 SetFlagsCommand::SetFlagsCommand(uint32 uid, uint32 flags) argument
[all...]
H A DCommands.h29 uint32 uid; member in struct:IMAP::MessageEntry
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp180 const char* uid = toDownload.StringAt(i); local
377 Login(const char* uid, const char* password, int method) argument
516 BString uid; local
[all...]
/haiku/src/bin/multiuser/
H A Duseradd.cpp195 uid_t uid = 1000; local
/haiku/src/bin/network/mount_nfs/
H A Dmount_nfs.cpp28 uid_t uid; member in struct:mount_nfs_params
/haiku/src/build/libroot/
H A Dfs_darwin.cpp58 uid_t uid = geteuid(); local
/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp38 CoreFileTeamInfo::Init(int32 id, int32 uid, int32 gid, const BString& args) argument
455 int32 uid = Get(note.nt_uid); local
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.h18 char uid[8]; member in struct:tar_header
/haiku/src/system/libroot/posix/
H A Dpwd.cpp206 getpwuid(uid_t uid) argument
218 getpwuid_r(uid_t uid, struct passwd *passwd, char *buffer, argument
H A Duser_group_common.cpp175 copy_passwd_to_buffer(const char* name, const char* password, uid_t uid, gid_t gid, const char* home, const char* shell, const char* realName, passwd* entry, char* buffer, size_t bufferSize) argument
208 parse_passwd_line(char* line, char*& name, char*& password, uid_t& uid, gid_t& gid, char*& home, char*& shell, char*& realName) argument
/haiku/src/system/libroot/posix/unistd/
H A Dusergroup.cpp75 setuid(uid_t uid) argument
89 seteuid(uid_t uid) argument
/haiku/src/tests/add-ons/mail/imap/
H A Dimap_tester.cpp142 virtual void FetchedData(uint32 fetchFlags, uint32 uid, uint32 flags) argument

Completed in 176 milliseconds

123