Searched refs:uid (Results 251 - 275 of 694) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dposix_acls.c38 uid_t uid; member in union:posix_id
102 DEBUG(10,("get_pai_entry_val: uid = %u\n", (unsigned int)paie->unix_ug.uid ));
103 return (uint32)paie->unix_ug.uid;
122 DEBUG(10,("get_entry_val: uid = %u\n", (unsigned int)ace_entry->unix_ug.uid ));
123 return (uint32)ace_entry->unix_ug.uid;
327 /* Each entry is 5 bytes (type plus 4 bytes of uid or gid). */
377 paie->unix_ug.uid = (uid_t)IVAL(entry_offset,1);
378 DEBUG(10,("create_pai_val: uid
3013 try_chown(connection_struct *conn, const char *fname, uid_t uid, gid_t gid) argument
3666 uid_t uid = (uid_t)uidval; local
[all...]
H A Dconnection.c207 crec.uid = conn->uid;
305 prec->uid = geteuid();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dinode.c653 unsigned int *uid, unsigned int *gid)
661 *uid = dip->i_inode.i_uid;
663 *uid = current_fsuid();
707 * @uid:
714 unsigned int uid, unsigned int gid,
731 di->di_uid = cpu_to_be32(uid);
776 unsigned int uid, gid; local
779 munge_mode_uid_gid(dip, &mode, &uid, &gid);
783 error = gfs2_quota_lock(dip, uid, gid);
787 error = gfs2_quota_check(dip, uid, gi
652 munge_mode_uid_gid(struct gfs2_inode *dip, unsigned int *mode, unsigned int *uid, unsigned int *gid) argument
712 init_dinode(struct gfs2_inode *dip, struct gfs2_glock *gl, const struct gfs2_inum_host *inum, unsigned int mode, unsigned int uid, unsigned int gid, const u64 *generation, dev_t dev, struct buffer_head **bhp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A DMakefile39 ebcdic.c uid.c o_time.c o_str.c o_dir.c o_fips.c o_init.c fips_ers.c
41 uid.o o_time.o o_str.o o_dir.o o_fips.o o_init.o fips_ers.o $(CPUID_OBJ)
218 uid.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
219 uid.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
220 uid.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
221 uid.o: ../include/openssl/stack.h ../include/openssl/symhacks.h uid.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A DMakefile39 ebcdic.c uid.c o_time.c o_str.c o_dir.c o_fips.c o_init.c fips_ers.c
41 uid.o o_time.o o_str.o o_dir.o o_fips.o o_init.o fips_ers.o $(CPUID_OBJ)
218 uid.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
219 uid.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
220 uid.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
221 uid.o: ../include/openssl/stack.h ../include/openssl/symhacks.h uid.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A DMakefile36 LIBSRC= cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c tmdiff.c cpt_err.c ebcdic.c uid.c o_time.c o_str.c o_dir.c
37 LIBOBJ= cryptlib.o mem.o mem_clr.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o uid.o o_time.o o_str.o o_dir.o $(CPUID_OBJ)
201 uid.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
202 uid.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
203 uid.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
204 uid.o: ../include/openssl/stack.h ../include/openssl/symhacks.h uid.c
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/mixart/
H A Dmixart_core.c92 resp->uid.object_id = readl_be(MIXART_MEM(mgr, msg_frame_address + 8)); /* uidDest */
93 resp->uid.desc = readl_be(MIXART_MEM(mgr, msg_frame_address + 12)); /* */
187 writel_be( msg->uid.object_id, MIXART_MEM(mgr, msg_frame_address + 8) ); /* uidDest */
188 writel_be( msg->uid.desc, MIXART_MEM(mgr, msg_frame_address + 12) ); /* */
274 resp.uid = (struct mixart_uid){0,0};
394 snd_printdd("tasklet received mf(%x) : msg_id(%x) uid(%x, %x) size(%zd)\n",
395 msg, resp.message_id, resp.uid.object_id, resp.uid.desc, resp.size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsystem.c665 int sys_chown(const char *fname,uid_t uid,gid_t gid) argument
676 return(chown(fname,uid,gid));
1060 struct passwd *sys_getpwuid(uid_t uid) argument
1065 if (fake_pwd[i].pw_uid == uid) {
1072 return getpwuid(uid);
1078 uid_t uid; local
1082 generate_random_buffer((unsigned char *)&uid,
1083 sizeof(uid));
1084 if (getpwuid(uid) == NULL) {
1090 /* Weird. No free uid foun
1116 sys_getpwuid(uid_t uid) argument
2408 sys_getpeereid( int s, uid_t *uid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_async.c337 void (*cont)(void *priv, BOOL succ, uid_t uid) =
352 cont(private_data, True, response->data.uid);
356 void (*cont)(void *private_data, BOOL success, uid_t uid),
373 DEBUG(3, ("[%5lu]: sid to uid %s\n", (unsigned long)state->pid,
382 /* Find uid for this sid and return it, possibly ask the slow remote idmap */
384 result = idmap_sid_to_uid(&sid, &(state->response.data.uid));
394 void winbindd_uid2name_async(TALLOC_CTX *mem_ctx, uid_t uid,
402 request.data.uid = uid;
414 (unsigned long)state->request.data.uid));
355 winbindd_sid2uid_async(TALLOC_CTX *mem_ctx, const DOM_SID *sid, void (*cont)(void *private_data, BOOL success, uid_t uid), void *private_data) argument
1468 winbindd_uid2sid_async(TALLOC_CTX *mem_ctx, uid_t uid, void (*cont)(void *private_data, BOOL success, const char *sid), void *private_data) argument
[all...]
H A Dwinbindd_pam.c384 uid_t uid,
388 * build the full ccname string based on the user's uid here -
395 if (uid == -1) {
404 gen_cc = talloc_asprintf(mem_ctx, "FILE:/tmp/krb5cc_%d", uid);
406 gen_cc = talloc_asprintf(mem_ctx, "WRFILE:/tmp/krb5cc_%d", uid);
453 uid_t uid = -1; local
455 uid = state->request.data.auth.uid;
457 if (uid < 0) {
458 DEBUG(1,("invalid uid
382 generate_krb5_ccache(TALLOC_CTX *mem_ctx, const char *type, uid_t uid, BOOL *internal_ccache) argument
490 uid_t uid = -1; local
914 uid_t uid = -1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_eckd.c458 /* private uid is kept up to date, conf_data may be outdated */
459 if (startpriv->uid.type != UA_BASE_DEVICE) {
461 if (startpriv->uid.type == UA_HYPER_PAV_ALIAS)
706 struct dasd_uid *uid; local
715 uid = &private->uid;
717 memset(uid, 0, sizeof(struct dasd_uid));
718 memcpy(uid->vendor, private->ned->HDA_manufacturer,
719 sizeof(uid->vendor) - 1);
720 EBCASC(uid
743 dasd_eckd_get_uid(struct dasd_device *device, struct dasd_uid *uid) argument
3436 struct dasd_uid uid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfloppyd.c587 uid_t uid; local
591 uid = pw->pw_uid;
595 uid = (uid_t)atoi(&user[1]);
602 uid = 65535;
607 fprintf(stderr, "User lookup %s -> %d\n", user, uid);
612 return (uid);
618 static uid_t getgroupid(uid_t uid) argument
623 if ((pw = getpwuid(uid)) != NULL)
630 id = getgroupid(uid);
637 fprintf(stderr, "Group lookup %d -> %d\n", uid, gi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dinode.c223 inode->i_uid = server->m.uid;
314 if (server->m.uid != 0)
315 seq_printf(seq, ",uid=%u", server->m.uid);
341 { "uid", OPT_INT, 'u' },
369 data->uid = 0;
382 data->uid = optint;
468 data.uid = md->uid;
488 data.uid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dsquashfs_swap.h76 SWAP_FUNC(16, s, d, uid, struct squashfs_base_inode_header);\
85 SWAP_FUNC(16, s, d, uid, struct squashfs_ipc_inode_header);\
95 SWAP_FUNC(16, s, d, uid, struct squashfs_lipc_inode_header);\
106 SWAP_FUNC(16, s, d, uid, struct squashfs_dev_inode_header);\
117 SWAP_FUNC(16, s, d, uid, struct squashfs_ldev_inode_header);\
129 SWAP_FUNC(16, s, d, uid, struct squashfs_symlink_inode_header);\
140 SWAP_FUNC(16, s, d, uid, struct squashfs_reg_inode_header);\
153 SWAP_FUNC(16, s, d, uid, struct squashfs_lreg_inode_header);\
169 SWAP_FUNC(16, s, d, uid, struct squashfs_dir_inode_header);\
183 SWAP_FUNC(16, s, d, uid, struc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Ducma.c74 u64 uid; member in struct:ucma_context
85 u64 uid; member in struct:ucma_multicast
237 uevent->resp.uid = uevent->mc->uid;
241 uevent->resp.uid = ctx->uid;
276 } else if (!ctx->uid) {
374 ctx->uid = cmd.uid;
712 ctx->uid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dexit.c1150 pid_t pid, uid_t uid, int why, int status)
1168 retval = put_user(uid, &infop->si_uid);
1188 uid_t uid = __task_cred(p)->uid; local
1207 return wait_noreap_copyout(wo, p, pid, uid, why, status);
1324 retval = put_user(uid, &infop->si_uid);
1375 uid_t uid = 0; /* unneeded, required by compiler */ local
1398 uid = task_uid(p);
1417 return wait_noreap_copyout(wo, p, pid, uid, why, exit_code);
1436 retval = put_user(uid,
1149 wait_noreap_copyout(struct wait_opts *wo, struct task_struct *p, pid_t pid, uid_t uid, int why, int status) argument
1455 uid_t uid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_winbind.c262 /* idmap uid/gid range */
281 /* Convert a uid to a SID */
295 request.data.uid = id;
331 /* Convert a sid to a uid */
353 return PyInt_FromLong(response.data.uid);
551 /* Get user info from uid */
557 uid_t uid; local
560 if (!PyArg_ParseTuple(args, "i", &uid))
566 request.data.uid = uid;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dfcntl.c211 filp->f_owner.uid = cred->uid;
502 fown->euid == cred->suid || fown->euid == cred->uid ||
503 fown->uid == cred->suid || fown->uid == cred->uid) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_backup.c255 u_int8_t *rfp, uid[DB_FILE_ID_LEN]; local
300 file, subdb, &tmpfp, uid, filecntp)) != 0) {
322 * If we have any file info, check if we have this uid.
326 origfp + *filelenp, version, uid)) != 0) {
328 * If we have this uid. Adjust the file
341 DB_SET_DBT(tmpfp.uid, uid, DB_FILE_ID_LEN);
379 __rep_check_uid(env, origfp, endfp, version, uid)
382 u_int8_t *origfp, *endfp, *uid;
405 fuid = (u_int8_t *)rfp->uid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_randnum.c88 * - gid or uid don't match user
259 /* this sets the uid. it needs to do slightly different things
266 uid_t uid = geteuid(); local
279 if (!uid)
282 if (!uid)
292 if (uid)
295 if (uid)
296 seteuid(uid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Dinitramfs.c125 static __initdata uid_t uid; variable
142 uid = parsed[2];
311 sys_fchown(wfd, uid, gid);
321 sys_chown(collected, uid, gid);
328 sys_chown(collected, uid, gid);
359 sys_lchown(collected, uid, gid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_netatalk.c346 static int atalk_chown(struct vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) argument
355 ret = SMB_VFS_NEXT_CHOWN(handle, path, uid, gid);
371 chown(adbl_path, uid, gid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatisticsDlg.cpp344 uint32_t uid = (*temp_it)->GetUniqueId(); local
345 dynamic_cast<CTreeItemData*>(stattree->GetItemData(temp_GUI_it))->SetUniqueId(uid);
346 if (expandednodes.find(uid) != expandednodes.end()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/afppasswd/
H A Dafppasswd.c261 uid_t uid_min = UID_START, uid; local
268 flags = ((uid = getuid()) == 0) ? OPT_ISROOT : 0;
279 fprintf(stderr, " -u uid minimum uid to use, defaults to 100\n");
295 case 'u': /* minimum uid to use. default is 100 */
325 fprintf(stderr, " -u uid minimum uid to use, defaults to 100\n");
352 pwd = (flags & OPT_ISROOT) ? getpwnam(argv[optind]) : getpwuid(uid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dcache.c31 unsigned long uid; /* for future use */ member in struct:cacheduser
127 int add_cachebyname( const char *inname, const uuidp_t inuuid, const uuidtype_t type, const unsigned long uid _U_) {
299 int add_cachebyuuid( uuidp_t inuuid, const char *inname, uuidtype_t type, const unsigned long uid _U_) {

Completed in 236 milliseconds

<<11121314151617181920>>