Searched refs:uid (Results 1 - 25 of 308) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/android/
H A Ddevtools_auth.cc11 bool CanUserConnectToDevTools(uid_t uid, gid_t gid) { argument
12 struct passwd* creds = getpwuid(uid);
14 LOG(WARNING) << "DevTools: can't obtain creds for uid " << uid;
17 if (gid == uid &&
/external/kernel-headers/original/linux/nfsd/
H A Dauth.h5 * uid/gid mapping not yet implemented.
15 #define nfsd_luid(rq, uid) ((u32)(uid))
17 #define nfsd_ruid(rq, uid) ((u32)(uid))
/external/libselinux/include/selinux/
H A Dandroid.h19 extern int selinux_android_setcontext(uid_t uid,
26 uid_t uid);
31 uid_t uid);
/external/chromium_org/content/public/browser/android/
H A Ddevtools_auth.h16 CONTENT_EXPORT bool CanUserConnectToDevTools(uid_t uid, gid_t gid);
/external/chromium_org/remoting/host/installer/mac/Scripts/
H A Dremoting_preflight.sh26 ps -eo uid,command | awk -v script="$SCRIPT_FILE" '
53 for uid in $(find_users_with_active_hosts); do
54 if [[ -n "$uid" ]]; then
55 echo "$uid" >> "$USERS_TMP_FILE"
56 if [[ "$uid" = "0" ]]; then
61 pid="$(find_login_window_for_user "$uid")"
63 launchctl bsexec "$pid" sudo -u "#$uid" launchctl stop "$SERVICE_NAME"
64 launchctl bsexec "$pid" sudo -u "#$uid" launchctl unload -w -S \
H A Dremoting_postflight.sh95 for uid in $(sort "$USERS_TMP_FILE" | uniq); do
96 logger Starting service for user "$uid".
98 if [[ "$uid" = "0" ]]; then
104 # Load the launchd agent in the bootstrap context of user $uid's graphical
109 pid="$(find_login_window_for_user "$uid")"
111 launchctl bsexec "$pid" sudo -u "#$uid" launchctl load -w -S Aqua "$PLIST"
112 launchctl bsexec "$pid" sudo -u "#$uid" launchctl start "$SERVICE_NAME"
/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/chromium_org/cc/resources/
H A Dui_resource_client.h27 virtual scoped_refptr<UIResourceBitmap> GetBitmap(UIResourceId uid,
/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/smack/src/org/jivesoftware/smackx/workgroup/
H A DQueueUser.java40 * @param uid the user jid of the customer in the queue
45 public QueueUser (String uid, int position, int time, Date joinedAt) { argument
48 this.userID = uid;
/external/llvm/utils/TableGen/
H A DX86DisassemblerTables.h233 /// @param uid - The unique ID to set matching entries to.
237 InstrUID uid,
252 /// decode tables to point to a specific uid.
260 /// @param uid - The unique ID of the instruction.
267 InstrUID uid,
274 /// @param uid - The unique ID of the instruction.
276 InstructionSpecifier& specForUID(InstrUID uid) { argument
277 if (uid >= InstructionSpecifiers.size())
278 InstructionSpecifiers.resize(uid + 1);
280 return InstructionSpecifiers[uid];
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h53 explicit SyncVar(uptr addr, u64 uid);
59 const u64 uid; // Globally unique id. member in struct:__tsan::SyncVar
74 // 47 lsb is addr, then 14 bits is low part of uid, then 3 zero bits.
75 return GetLsb((u64)addr | (uid << 47), 61);
77 bool CheckId(u64 uid) const {
78 CHECK_EQ(uid, GetLsb(uid, 14));
79 return GetLsb(this->uid, 14) == uid;
81 static uptr SplitId(u64 id, u64 *uid) { argument
[all...]
/external/chromium_org/cc/test/
H A Dfake_scoped_ui_resource.cc25 UIResourceId uid,
30 return ScopedUIResource::GetBitmap(uid, resource_lost);
24 GetBitmap( UIResourceId uid, bool resource_lost) argument
H A Dfake_scoped_ui_resource.h20 UIResourceId uid,
/external/kernel-headers/original/linux/
H A Dipc.h12 __kernel_uid_t uid; member in struct:ipc_perm
62 uid_t uid; member in struct:kern_ipc_perm
/external/openssh/
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...]
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);
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx.c60 surface_notify_handler(Display * dpy, unsigned int uid, int kind) argument
65 apple_glx_diagnostic("%s: surface destroyed %u\n", __func__, uid);
66 apple_glx_surface_destroy(uid);
72 updated = apple_glx_context_surface_changed(uid, pthread_self());
/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/mesa3d/src/glx/apple/
H A Dapple_glx.c60 surface_notify_handler(Display * dpy, unsigned int uid, int kind) argument
65 apple_glx_diagnostic("%s: surface destroyed %u\n", __func__, uid);
66 apple_glx_surface_destroy(uid);
72 updated = apple_glx_context_surface_changed(uid, pthread_self());
/external/chromium/chrome/browser/
H A Dprocess_info_snapshot.h51 uid_t uid; member in struct:ProcessInfoSnapshot::ProcInfoEntry
64 uid(0),
/external/compiler-rt/lib/lsan/
H A Dlsan_thread.h43 u32 ThreadCreate(u32 tid, uptr uid, bool detached);
45 u32 ThreadTid(uptr uid);

Completed in 609 milliseconds

1234567891011>>