Searched refs:who (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-11-stable/usr.bin/who/
H A DMakefile4 PROG= who
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_deleg.c100 zfs_validate_who(char *who) argument
104 if (who[2] != ZFS_DELEG_FIELD_SEP_CHR)
107 switch (who[0]) {
112 if (who[1] != ZFS_DELEG_LOCAL && who[1] != ZFS_DELEG_DESCENDENT)
114 for (p = &who[3]; *p; p++)
121 if (who[1] != ZFS_DELEG_NA)
123 return (permset_namecheck(&who[3], NULL, NULL));
127 if (who[1] != ZFS_DELEG_NA)
129 if (who[
151 nvpair_t *who, *perm_name; local
[all...]
/freebsd-11-stable/usr.bin/renice/
H A Drenice.c70 int errs, incr, prio, which, who; local
75 who = 0;
103 who = pwd->pw_uid;
104 else if (getnum("uid", *argv, &who)) {
107 } else if (who < 0) {
113 if (getnum("pid", *argv, &who)) {
117 if (who < 0) {
123 errs += donice(which, who, prio, incr);
129 donice(int which, int who, int prio, int incr) argument
134 oldprio = getpriority(which, who);
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dsetmode.c175 mode_t mask, perm, permXbits, who; local
228 for (who = 0;; ++p) {
231 who |= STANDARD_BITS;
234 who |= S_ISUID|S_IRWXU;
237 who |= S_ISGID|S_IRWXG;
240 who |= S_IRWXO;
254 who &= ~S_ISTXT;
262 if (!who || who & ~S_IRWXO)
267 if (!who || wh
375 addcmd(BITCMD *set, mode_t op, mode_t who, mode_t oparg, mode_t mask) argument
[all...]
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dshadow.c45 change_passwd(const struct passwd *who) argument
55 execlp(_PATH_CHPASS, "passwd", who->pw_name, (char *) 0);
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dmutex_emul.c70 eMmutex_init(mtx, who, file, line)
72 char *who;
80 file, line, mtx, who);
89 if (who != NULL)
90 mtx->eMm_owner = strdup(who);
H A Drwlock_emul.c127 void eMrwlock_init(rw, who)
129 char *who;
140 if (who != NULL)
141 rw->eMrw_owner = strdup(who);
/freebsd-11-stable/contrib/sendmail/src/
H A Dtls.c686 char *who; local
689 who = srv ? "server" : "client";
722 who, SSL_USE_CERT, certfile);
723 tlslogerr(LOG_WARNING, 9, who);
735 who, keyfile);
736 tlslogerr(LOG_WARNING, 9, who);
751 who, keyfile, r);
752 tlslogerr(LOG_WARNING, 9, who);
781 char *who; local
786 who
863 char *who; local
946 char *who; local
1679 char *dnsname, *who; local
1764 char *s, *who; local
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dtc.who.c2 * tc.who.c: Watch logins and logouts...
137 struct who { struct
138 struct who *who_next;
139 struct who *who_prev;
150 static struct who whohead, whotail;
154 static void debugwholist (struct who *, struct who *);
156 static void print_who (struct who *);
205 struct who *wp, *wpnew;
383 wpnew->who_next = wp; /* link in a new 'who' */
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dstats.h76 * @param who: on who to get the statistics info.
80 void server_stats_obtain(struct worker* worker, struct worker* who,
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp47 atf::system_error::system_error(const std::string& who, argument
50 std::runtime_error(who + ": " + message),
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py134 def args_to_perms(parser, options, who, perms):
138 # perms is not set if we are doing a "zfs unallow <who> <fs>" to
172 storeperm("s", "-", who)
176 for w in who:
363 who = args[0]
370 who = None
377 who = ["everyone"]
380 who = args[0].split(",")
386 d = args_to_perms(parser, options, who, perms)
/freebsd-11-stable/sys/kern/
H A Dkern_resource.c89 int who; member in struct:getpriority_args
104 if (uap->who == 0)
107 p = pfind(uap->who);
118 if (uap->who == 0) {
122 pg = pgfind(uap->who);
142 if (uap->who == 0)
143 uap->who = td->td_ucred->cr_uid;
149 p->p_ucred->cr_uid == uap->who) {
171 int who; member in struct:setpriority_args
185 if (uap->who
1033 int who; member in struct:getrusage_args
1050 kern_getrusage(struct thread *td, int who, struct rusage *rup) argument
[all...]
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_debug.c306 const char *who; local
309 case MPT_DB_INIT_NOONE: who = "No One"; break;
310 case MPT_DB_INIT_BIOS: who = "BIOS"; break;
311 case MPT_DB_INIT_ROMBIOS: who = "ROM BIOS"; break;
312 case MPT_DB_INIT_PCIPEER: who = "PCI Peer"; break;
313 case MPT_DB_INIT_HOST: who = "Host Driver"; break;
314 case MPT_DB_INIT_MANUFACTURE: who = "Manufacturing"; break;
315 default: who = "Unknown"; break;
317 return who;
/freebsd-11-stable/lib/libc/sparc64/gen/
H A Dfixunsdfsi.S57 .word 0 ! (who me, not trust the assembler?)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c140 zfs_ace_v0_set_who(void *acep, uint64_t who) argument
142 ((zfs_oldace_t *)acep)->z_fuid = who;
238 zfs_ace_fuid_set_who(void *arg, uint64_t who) argument
247 acep->z_fuid = who;
571 zfs_acl_next_ace(zfs_acl_t *aclp, void *start, uint64_t *who, argument
621 *who = aclp->z_ops.ace_who_get(acep);
637 uint64_t who; local
639 acep = zfs_acl_next_ace(aclp, acep, &who, mask,
722 uint64_t who; local
733 &who,
808 uint64_t who; local
896 uint64_t who; local
1320 uint64_t who; local
1485 uint64_t who; local
1802 uint64_t who; local
2107 uint64_t who; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c115 * be the rule, but there are people who are offended by the notion that
/freebsd-11-stable/contrib/opie/
H A Dopiesu.c212 static int sulog FUNCTION((status, who), int status AND char *who) argument
220 if (who)
221 from = who;
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_ldap.c107 char *who; member in struct:cr_ent
182 XFREE(c->who);
279 creds->who = "";
346 if (ldap_bind_s(ld, c->who, c->pw, c->method) != LDAP_SUCCESS) {
348 h->host, h->port, c->who);
/freebsd-11-stable/lib/libutil/
H A Dlogin_class.c53 rlim_t (*who)(login_cap_t *, const char *, rlim_t, rlim_t); member in struct:login_res
109 rcur = (*lr->who)(lc, lr->what, rcur, rcur);
110 rmax = (*lr->who)(lc, lr->what, rmax, rmax);
111 rlim.rlim_cur = (*lr->who)(lc, name_cur, rcur, rcur);
112 rlim.rlim_max = (*lr->who)(lc, name_max, rmax, rmax);
/freebsd-11-stable/usr.bin/id/
H A Did.c70 static struct passwd *who(char *);
157 pw = *argv ? who(*argv) : NULL;
442 who(char *u) function
/freebsd-11-stable/usr.sbin/rpcbind/
H A Dpmap_svc.c174 struct sockaddr_in *who; local
195 who = svc_getcaller(xprt);
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtelnetd.c656 doit(struct sockaddr *who) argument
685 who, who->sa_len) == HOSTNAME_INVALIDADDR && registerd_host_only)
691 err_ = getnameinfo(who, who->sa_len, remote_hostname,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_acl.h93 uint32_t z_fuid; /* "who" */
133 uint64_t (*ace_who_get)(void *acep); /* get who/fuid */
135 uint64_t who); /* set who/fuid */
/freebsd-11-stable/tools/tools/sysdoc/
H A Dsysdoc.sh72 can be left undocumented by those who originally

Completed in 158 milliseconds

1234