Searched defs:uid (Results 51 - 75 of 198) sorted by relevance

12345678

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc231 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { argument
234 int tid = ctx->thread_registry->CreateThread(uid, detached, thr->tid, &args);
235 DPrintf("#%d: ThreadCreate tid=%d uid=%zu\n", thr->tid, tid, uid);
297 uptr uid = (uptr)arg; local
298 if (tctx->user_id == uid && tctx->status != ThreadStatusInvalid) {
305 int ThreadTid(ThreadState *thr, uptr pc, uptr uid) { argument
306 int res = ctx->thread_registry->FindThread(FindThreadByUid, (void*)uid);
307 DPrintf("#%d: ThreadTid uid=%zu tid=%d\n", thr->tid, uid, re
[all...]
H A Dtsan_sync.cc27 void SyncVar::Init(ThreadState *thr, uptr pc, uptr addr, u64 uid) { argument
29 this->uid = uid;
40 uid = 0;
232 const u64 uid = atomic_fetch_add(&uid_gen_, 1, memory_order_relaxed); local
235 mys->Init(thr, pc, addr, uid);
/external/dnsmasq/src/
H A Dhelper.c53 int create_helper(int event_fd, int err_fd, uid_t uid, gid_t gid, long max_fd) argument
81 if (!(daemon->options & OPT_DEBUG) && uid != 0)
86 setuid(uid) == -1)
H A Dtftp.c293 uid_t uid = geteuid(); local
319 if (uid == 0)
325 else if ((daemon->options & OPT_TFTP_SECURE) && uid != statbuf.st_uid)
/external/e2fsprogs/lib/e2p/
H A Dls.c26 static void print_user (unsigned short uid, FILE *f) argument
30 fprintf(f, "%u ", uid);
31 pw = getpwuid (uid);
327 fprintf(f, "Reserved blocks uid: ");
/external/e2fsprogs/misc/
H A Duuidd.c449 uid_t uid; local
509 uid = getuid();
510 if (uid && drop_privs) {
521 if (setresuid(uid, uid, uid) < 0)
524 if (setreuid(uid, uid) < 0)
/external/ipsec-tools/src/racoon/
H A Dlocalconf.h72 uid_t uid; member in struct:localconf
/external/iptables/extensions/
H A Dlibxt_owner.c30 uid_t uid; member in struct:ipt_owner_info
39 uid_t uid; member in struct:ip6t_owner_info
65 "[!] --uid-owner userid Match local UID\n"
77 "[!] --uid-owner userid Match local UID\n"
88 "[!] --uid-owner userid[-userid] Match local UID\n"
95 {.name = "uid-owner", .id = O_USER, .type = XTTYPE_STRING,
113 {.name = "uid-owner", .id = O_USER, .type = XTTYPE_STRING,
128 {.name = "uid-owner", .id = O_USER, .type = XTTYPE_STRING,
150 xtables_param_act(XTF_BAD_VALUE, "owner", "--uid-owner", cb->arg);
154 info->uid
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dauto_fs4.h135 __u32 uid; member in struct:autofs_v5_packet
/external/libdrm/tests/
H A Ddristat.c127 int uid; local
135 printf(" a pid uid magic ioctls prog\n");
137 for (i = 0; !drmGetClient(fd, i, &auth, &pid, &uid, &magic, &iocs); i++) {
149 auth ? 'y' : 'n', pid, uid, magic, iocs, cmd);
152 auth ? 'y' : 'n', pid, uid, magic, iocs);
/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t.c491 tNFC_STATUS rw_t1t_select (UINT8 hr[T1T_HR_LEN], UINT8 uid[T1T_CMD_UID_LEN]) argument
509 memcpy (p_t1t->mem, uid, T1T_CMD_UID_LEN);
/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Dhandlefiletransferrequest.c56 char* GetHomeDir(uid_t uid);
69 uid_t uid = geteuid(); local
78 userHome = GetHomeDir(uid);
154 GetHomeDir(uid_t uid) argument
159 pwEnt = getpwuid (uid);
/external/libvncserver/x11vnc/
H A Dpointer.c585 int can_input = 0, uid = 0; local
613 uid = cd->uid;
616 uid = -uid;
651 fprintf(pipeinput_fh, "Pointer %d %d %d %d %s\n", uid, x, y,
/external/linux-tools-perf/src/tools/perf/util/
H A Dthread_map.c61 struct thread_map *thread_map__new_by_uid(uid_t uid) argument
92 if (st.st_uid != uid)
146 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) argument
151 if (tid == -1 && uid != UINT_MAX)
152 return thread_map__new_by_uid(uid);
271 uid_t uid)
276 if (!tid && uid != UINT_MAX)
277 return thread_map__new_by_uid(uid);
270 thread_map__new_str(const char *pid, const char *tid, uid_t uid) argument
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h193 GetOSOIndexFromUserID (lldb::user_id_t uid) argument
195 return (uint32_t)((uid >> 32ull) - 1ull);
/external/lldb/source/Symbol/
H A DTypeList.cpp84 //TypeList::FindType(lldb::user_id_t uid)
86 // iterator pos = m_types.find(uid);
160 TypeList::RemoveTypeWithUID (user_id_t uid) argument
162 iterator pos = m_types.find(uid);
/external/mesa3d/src/glx/apple/
H A Dapple_glx_context.c65 * for a uid associated with a surface.
527 apple_glx_context_surface_changed(unsigned int uid, pthread_t caller) argument
536 && ac->drawable->types.surface.uid == uid) {
539 apple_glx_diagnostic("caller is the same thread for uid %u\n",
540 uid);
H A Dapple_glx_drawable.c527 apple_glx_drawable_find_by_uid(unsigned int uid, int flags) argument
534 /* Only surfaces have a uid. */
536 if (d->types.surface.uid == uid) {
H A Dapple_glx_drawable.h65 unsigned int uid; member in struct:apple_glx_surface
181 struct apple_glx_drawable *apple_glx_drawable_find_by_uid(unsigned int uid,
189 void apple_glx_surface_destroy(unsigned int uid);
/external/openssh/
H A Daudit-bsm.c238 selected(char *username, uid_t uid, au_event_t event, int sf) argument
245 if (uid < 0) {
261 uid_t uid = -1; local
267 uid = the_authctxt->pw->pw_uid;
272 sel = selected(the_authctxt->user, uid, event_no, rc);
280 (void) au_write(ad, AUToSubjectFunc(uid, uid, gid, uid, gid,
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContextWrapper.java81 public int checkPermission(java.lang.String permission, int pid, int uid) { argument
/external/squashfs-tools/squashfs-tools/
H A Dpseudo.c281 long long uid, gid; local
328 "read or match uid\n");
331 ERROR("Read filename, type, mode and uid, but failed "
350 ERROR("Read filename, type, mode, uid and gid, "
353 ERROR("Read filename, type, mode, uid, gid "
401 uid = strtoll(suid, &ptr, 10);
403 if(uid < 0 || uid > ((1LL << 32) - 1)) {
410 uid = pwuid->pw_uid;
412 ERROR("Uid %s invalid uid o
[all...]
/external/tcpdump/
H A Dprint-zephyr.c44 char *uid; member in struct:z_packet
171 PARSE_FIELD_STR(z.uid);
/external/vboot_reference/firmware/lib/
H A Drollback_index.c258 .uid = ROLLBACK_SPACE_KERNEL_UID,
612 uint32_t perms, uid; local
624 Memcpy(&uid, &rsk.uid, sizeof(uid));
625 if (TPM_NV_PER_PPWRITE != perms || ROLLBACK_SPACE_KERNEL_UID != uid)
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dnetcap.c110 // Get the effective uid
196 node.uid = euid;
224 if (n->uid == 0) {
228 } else if (last_uid != (int)n->uid) {
230 p = getpwuid(n->uid);
231 last_uid = n->uid;
254 int local_port, rem_port, d, state, timer_run, uid, timeout; local
275 &uid, &timeout, &inode, more);
288 int local_port, rem_port, d, state, timer_run, uid, timeout; local
309 &uid,
322 int local_port, rem_port, d, state, timer_run, uid, timeout; local
392 unsigned int ref_cnt, type, proto, iface, r, rmem, uid; local
[all...]

Completed in 665 milliseconds

12345678