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

123

/freebsd-10.1-release/usr.bin/who/
H A DMakefile4 PROG= who
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_deleg.c98 zfs_validate_who(char *who) argument
102 if (who[2] != ZFS_DELEG_FIELD_SEP_CHR)
105 switch (who[0]) {
110 if (who[1] != ZFS_DELEG_LOCAL && who[1] != ZFS_DELEG_DESCENDENT)
112 for (p = &who[3]; *p; p++)
119 if (who[1] != ZFS_DELEG_NA)
121 return (permset_namecheck(&who[3], NULL, NULL));
125 if (who[1] != ZFS_DELEG_NA)
127 if (who[
149 nvpair_t *who, *perm_name; local
[all...]
/freebsd-10.1-release/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-10.1-release/lib/libc/gen/
H A Dsetmode.c171 int perm, who; local
223 for (who = 0;; ++p) {
226 who |= STANDARD_BITS;
229 who |= S_ISUID|S_IRWXU;
232 who |= S_ISGID|S_IRWXG;
235 who |= S_IRWXO;
249 who &= ~S_ISTXT;
257 if (!who || who & ~S_IRWXO)
262 if (!who || wh
336 addcmd(BITCMD *set, int op, int who, int oparg, u_int mask) argument
[all...]
/freebsd-10.1-release/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-10.1-release/contrib/sendmail/src/
H A Dtls.c558 char *who; local
576 who = srv ? "server" : "client";
579 syserr("STARTTLS=%s, inittls: ctx == NULL", who);
673 who, dhparam);
740 who, who);
742 tlslogerr(LOG_WARNING, who);
772 who, CRLFile);
783 "STARTTLS=%s, error: BIO_new=failed", who);
799 who, CRLFil
1227 char *s, *who; local
[all...]
/freebsd-10.1-release/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.c106 void eMrwlock_init(rw, who)
108 char *who;
119 if (who != NULL)
120 rw->eMrw_owner = strdup(who);
/freebsd-10.1-release/tools/regression/netipx/spxloopback/
H A Dspxloopback.c73 my_send(int sock, const char *who, pid_t pid) argument
88 err(-1, "%s: send()", who);
92 errx(-1, "%s: send(): EOF", who);
99 my_recv(int sock, const char *who, pid_t pid) argument
114 err(-1, "%s: recv()", who);
118 errx(-1, "%s: recv(): EOF", who);
122 errx(-1, "%s: recv(): got bad data", who);
/freebsd-10.1-release/usr.sbin/IPXrouted/
H A Dtrace.c130 trace(ifd, who, p, len, m)
132 struct sockaddr *who;
149 t->ift_who = *who;
356 struct sockaddr_ipx *who = (struct sockaddr_ipx *)source; local
360 dir, ipxdp_ntoa(&who->sipx_addr),
361 ntohs(who->sipx_addr.x_port));
364 dir, ipxdp_ntoa(&who->sipx_addr),
365 ntohs(who->sipx_addr.x_port));
400 struct sockaddr_ipx *who = (struct sockaddr_ipx *)source; local
404 dir, ipxdp_ntoa(&who
[all...]
/freebsd-10.1-release/contrib/tcsh/
H A Dtc.who.c1 /* $Header: /p/tcsh/cvsroot/tcsh/tc.who.c,v 3.57 2012/01/17 20:53:38 christos Exp $ */
3 * tc.who.c: Watch logins and logouts...
35 RCSID("$tcsh: tc.who.c,v 3.57 2012/01/17 20:53:38 christos Exp $")
139 struct who { struct
140 struct who *who_next;
141 struct who *who_prev;
152 static struct who whohead, whotail;
156 static void debugwholist (struct who *, struct who *);
158 static void print_who (struct who *);
[all...]
/freebsd-10.1-release/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp50 atf::system_error::system_error(const std::string& who, argument
53 std::runtime_error(who + ": " + message),
/freebsd-10.1-release/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-10.1-release/sys/kern/
H A Dkern_resource.c91 int who; member in struct:getpriority_args
108 if (uap->who == 0)
111 p = pfind(uap->who);
122 if (uap->who == 0) {
126 pg = pgfind(uap->who);
146 if (uap->who == 0)
147 uap->who = td->td_ucred->cr_uid;
153 p->p_ucred->cr_uid == uap->who) {
175 int who; member in struct:setpriority_args
191 if (uap->who
974 int who; member in struct:getrusage_args
993 kern_getrusage(struct thread *td, int who, struct rusage *rup) argument
[all...]
/freebsd-10.1-release/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-10.1-release/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
897 uint64_t who; local
1336 uint64_t who; local
1507 uint64_t who; local
1804 uint64_t who; local
2114 uint64_t who; local
[all...]
/freebsd-10.1-release/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c92 * be the rule, but there are people who are offended by the notion that
/freebsd-10.1-release/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-10.1-release/contrib/unbound/daemon/
H A Dstats.h182 * @param who: on who to get the statistics info.
186 void server_stats_obtain(struct worker* worker, struct worker* who,
H A Dstats.c170 void server_stats_obtain(struct worker* worker, struct worker* who, argument
175 if(worker == who) {
183 worker_send_cmd(who, worker_cmd_stats);
184 else worker_send_cmd(who, worker_cmd_stats_noreset);
/freebsd-10.1-release/lib/libc/sparc64/gen/
H A Dfixunsdfsi.S57 .word 0 ! (who me, not trust the assembler?)
/freebsd-10.1-release/contrib/amd/amd/
H A Dinfo_ldap.c110 char *who; member in struct:cr_ent
177 XFREE(c->who);
266 creds->who = "";
330 if (ldap_bind_s(ld, c->who, c->pw, c->method) != LDAP_SUCCESS) {
332 h->host, h->port, c->who);
/freebsd-10.1-release/lib/libutil/
H A Dlogin_class.c53 rlim_t (*who)(login_cap_t *, const char *, rlim_t, rlim_t); member in struct:login_res
107 rcur = (*lr->who)(lc, lr->what, rcur, rcur);
108 rmax = (*lr->who)(lc, lr->what, rmax, rmax);
109 rlim.rlim_cur = (*lr->who)(lc, name_cur, rcur, rcur);
110 rlim.rlim_max = (*lr->who)(lc, name_max, rmax, rmax);
/freebsd-10.1-release/usr.bin/id/
H A Did.c69 static struct passwd *who(char *);
156 pw = *argv ? who(*argv) : NULL;
441 who(char *u) function
/freebsd-10.1-release/usr.sbin/rpcbind/
H A Dpmap_svc.c175 struct sockaddr_in *who; local
196 who = svc_getcaller(xprt);

Completed in 146 milliseconds

123