Searched defs:uid (Results 1 - 25 of 152) sorted by relevance

1234567

/external/llvm/utils/TableGen/
H A DX86DisassemblerTables.h235 /// @param uid - The unique ID to set matching entries to.
239 InstrUID uid,
254 /// decode tables to point to a specific uid.
262 /// @param uid - The unique ID of the instruction.
269 InstrUID uid,
276 /// @param uid - The unique ID of the instruction.
278 InstructionSpecifier& specForUID(InstrUID uid) { argument
279 if (uid >= InstructionSpecifiers.size())
280 InstructionSpecifiers.resize(uid + 1);
282 return InstructionSpecifiers[uid];
[all...]
/external/openssh/
H A Dsftp-common.h37 u_int32_t uid; member in struct:Attrib
H A Daudit-linux.c43 linux_audit_record_event(int uid, const char *username, argument
58 username == NULL ? uid : -1, hostname, ip, ttyn, success);
88 if (linux_audit_record_event(li->uid, NULL, li->hostname,
H A Dsshlogin.c72 get_last_login_time(uid_t uid, const char *logname, argument
77 login_get_lastlog(&li, uid);
87 store_lastlog_message(const char *user, uid_t uid) argument
97 time_string = sys_auth_get_lastlogin_msg(user, uid);
103 last_login_time = get_last_login_time(uid, user, hostname,
126 record_login(pid_t pid, const char *tty, const char *user, uid_t uid, argument
132 store_lastlog_message(user, uid);
H A Duidswap.c6 * Code for uid-swapping.
49 /* Saved effective uid. */
54 /* Saved effective uid. */
61 * Temporarily changes to the given uid. If the effective user
122 /* Set the effective uid to the given (unprivileged) uid. */
129 /* Propagate the privileged uid to all of our uids. */
142 permanently_drop_suid(uid_t uid) argument
146 debug("permanently_drop_suid: %u", (u_int)uid);
148 if (setresuid(uid, ui
[all...]
/external/chromium/chrome/browser/
H A Dprocess_info_snapshot.h51 uid_t uid; member in struct:ProcessInfoSnapshot::ProcInfoEntry
64 uid(0),
H A Dprocess_info_snapshot_mac_unittest.cc34 EXPECT_EQ(0, static_cast<int64>(proc_info.uid));
61 uid_t uid = getuid(); local
76 EXPECT_EQ(uid, proc_info.uid);
89 EXPECT_EQ(uid, proc_info.uid); // This (and the following) should be true
95 // To verify that ProcessInfoSnapshot is getting the actual uid and effective
96 // uid, this test runs top. top should have a uid of the caller and effective
97 // uid o
[all...]
/external/chromium/net/url_request/
H A Durl_request_context.cc79 void URLRequestContext::setUID(uid_t uid) { argument
81 calling_uid_ = uid;
84 bool URLRequestContext::getUID(uid_t *uid) const {
88 *uid = calling_uid_;
/external/dbus/dbus/
H A Ddbus-sysdeps-unix.h94 dbus_uid_t uid; /**< UID */ member in struct:DBusUserInfo
115 dbus_uid_t uid,
132 dbus_uid_t *uid);
H A Ddbus-userdb-util.c39 * @param uid UID of person to check
44 _dbus_is_console_user (dbus_uid_t uid, argument
70 if (_dbus_stat(&f, &st, NULL) && (st.uid == uid))
92 info = _dbus_user_database_lookup (db, uid, NULL, error);
111 * @param uid return location for UID
116 dbus_uid_t *uid)
118 return _dbus_get_user_id_and_primary_group (username, uid, NULL);
188 *uid_p = info->uid;
349 * @param uid th
115 _dbus_get_user_id(const DBusString *username, dbus_uid_t *uid) argument
355 _dbus_groups_from_uid(dbus_uid_t uid, dbus_gid_t **group_ids, int *n_group_ids) argument
414 dbus_uid_t uid; local
[all...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPv3FileAttributes.java25 public Integer uid = null; field in class:SFTPv3FileAttributes
/external/kernel-headers/original/asm-arm/
H A Dipcbuf.h17 __kernel_uid32_t uid; member in struct:ipc64_perm
/external/kernel-headers/original/asm-mips/
H A Dipcbuf.h17 __kernel_uid_t uid; member in struct:ipc64_perm
/external/kernel-headers/original/asm-x86/
H A Dipcbuf.h17 __kernel_uid32_t uid; member in struct:ipc64_perm
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dipt_owner.h12 uid_t uid; member in struct:ipt_owner_info
/external/kernel-headers/original/linux/netfilter_ipv6/
H A Dip6t_owner.h11 uid_t uid; member in struct:ip6t_owner_info
/external/webkit/Source/JavaScriptCore/profiler/
H A DProfile.h38 static PassRefPtr<Profile> create(const UString& title, unsigned uid);
45 unsigned int uid() const { return m_uid; } function in class:JSC::Profile
59 Profile(const UString& title, unsigned uid);
/external/webkit/Source/WebCore/bindings/js/
H A DScriptHeapSnapshot.h50 unsigned int uid() const { return 0; } function in class:WebCore::ScriptHeapSnapshot
H A DScriptProfile.cpp59 unsigned int ScriptProfile::uid() const function in class:WebCore::ScriptProfile
61 return m_profile->uid();
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptProfile.cpp53 unsigned int ScriptProfile::uid() const function in class:WebCore::ScriptProfile
H A DScriptHeapSnapshot.cpp54 unsigned int ScriptHeapSnapshot::uid() const function in class:WebCore::ScriptHeapSnapshot
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dproc-llist.h35 uid_t uid; // user ID member in struct:_lnode
/external/openssh/openbsd-compat/
H A Dpwcache.c48 user_from_uid(uid_t uid, int nouser) argument
51 uid_t uid; member in struct:ncache
59 cp = c_uid + (uid & MASK);
60 if (cp->uid != uid || cp->name == NULL) {
67 if ((pw = getpwuid(uid)) == NULL) {
70 (void)snprintf(nbuf, sizeof(nbuf), "%u", uid);
72 cp->uid = uid;
/external/oprofile/libpp/
H A Dlocate_images.h79 /// return the uid for this extra_images, first valid uid is 1
80 int get_uid() const { return uid; }
101 /// unique identifier, first valid uid is 1
102 int uid; member in class:extra_images
103 /// unique uid generator
/external/valgrind/main/include/
H A Dpub_tool_libcfile.h57 UInt uid; member in struct:vg_stat

Completed in 678 milliseconds

1234567