Searched refs:user (Results 301 - 325 of 720) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-release/sys/xen/interface/
H A Dxenoprof.h116 uint32_t user; member in struct:xenoprof_counter
/freebsd-10.2-release/sys/xen/interface/xsm/
H A Dflask_op.h74 /* IN: size of user string and output buffer
78 /* IN: user to enumerate SIDs */
79 XEN_GUEST_HANDLE(char) user; member in union:xen_flask_userlist::__anon12004
/freebsd-10.2-release/crypto/openssh/
H A Dauth-bsdauth.c70 authctxt->as = auth_userchallenge(authctxt->user,
H A Dmonitor_wrap.h61 int mm_ssh_gssapi_userok(char *user);
H A Dauth2-chall.c199 debug("auth2_challenge: user=%s devs=%s",
200 authctxt->user ? authctxt->user : "<nouser>",
203 if (authctxt->user == NULL || !devs)
/freebsd-10.2-release/usr.bin/procstat/
H A Dprocstat_cs.c32 #include <sys/user.h>
H A Dprocstat_sigs.c31 #include <sys/user.h>
H A Dprocstat_threads.c31 #include <sys/user.h>
H A Dprocstat_vm.c31 #include <sys/user.h>
/freebsd-10.2-release/crypto/heimdal/lib/ntlm/
H A Dtest_ntlm.c47 const char *user = "foo", local
112 type3.username = rk_UNCONST(user);
145 if (strcmp(user, type3.username) != 0)
/freebsd-10.2-release/lib/libpam/modules/pam_tacplus/
H A Dpam_tacplus.c142 PAM_LOG("Done user");
179 const char *user; local
181 PAM_LOG("Trying template user: %s",
185 * If the given user name doesn't exist in
193 user = (const char *)item;
194 if (getpwnam(user) == NULL) {
197 PAM_LOG("Using template user");
/freebsd-10.2-release/contrib/netbsd-tests/fs/ffs/
H A Dt_setquota.sh30 for q in "user" "group"; do
57 user)
113 user)
163 user)
188 -o "match:Default (user|group) disk quotas: $" \
198 -o "not-match:Default (user|group) disk quotas: $" \
199 -o "match:Default (user|group) disk quotas: none$" \
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dtrad-core.c44 #include <sys/user.h> /* After a.out.h */
55 struct user u;
79 struct user u;
85 /* If defined, this macro is the file position of the user struct. */
201 of the `struct user'.
/freebsd-10.2-release/crypto/openssh/contrib/cygwin/
H A DMakefile60 install-scripts: ssh-host-config ssh-user-config
63 $(INSTALL) -m 755 ssh-user-config $(DESTDIR)$(bindir)/ssh-user-config
/freebsd-10.2-release/sys/crypto/aesni/
H A Daeskeys_amd64.S118 movups (%rdi),%xmm0 # user key (first 16 bytes)
125 movups 0x10(%rdi),%xmm2 # other user key
156 movq 0x10(%rdi),%xmm2 # other user key
/freebsd-10.2-release/usr.sbin/adduser/
H A Drmuser.sh68 filecount=`find 2>/dev/null "$_dir" -user "$login" -delete -print |
77 # Removes unix mail and pop daemon files belonging to the user
123 atjoblist=`find 2>/dev/null ${ATJOBDIR} -maxdepth 1 -user $login -print`
135 # Removes crontab file belonging to user $login.
163 # Remove user $login from the system. This subroutine makes use
164 # of the pw(8) command to remove a user from the system. The pw(8)
165 # command will remove the specified user from the user database
175 verbose && echo -n "Removing user ($login)"
187 # Prompts the user wit
[all...]
/freebsd-10.2-release/usr.sbin/etcupdate/tests/
H A Dpreworld_test.sh41 # Allow the user to specify an alternate work directory or script.
84 uucp:*:66:66::0:0:UUCP pseudo-user:/var/spool/uucppublic:/usr/local/libexec/uucp/uucico
87 hast:*:845:845::0:0:HAST unprivileged user:/var/empty:/usr/sbin/nologin
88 nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin
136 auditdistd:*:78:77::0:0:Auditdistd unprivileged user:/var/empty:/usr/sbin/nologin' \
/freebsd-10.2-release/sys/dev/ata/
H A Data-all.c119 ch->user[i].revision = 0;
127 ch->user[i].revision = mode;
128 ch->user[i].mode = 0;
139 ch->user[i].mode = mode;
141 ch->user[i].bytecount = 8192;
143 ch->user[i].bytecount = MAXPHYS;
144 ch->user[i].caps = 0;
145 ch->curr[i] = ch->user[i];
148 ch->user[i].caps |= CTS_SATA_CAPS_H_PMREQ;
150 ch->user[
[all...]
/freebsd-10.2-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c320 lo_const char *user, *oldpass, *curpass; local
366 user = item;
375 pw->pw_name = (char *)user;
378 pw = getpwnam(user);
388 spw = getspnam(user);
/freebsd-10.2-release/lib/libc/gen/
H A Dgetnetgrent.c348 innetgr(const char *group, const char *host, const char *user, const char *dom) argument
369 * 1.a) if host is specified and user is null:
373 * 1.b) if user is specified and host is null:
377 * 1.c) if both host and user are specified,
379 * 1.d) if neither host ane user are specified (why?!?)
385 if (_use_only_yp && (host == NULL) != (user == NULL)) {
391 host?host:user, dom, group);
403 (user == NULL || usr == NULL || !strcmp(user, usr)) &&
469 * fields. It's up to user program
[all...]
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py54 # type is "user", "group", "everyone", or "" (for sets)
55 # name is a user, group, or set name, or "" (for everyone)
77 nwho = "1user " + name
177 if options.user:
179 _("invalid user %s"))
197 parser.error(_("invalid user/group %s") % w)
220 hold=_("Allows adding a user hold to a snapshot"),
221 release=_("Allows releasing a user hold which\n\t\t\t\tmight destroy the snapshot"),
227 userprop=_("Allows changing any user property"),
285 u = _("""unallow [-rldug] <"everyone"|user|grou
[all...]
/freebsd-10.2-release/contrib/bsnmp/lib/
H A Dsnmpclient.c1165 memcpy(&pdu->user, &snmp_client.user, sizeof(pdu->user));
1446 memcpy(&pdu->user, &snmp_client.user, sizeof(pdu->user));
1743 strlcpy(cname, snmp_client.user.sec_name, sizeof(cname));
1744 cap = snmp_client.user.auth_proto;
1745 cpp = snmp_client.user.priv_proto;
1750 snmp_client.user
[all...]
/freebsd-10.2-release/contrib/sendmail/src/
H A Denvelope.c783 ** gets sent back to the user on error (because it is
946 ** Under certain circumstances allow the user to say who
948 ** 1. The user's uid is zero (root).
949 ** 2. The user's login name is in an approved list (typically
951 ** 3. The address the user is trying to claim has a
1004 ** Figure out the real user executing us.
1103 SM_MBDB_T user; local
1107 /* if the user already given fullname don't redefine */
1120 sm_mbdb_lookup(e->e_from.q_user, &user) == EX_OK)
1127 if (*user
[all...]
/freebsd-10.2-release/bin/ls/
H A Dls.c136 char *f_timeformat; /* user-specified time format */
586 const char *user, *group; local
726 user = nuser;
729 user = user_from_uid(sp->st_uid, 0);
732 if ((ulen = strlen(user)) > maxuser)
808 np->user = &np->data[0];
809 (void)strcpy(np->user, user);
/freebsd-10.2-release/sys/mips/rmi/dev/sec/
H A Drmilib.c95 xlr_sec_drv_user_t * user, uint32_t vector);
170 desc->user.user_src = (uint8_t *) (unsigned long)op->source_buf;
171 desc->user.user_dest = (uint8_t *) (unsigned long)op->dest_buf;
172 desc->user.user_auth = (uint8_t *) (unsigned long)op->auth_dest;
180 desc->user.user_state = (uint8_t *) (unsigned long)op->rc4_state;
219 memcpy(desc->user.aligned_src,
226 memcpy(desc->user.aligned_src, &op->initial_vector[0], iv_len);
229 memcpy((uint8_t *) (desc->user.aligned_src + iv_len),
241 memcpy(desc->user.aligned_src, &op->initial_vector[0], iv_len);
244 memcpy((uint8_t *) (desc->user
1254 xlr_sec_control_setup(xlr_sec_io_pt op, unsigned int flags, uint64_t * control, ControlDescriptor_pt ctl_desc, xlr_sec_drv_user_t * user, uint32_t vector) argument
[all...]

Completed in 122 milliseconds

<<11121314151617181920>>