Searched refs:uid (Results 526 - 550 of 685) sorted by relevance

<<2122232425262728

/freebsd-12-stable/contrib/tcsh/
H A Dtc.os.c1534 uid_$t uid; local
1544 name_$resolve(name, &namelen, &uid, &st);
1548 name_$set_diru(&uid, "", &namelen, &dirtype, &st);
/freebsd-12-stable/contrib/gcc/
H A Dtree-ssa.c809 /* Return true if the uid in both int tree maps are equal. */
816 return (a->uid == b->uid);
824 return ((const struct int_tree_map *)item)->uid;
H A Dreg-stack.c310 unsigned int uid, max;
316 uid = INSN_UID (insn);
318 if (uid >= max)
325 max = uid + uid / 20 + 1;
332 test = VEC_index (char, stack_regs_mentioned_data, uid);
337 VEC_replace (char, stack_regs_mentioned_data, uid, test);
308 unsigned int uid, max; local
/freebsd-12-stable/contrib/libarchive/tar/
H A Dwrite.c896 if (bsdtar->uid >= 0) {
897 archive_entry_set_uid(entry, bsdtar->uid);
901 bsdtar->uid));
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_hpet.c350 uint32_t uid = 0; local
358 if (ACPI_FAILURE(acpi_GetInteger(handle, "_UID", &uid)) ||
359 id == uid)
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_dir.c947 uid_t uid; local
961 if ((uid = crgetuid(cr)) == downer || uid == fowner ||
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_ioc32.c226 u32 uid; /**< User ID */ member in struct:drm_client32
247 c32->uid = client.uid;
/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_internal.c292 vp_cache_at->va_uid = attr->uid;
1136 fdi.finh->uid = 0;
1143 fsai->uid = vap->va_uid;
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_auth.c548 /* uid(I) - uid associatd with application making the call */
555 ipf_auth_ioctl(softc, data, cmd, mode, uid, ctx)
559 int mode, uid;
579 token = ipf_token_find(softc, IPFGENITER_AUTH, uid, ctx);
/freebsd-12-stable/sys/security/mac/
H A Dmac_vfs.c856 mac_vnode_check_setowner(struct ucred *cred, struct vnode *vp, uid_t uid, argument
863 MAC_POLICY_CHECK(vnode_check_setowner, cred, vp, vp->v_label, uid, gid);
864 MAC_CHECK_PROBE4(vnode_check_setowner, error, cred, vp, uid, gid);
/freebsd-12-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c710 sa.uid = (uid_t)uap->uid;
1111 error = kern_fchownat(td, AT_FDCWD, path, UIO_SYSSPACE, uap->uid,
/freebsd-12-stable/usr.sbin/nscd/
H A Dquery.c194 qstate->uid = cred->cmcred_uid;
1094 * Checks if the client's euid and egid do not differ from its uid and gid.
1101 return ((qstate->uid != qstate->euid) || (qstate->gid != qstate->egid) ? -1 : 0);
1243 retval->uid = retval->gid = -1;
/freebsd-12-stable/crypto/openssh/
H A Dsftp-server.c930 (u_long)a.uid, (u_long)a.gid);
931 r = chown(name, a.uid, a.gid);
991 (u_long)a.uid, (u_long)a.gid);
993 r = fchown(fd, a.uid, a.gid);
995 r = chown(name, a.uid, a.gid);
/freebsd-12-stable/sbin/route/
H A Droute.c101 static uid_t uid; variable
219 uid = geteuid();
241 uid = 0;
397 if (uid != 0 && !debugonly && !tflag)
800 if (uid != 0 && !debugonly && !tflag)
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c172 int64_t uid; member in struct:lha
563 lha->uid = 0;
697 archive_entry_set_uid(entry, lha->uid);
851 lha->uid = archive_le16dec(&p[8]);
1157 #define EXT_UNIX_GID_UID 0x51 /* gid,uid */
1389 lha->uid = archive_le16dec(extdheader+2);
1413 lha->uid = archive_le16dec(extdheader+6);
1424 lha->uid = archive_le32dec(extdheader+8);
H A Darchive_read_disk_posix.c364 static const char *trivial_lookup_uname(void *, int64_t uid);
402 archive_read_disk_uname(struct archive *_a, la_int64_t uid) argument
410 return ((*a->lookup_uname)(a->lookup_uname_data, uid));
435 const char * (*lookup_uname)(void *private, la_int64_t uid),
616 trivial_lookup_uname(void *private_data, int64_t uid) argument
619 (void)uid; /* UNUSED */
433 archive_read_disk_set_uname_lookup(struct archive *_a, void *private_data, const char * (*lookup_uname)(void *private, la_int64_t uid), void (*cleanup_uname)(void *private)) argument
H A Darchive_read_support_format_tar.c57 char uid[8]; member in struct:archive_entry_header_ustar
84 char uid[8]; member in struct:archive_entry_header_gnutar
318 * = Perl Archive::Tar terminates uid, gid, devminor and devmajor with two
321 * may have uid and gid fields filled with spaces without any octal digits
408 * Check format of mode/uid/gid/mtime/size/rdevmajor/rdevminor fields.
412 || validate_number_field(header->uid, sizeof(header->uid)) == 0
1194 archive_entry_set_uid(entry, tar_atol(header->uid, sizeof(header->uid)));
2118 if (strcmp(key, "uid")
[all...]
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_vnops.c754 nandfs_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred, argument
763 if (uid == (uid_t)VNOVAL)
764 uid = inode->i_uid;
778 if (((uid != inode->i_uid && uid != cred->cr_uid) ||
786 inode->i_uid = uid;
790 (ouid != uid || ogid != gid)) {
903 DPRINTF(VNCALL, ("%s: vp:%p td:%p uid/gid %x/%x\n", __func__,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1239 SymbolFileDWARF::DecodeUID(lldb::user_id_t uid) { argument
1252 debug_map->GetOSOIndexFromUserID(uid));
1254 *dwarf, {llvm::None, DIERef::Section::DebugInfo, dw_offset_t(uid)}};
1256 dw_offset_t die_offset = uid;
1261 uid >> 63 ? DIERef::Section::DebugTypes : DIERef::Section::DebugInfo;
1263 llvm::Optional<uint32_t> dwo_num = uid >> 32 & 0x7fffffff;
1271 SymbolFileDWARF::GetDIE(lldb::user_id_t uid) { argument
1276 llvm::Optional<DecodedUID> decoded = DecodeUID(uid);
2418 for (lldb::user_id_t uid :
2420 DWARFDIE die = GetDIE(uid);
[all...]
/freebsd-12-stable/sys/i386/linux/
H A Dlinux_systrace_args.c137 iarg[1] = p->uid; /* l_uid16_t */
185 iarg[0] = p->uid; /* l_uid16_t */
662 iarg[1] = p->uid; /* int */
948 iarg[0] = p->uid; /* l_uid16_t */
1299 iarg[1] = p->uid; /* l_uid16_t */
1410 iarg[1] = p->uid; /* l_uid_t */
1512 iarg[1] = p->uid; /* l_uid_t */
1520 uarg[0] = p->uid; /* uid_t */
1534 iarg[0] = p->uid; /* l_uid_t */
2053 iarg[2] = p->uid; /* l_uid16_
[all...]
/freebsd-12-stable/sys/amd64/linux32/
H A Dlinux32_systrace_args.c137 iarg[1] = p->uid; /* l_uid16_t */
185 iarg[0] = p->uid; /* l_uid16_t */
647 iarg[1] = p->uid; /* int */
910 iarg[0] = p->uid; /* l_uid16_t */
1258 iarg[1] = p->uid; /* l_uid16_t */
1371 iarg[1] = p->uid; /* l_uid_t */
1473 iarg[1] = p->uid; /* l_uid_t */
1481 uarg[0] = p->uid; /* uid_t */
1495 iarg[0] = p->uid; /* l_uid_t */
1984 iarg[2] = p->uid; /* l_uid16_
[all...]
/freebsd-12-stable/sys/fs/ext2fs/
H A Dext2_vnops.c564 ext2_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred, argument
572 if (uid == (uid_t)VNOVAL)
573 uid = ip->i_uid;
587 if (uid != ip->i_uid || (gid != ip->i_gid &&
596 ip->i_uid = uid;
598 if ((ip->i_mode & (ISUID | ISGID)) && (ouid != uid || ogid != gid)) {
/freebsd-12-stable/sys/amd64/linux/
H A Dlinux_systrace_args.c804 iarg[1] = p->uid; /* l_uid_t */
813 iarg[1] = p->uid; /* int */
822 iarg[1] = p->uid; /* l_uid_t */
904 uarg[0] = p->uid; /* uid_t */
1026 iarg[0] = p->uid; /* l_uid_t */
1876 iarg[2] = p->uid; /* l_uid_t */
/freebsd-12-stable/contrib/openbsm/libbsm/
H A Dbsm_token.c552 * ipc_perm; at least a few still use 16-bit uid's and gid's, so
560 if (sizeof(perm->uid) != sizeof(u_int32_t)) {
562 ADD_U_INT16(dptr, perm->uid);
570 ADD_U_INT32(dptr, perm->uid);
/freebsd-12-stable/contrib/amd/include/
H A Dam_xdr_func.h185 am_uid3 uid; member in struct:am_fattr3
389 am_uid3 uid; member in union:am_set_uid3::__anon109
428 am_set_uid3 uid; member in struct:am_sattr3

Completed in 479 milliseconds

<<2122232425262728