Searched refs:uid (Results 326 - 350 of 685) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/sys/dev/gpio/
H A Dchvgpio.c359 int uid; local
367 status = acpi_GetInteger(sc->sc_handle, "_UID", &uid);
375 switch (uid) {
397 device_printf(dev, "invalid _UID value: %d\n", uid);
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfsnode.h78 uid_t uid; /* credentials having mode */ member in struct:nfs_accesscache
/freebsd-12-stable/sys/nfsclient/
H A Dnfsnode.h83 uid_t uid; /* credentials having mode */ member in struct:nfs_accesscache
/freebsd-12-stable/sys/kgssapi/
H A Dgss_init_sec_context.c75 args.uid = curthread->td_ucred->cr_uid;
/freebsd-12-stable/tests/sys/audit/
H A Dfile-attribute-modify.c43 static uid_t uid = -1; variable
393 ATF_REQUIRE_EQ(0, chown(path, uid, gid));
415 ATF_REQUIRE_EQ(-1, chown(errpath, uid, gid));
440 ATF_REQUIRE_EQ(0, fchown(filedesc, uid, gid));
463 ATF_REQUIRE_EQ(-1, fchown(-1, uid, gid));
485 ATF_REQUIRE_EQ(0, lchown(path, uid, gid));
506 ATF_REQUIRE_EQ(-1, lchown(errpath, uid, gid));
528 ATF_REQUIRE_EQ(0, fchownat(AT_FDCWD, path, uid, gid, 0));
550 ATF_REQUIRE_EQ(-1, fchownat(AT_FDCWD, errpath, uid, gid, 0));
/freebsd-12-stable/tests/sys/mac/portacl/
H A Dmisc.sh30 uid|gid)
77 if [ "${idtype}" = "uid" ]; then
/freebsd-12-stable/include/rpc/
H A Drpcsec_gss.h101 uid_t uid; /* user ID */ member in struct:__anon8367
/freebsd-12-stable/crypto/openssh/
H A Dloginrec.c91 * simple table of all users which we seek based on uid and retrieve a
260 * Retrieve the last login time for the given uid. Will try to use the
276 login_get_lastlog_time(const uid_t uid) argument
280 if (login_get_lastlog(&li, uid))
300 login_get_lastlog(struct logininfo *li, const uid_t uid) argument
305 li->uid = uid;
312 pw = getpwuid(uid);
314 fatal("%s: Cannot find account for uid %ld", __func__,
315 (long)uid);
[all...]
/freebsd-12-stable/tools/tools/build_option_survey/
H A Dreduce.sh22 mtree -k uid,gid,mode,nlink,size,link,type,flags \
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_ucma.c83 u64 uid; member in struct:ucma_context
101 u64 uid; member in struct:ucma_multicast
283 uevent->resp.uid = uevent->mc->uid;
287 uevent->resp.uid = ctx->uid;
360 } else if (!ctx->uid || ctx->cm_id != cm_id) {
487 ctx->uid = cmd.uid;
1096 ctx->uid
[all...]
/freebsd-12-stable/sys/kern/
H A Dkern_prot.c455 * compatible. It says that setting the uid/gid to euid/egid is a special
467 uid_t uid; member in struct:setuid_args
476 uid_t uid; local
480 uid = uap->uid;
481 AUDIT_ARG_UID(uid);
483 uip = uifind(uid);
491 error = mac_cred_check_setuid(oldcred, uid);
513 if (uid != oldcred->cr_ruid && /* allow setuid(getuid()) */
515 uid !
[all...]
H A Dkern_conf.c62 int unit, struct ucred *cr, uid_t uid, gid_t gid, int mode, const char *fmt,
856 struct ucred *cr, uid_t uid, gid_t gid, int mode, const char *fmt,
865 args.mda_uid = uid;
873 make_dev(struct cdevsw *devsw, int unit, uid_t uid, gid_t gid, int mode, argument
881 res = make_dev_credv(0, &dev, devsw, unit, NULL, uid, gid, mode, fmt,
890 make_dev_cred(struct cdevsw *devsw, int unit, struct ucred *cr, uid_t uid, argument
898 res = make_dev_credv(0, &dev, devsw, unit, cr, uid, gid, mode, fmt, ap);
908 uid_t uid, gid_t gid, int mode, const char *fmt, ...)
915 res = make_dev_credv(flags, &dev, devsw, unit, cr, uid, gid, mode,
927 struct ucred *cr, uid_t uid, gid_
855 make_dev_credv(int flags, struct cdev **dres, struct cdevsw *devsw, int unit, struct ucred *cr, uid_t uid, gid_t gid, int mode, const char *fmt, va_list ap) argument
907 make_dev_credf(int flags, struct cdevsw *devsw, int unit, struct ucred *cr, uid_t uid, gid_t gid, int mode, const char *fmt, ...) argument
926 make_dev_p(int flags, struct cdev **cdev, struct cdevsw *devsw, struct ucred *cr, uid_t uid, gid_t gid, int mode, const char *fmt, ...) argument
[all...]
/freebsd-12-stable/sbin/ping/
H A Dping.c179 static int uid; /* cached uid for micro-optimization */ variable
287 uid = getuid();
334 if (uid) {
348 if (uid != 0 && sweepmax > DEFDATALEN) {
362 if (uid != 0 && sweepmin > DEFDATALEN) {
376 if (uid != 0 && sweepincr > DEFDATALEN) {
397 if (uid && interval < 1000) {
411 if (uid) {
483 if (uid !
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueList.i99 FindValueObjectByUID (lldb::user_id_t uid);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp210 uint32_t uid = UINT32_MAX,
215 if (uid == UINT32_MAX && gid == UINT32_MAX)
220 if (uid != UINT32_MAX)
221 command.Printf("%d", uid);
233 const lldb_private::FileSpec &destination, uint32_t uid,
241 // chown uid:gid dst
255 if (uid == UINT32_MAX && gid == UINT32_MAX)
257 if (chown_file(this, dst_path.c_str(), uid, gid) != 0)
285 // if (chown_file(this,dst_path.c_str(),uid,gid) != 0)
293 return Platform::PutFile(source, destination, uid, gi
232 PutFile(const lldb_private::FileSpec &source, const lldb_private::FileSpec &destination, uint32_t uid, uint32_t gid) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h335 /// \param uid The unique ID of the current instruction.
338 InstrUID uid);
347 /// \param uid The unique ID of the instruction.
350 InstrUID uid);
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-zephyr.c41 const char *uid; member in struct:z_packet
183 PARSE_FIELD_STR(z.uid);
/freebsd-12-stable/contrib/gcc/
H A Dcgraph.c124 /* Maximal uid used in cgraph nodes. */
186 node->uid = cgraph_max_uid++;
702 fprintf (f, "%s/%i:", cgraph_node_name (node), node->uid);
706 node->global.inlined_to->uid);
710 if (node->master_clone && node->master_clone->uid != node->uid)
711 fprintf (f, "(%i)", node->master_clone->uid);
748 edge->caller->uid);
760 edge->callee->uid);
/freebsd-12-stable/contrib/binutils/include/coff/
H A Dxcoff.h545 char uid[12]; member in struct:xcoff_ar_hdr
583 char uid[12]; member in struct:xcoff_ar_hdr_big
/freebsd-12-stable/bin/pax/
H A Dtar.c400 arcn->sb.st_uid = (uid_t)asc_ul(hd->uid, sizeof(hd->uid), OCT);
629 ul_oct((u_long)arcn->sb.st_uid, hd->uid, sizeof(hd->uid), 0) ||
790 * and group files we will use the uid's and gid they bind. Otherwise
791 * we use the uid and gid values stored in the header. (This is what
799 arcn->sb.st_uid = (uid_t)asc_ul(hd->uid, sizeof(hd->uid), OCT);
1035 ul_oct((u_long)arcn->sb.st_uid, hd->uid, sizeof(hd->uid),
[all...]
/freebsd-12-stable/sys/dev/drm/
H A Ddrm_ioctl.c196 client->uid = pt->uid;
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_ioctl.c217 client->uid = pt->uid;
/freebsd-12-stable/tools/regression/priv/
H A Dmain.h49 void setup_dir(const char *test, char *dpathp, uid_t uid, gid_t gid,
51 void setup_file(const char *test, char *fpathp, uid_t uid, gid_t gid,
/freebsd-12-stable/share/dtrace/
H A Dhotopen45 @files[uid] = count();
53 printa("uid %d\tcount %@d\n", @files, @files);
/freebsd-12-stable/sys/dev/cxgb/
H A Dbin2h.pl62 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,

Completed in 349 milliseconds

<<11121314151617181920>>