Searched refs:who (Results 1 - 25 of 71) sorted by last modified time

123

/freebsd-10.0-release/usr.bin/
H A DMakefile366 SUBDIR+= who
/freebsd-10.0-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.0-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.0-release/usr.bin/rpcinfo/
H A Drpcinfo.c596 reply_proc(void *res, struct netbuf *who, struct netconfig *nconf) argument
598 /* struct netbuf *who; Who sent us the reply */
604 struct sockaddr *sa = (struct sockaddr *)who->buf;
611 if (!(uaddr = taddr2uaddr(nconf, who))) {
/freebsd-10.0-release/usr.bin/who/
H A DMakefile4 PROG= who
/freebsd-10.0-release/usr.bin/mail/
H A Dlex.c71 char *who = name[1] ? name + 1 : myname; local
154 fprintf(stderr, "No mail for %s\n", who);
/freebsd-10.0-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.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c694 doit(struct sockaddr *who, int who_len) argument
724 error = getnameinfo_verified (who, who_len,
749 error = getnameinfo (who, who_len,
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_misc.c960 sa.who = 0;
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_proto.h299 char who_l_[PADL_(int)]; int who; char who_r_[PADR_(int)]; member in struct:linux_getpriority_args
H A Dlinux_systrace_args.c517 iarg[0] = p->who; /* int */
671 iarg[1] = p->who; /* int */
679 iarg[1] = p->who; /* int */
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_misc.c1088 bsd_args.who = 0; /* current process */
1615 printf(ARGS(getpriority, "%i, %i"), args->which, args->who);
1619 bsd_args.who = args->who;
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c814 error = kern_getrusage(td, uap->who, &s);
H A Dfreebsd32_proto.h107 char who_l_[PADL_(int)]; int who; char who_r_[PADR_(int)]; member in struct:freebsd32_getrusage_args
H A Dfreebsd32_systrace_args.c591 iarg[1] = p->who; /* int */
618 iarg[1] = p->who; /* int */
661 iarg[0] = p->who; /* int */
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_misc.c1627 ap.who = 0;
/freebsd-10.0-release/sys/dev/mpt/
H A Dmpt.c1554 mpt_send_ioc_init(struct mpt_softc *mpt, uint32_t who) argument
1561 init.WhoInit = who;
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.0-release/sys/dev/ata/
H A Data-all.c409 ata_print_cable(device_t dev, u_int8_t *who) argument
412 "DMA limited to UDMA33, %s found non-ATA66 cable\n", who);
H A Data-all.h617 void ata_print_cable(device_t dev, u_int8_t *who);
/freebsd-10.0-release/sys/cam/ctl/
H A DREADME.ctl.txt27 (who acquired Copan's assets in 2010) and Spectra Logic in 2010, CTL is
/freebsd-10.0-release/sys/kern/
H A Dkern_resource.c89 int who; member in struct:getpriority_args
106 if (uap->who == 0)
109 p = pfind(uap->who);
120 if (uap->who == 0) {
124 pg = pgfind(uap->who);
144 if (uap->who == 0)
145 uap->who = td->td_ucred->cr_uid;
151 p->p_ucred->cr_uid == uap->who) {
173 int who; member in struct:setpriority_args
189 if (uap->who
962 int who; member in struct:getrusage_args
981 kern_getrusage(struct thread *td, int who, struct rusage *rup) argument
[all...]
H A Dsystrace_args.c588 iarg[1] = p->who; /* int */
615 iarg[1] = p->who; /* int */
658 iarg[0] = p->who; /* int */
H A Dvfs_mountroot.c101 const char *who; member in struct:root_hold_token
133 h->who = identifier;
926 printf(" %s", h->who);
/freebsd-10.0-release/sys/sys/
H A Dsyscallsubr.h115 int kern_getrusage(struct thread *td, int who, struct rusage *rup);

Completed in 225 milliseconds

123