Searched refs:uid (Results 501 - 525 of 685) sorted by relevance

<<2122232425262728

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pko-defs.h728 uint64_t uid : 3; /**< Internal state */ member in struct:cvmx_pko_mem_debug11::cvmx_pko_mem_debug11_cn50xx
740 uint64_t uid : 3;
1076 uint64_t uid : 3; /**< Internal state */ member in struct:cvmx_pko_mem_debug4::cvmx_pko_mem_debug4_cn50xx
1106 uint64_t uid : 3;
1119 uint64_t uid : 2; /**< Internal state */ member in struct:cvmx_pko_mem_debug4::cvmx_pko_mem_debug4_cn52xx
1135 uint64_t uid : 2;
1182 uint64_t uid : 1; /**< UID */ member in struct:cvmx_pko_mem_debug5::cvmx_pko_mem_debug5_cn30xx
1210 uint64_t uid : 1;
/freebsd-12-stable/sys/i386/ibcs2/
H A Dibcs2_proto.h80 char uid_l_[PADL_(int)]; int uid; char uid_r_[PADR_(int)]; member in struct:ibcs2_chown_args
104 char uid_l_[PADL_(int)]; int uid; char uid_r_[PADR_(int)]; member in struct:ibcs2_setuid_args
/freebsd-12-stable/crypto/openssh/
H A Dserverloop.c108 bind_permitted(int port, uid_t uid) argument
112 if (port < IPPORT_RESERVED && uid != 0)
/freebsd-12-stable/usr.sbin/lpr/lpd/
H A Dlpd.c124 uid_t uid, euid; variable
143 uid = getuid();
/freebsd-12-stable/usr.sbin/lpr/lpr/
H A Dlpr.c131 uid_t uid, euid; variable
149 uid = getuid();
484 PRIV_END /* restore old uid */
/freebsd-12-stable/usr.sbin/rpc.lockd/
H A Dkern.c96 #define lockd_seteuid(uid) seteuid(uid)
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h927 /// will return the uid to attach as.
950 /// will return the uid to attach as.
2427 virtual Status StopTrace(lldb::user_id_t uid, lldb::tid_t thread_id) { argument
2436 virtual Status GetData(lldb::user_id_t uid, lldb::tid_t thread_id, argument
2443 virtual Status GetMetaData(lldb::user_id_t uid, lldb::tid_t thread_id, argument
2454 /// thread. The thread_id specified should also match the uid otherwise an
2456 virtual Status GetTraceConfig(lldb::user_id_t uid, TraceOptions &options) { argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h110 unsigned int uid; member in struct:__sanitizer::__sanitizer_ipc_perm
H A Dsanitizer_platform_limits_openbsd.cpp228 CHECK_SIZE_AND_OFFSET(ipc_perm, uid);
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp64 InstrUID uid) {
65 UID = uid;
139 InstrUID uid)
145 RecognizableInstr recogInstr(tables, insn, uid);
62 RecognizableInstr(DisassemblerTables &tables, const CodeGenInstruction &insn, InstrUID uid) argument
137 processInstr(DisassemblerTables &tables, const CodeGenInstruction &insn, InstrUID uid) argument
/freebsd-12-stable/contrib/netbsd-tests/usr.sbin/mtree/
H A Dt_mtree.sh295 mtree -F ${FLAVOR} -c | mtree -F ${FLAVOR} -Ck uid,gid,mode > mtree.spec
433 # uid change is expected to be ignored as done in -C
/freebsd-12-stable/contrib/apr/network_io/unix/
H A Dsockopt.c455 if (fchown(socket->socketdes, uid, gid) < 0) {
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_sysctl.c361 "\na dev pid uid magic ioctls\n");
368 priv->uid,
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h1433 /* Remove bitmap indicated by <uid> from <zone_alloc> */
1434 int mlx4_zone_remove_one(struct mlx4_zone_allocator *zone_alloc, u32 uid);
1442 * from the mlx4_bitmap whose uid is <uid>. The bitmap which we actually
1446 u32 mlx4_zone_alloc_entries(struct mlx4_zone_allocator *zones, u32 uid, int count,
1449 /* Free <count> objects, start from <obj> of the uid <uid> from zone_allocator
1453 u32 uid, u32 obj, u32 count);
1456 * specifying the uid when freeing an object, zone allocator could figure it by
1461 /* Returns a pointer to mlx4_bitmap that was attached to <zones> with <uid> */
[all...]
/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_skinny.c168 u_int32_t uid; member in struct:RegisterMessage
/freebsd-12-stable/sys/security/mac/
H A Dmac_policy.h155 typedef int (*mpo_cred_check_setuid_t)(struct ucred *cred, uid_t uid);
340 uid_t uid, gid_t gid);
370 uid_t uid, gid_t gid);
631 struct vnode *vp, struct label *vplabel, uid_t uid,
/freebsd-12-stable/sys/security/mac_stub/
H A Dmac_stub.c285 stub_cred_check_setuid(struct ucred *cred, uid_t uid) argument
692 struct label *kslabel, uid_t uid, gid_t gid)
770 struct label *shmlabel, uid_t uid, gid_t gid)
1575 struct label *vplabel, uid_t uid, gid_t gid)
691 stub_posixsem_check_setowner(struct ucred *cred, struct ksem *ks, struct label *kslabel, uid_t uid, gid_t gid) argument
769 stub_posixshm_check_setowner(struct ucred *cred, struct shmfd *shmfd, struct label *shmlabel, uid_t uid, gid_t gid) argument
1574 stub_vnode_check_setowner(struct ucred *cred, struct vnode *vp, struct label *vplabel, uid_t uid, gid_t gid) argument
/freebsd-12-stable/sys/sys/
H A Dacl.h290 struct acl_entry acl_posix1e_mode_to_entry(acl_tag_t tag, uid_t uid,
/freebsd-12-stable/tools/regression/rpcsec_gss/
H A Drpctest.c185 printf("svc=%d, mech=%s, uid=%d, gid=%d, gids={",
186 rcred->service, rcred->mechanism, ucred->uid, ucred->gid);
/freebsd-12-stable/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.c310 uc_cfg.proc_cred.uid = getuid();
/freebsd-12-stable/usr.bin/finger/
H A Dutil.c334 pn->uid = pw->pw_uid;
/freebsd-12-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c255 * Check whether appropriate uid. Unset only
1380 * Copies the name associated with the uid of the caller and returns
1386 uid_t uid; local
1388 if (__rpc_get_local_uid(transp, &uid) < 0)
1390 else if (uid == 0)
1393 snprintf(owner, ownersize, "%d", uid);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp526 lldb::SBType SBModule::GetTypeByID(lldb::user_id_t uid) { argument
528 uid);
533 Type *type_ptr = symfile->ResolveTypeUID(uid);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h774 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
778 int ThreadTid(ThreadState *thr, uptr pc, uptr uid);
785 void ThreadNotJoined(ThreadState *thr, uptr pc, int tid, uptr uid);
/freebsd-12-stable/contrib/ofed/libibcm/
H A Dcm.c260 cmd->uid = (uintptr_t) cm_id_priv;
446 cmd->uid = (uintptr_t) container_of(cm_id, struct cm_id_private, id);
869 evt->cm_id = (void *) (uintptr_t) resp->uid;

Completed in 491 milliseconds

<<2122232425262728