Searched refs:_uid (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/compat/linux/
H A Dlinux_siginfo.h169 l_uid_t _uid; member in struct:__sifields::__anon1399
182 l_uid_t _uid; /* sender's uid */ member in struct:__sifields::__anon1401
188 l_uid_t _uid; /* sender's uid */ member in struct:__sifields::__anon1402
219 #define lsi_uid _sifields._kill._uid
/freebsd-current/share/mk/
H A Dbsd.init.mk31 .if !defined(_uid)
32 _uid!= id -u
33 .export _uid
35 .if ${_uid} != 0
41 $xOWN= ${_uid}
/freebsd-current/usr.sbin/adduser/
H A Dadduser.sh50 # Output the value of $_uid if it is available for use. If it
56 local _uid=$1 _nextuid=
58 if [ -z "$_uid" ]; then
62 if ! ${PWCMD} usershow $_uid > /dev/null 2>&1; then
63 _nextuid=$_uid
66 _uid=$((_uid + 1))
196 local _uid= _name= _comment= _gecos= _home= _group= _grouplist=
208 [ -n "$uuid" ] && _uid='-u "$uuid"'
272 _pwcmd="$_upasswd ${PWCMD} useradd $_uid
[all...]
H A Drmuser.sh312 _uid=
322 _uid=`echo $userrec | awk -F: '{print $3}'`
323 if [ "$_uid" = "0" ]; then
/freebsd-current/sys/sys/
H A Dconf.h286 struct cdev *make_dev(struct cdevsw *_devsw, int _unit, uid_t _uid, gid_t _gid,
289 struct ucred *_cr, uid_t _uid, gid_t _gid, int _perms,
293 struct ucred *_cr, uid_t _uid, gid_t _gid, int _mode,
296 struct ucred *_cr, uid_t _uid, gid_t _gid, int _mode,
/freebsd-current/sys/dev/acpica/
H A Dacpi_dock.c57 int _uid; member in struct:acpi_dock_softc
84 if (ACPI_FAILURE(acpi_GetInteger(h, "_UID", &sc->_uid)))
85 sc->_uid = ACPI_DOCK_STATUS_UNKNOWN;
88 sc->_bdn, sc->_uid);
513 OID_AUTO, "_uid", CTLFLAG_RD,
514 &sc->_uid, 0, "Dock _UID");
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_qp.c215 #define MOD_QP_IN_SET(typ, in, _opcode, _qpn, _uid) \
219 MLX5_SET(typ##_in, in, uid, _uid); \
222 #define MOD_QP_IN_SET_QPC(typ, in, _opcode, _qpn, _opt_p, _qpc, _uid) \
224 MOD_QP_IN_SET(typ, in, _opcode, _qpn, _uid); \
/freebsd-current/contrib/bmake/mk/
H A Down.mk111 _uid:= ${.MAKE.UID:U${id -u:L:sh}} macro
112 .if ${_uid} != 0
/freebsd-current/lib/libutil/
H A Dlibutil.h135 int _secure_path(const char *_path, uid_t _uid, gid_t _gid);
/freebsd-current/include/rpc/
H A Dsvc.h468 int __rpc_get_local_uid(SVCXPRT *_transp, uid_t *_uid);
/freebsd-current/etc/
H A DMakefile174 .if ${MK_INSTALL_AS_USER} == "yes" && ${_uid} != 0
176 -e 's,\(uid=\)[^ ]* ,\1${_uid} ,' \
178 -e 's,\(uid=\)[^ ]*$$,\1${_uid},' \
/freebsd-current/lib/libcuse/
H A Dcuse_lib.c366 uid_t _uid, gid_t _gid, int _perms, const char *_fmt,...)
389 info.user_id = _uid;
365 cuse_dev_create(const struct cuse_methods *mtod, void *priv0, void *priv1, uid_t _uid, gid_t _gid, int _perms, const char *_fmt,...) argument
/freebsd-current/sys/rpc/
H A Dsvc.h911 int __rpc_get_local_uid(SVCXPRT *_transp, uid_t *_uid);

Completed in 206 milliseconds