| /freebsd/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_deleg.c | 108 zfs_validate_who(const char *who) in zfs_validate_who() argument 112 if (who[2] != ZFS_DELEG_FIELD_SEP_CHR) in zfs_validate_who() 115 switch (who[0]) { in zfs_validate_who() 120 if (who[1] != ZFS_DELEG_LOCAL && who[1] != ZFS_DELEG_DESCENDENT) in zfs_validate_who() 122 for (p = &who[3]; *p; p++) in zfs_validate_who() 129 if (who[1] != ZFS_DELEG_NA) in zfs_validate_who() 131 return (permset_namecheck(&who[3], NULL, NULL)); in zfs_validate_who() 135 if (who[1] != ZFS_DELEG_NA) in zfs_validate_who() 137 if (who[3] != '\0') in zfs_validate_who() 143 if (who[1] != ZFS_DELEG_LOCAL && who[1] != ZFS_DELEG_DESCENDENT) in zfs_validate_who() [all …]
|
| /freebsd/lib/libc/gen/ |
| H A D | setmode.c | 171 mode_t mask, perm, permXbits, who; in setmode() local 224 for (who = 0;; ++p) { in setmode() 227 who |= STANDARD_BITS; in setmode() 230 who |= S_ISUID|S_IRWXU; in setmode() 233 who |= S_ISGID|S_IRWXG; in setmode() 236 who |= S_IRWXO; in setmode() 250 who &= ~S_ISTXT; in setmode() 258 if (!who || who & ~S_IRWXO) in setmode() 263 if (!who || who & ~S_IRWXO) { in setmode() 264 who |= S_ISTXT; in setmode() [all …]
|
| /freebsd/usr.bin/renice/ |
| H A D | renice.c | 59 int errs = 0, prio = 0, who = 0, which = PRIO_PROCESS; in main() local 98 who = pwd->pw_uid; in main() 99 else if (getnum("uid", *argv, &who)) { in main() 102 } else if (who < 0) { in main() 108 if (getnum("pid", *argv, &who)) { in main() 112 if (who < 0) { in main() 118 errs += donice(which, who, prio, incr); in main() 126 donice(int which, int who, int prio, bool incr) in donice() argument 131 oldprio = getpriority(which, who); in donice() 133 warn("%d: getpriority", who); in donice() [all …]
|
| /freebsd/contrib/sendmail/src/ |
| H A D | tls.c | 726 char *who; 729 who = srv ? "server" : "client"; 764 who, SSL_USE_CERT, certfile); 765 tlslogerr(LOG_WARNING, 9, who); 777 who, keyfile); 778 tlslogerr(LOG_WARNING, 9, who); 793 who, keyfile, r); 794 tlslogerr(LOG_WARNING, 9, who); 823 char *who; 828 who = srv ? "server" : "client"; [all …]
|
| /freebsd/contrib/tcsh/ |
| H A D | tc.who.c | 137 struct who { struct 138 struct who *who_next; argument 139 struct who *who_prev; argument 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; 457 debugwholist(struct who *new, struct who *wp) 459 struct who *a; 491 print_who(struct who *wp) [all …]
|
| /freebsd/sbin/ipf/libipf/ |
| H A D | mutex_emul.c | 63 eMmutex_init(eMmutex_t *mtx, char *who, char *file, int line) in eMmutex_init() argument 69 file, line, mtx, who); in eMmutex_init() 78 if (who != NULL) in eMmutex_init() 79 mtx->eMm_owner = strdup(who); in eMmutex_init()
|
| H A D | rwlock_emul.c | 113 void eMrwlock_init(eMrwlock_t *rw, char *who) in eMrwlock_init() argument 124 if (who != NULL) in eMrwlock_init() 125 rw->eMrw_owner = strdup(who); in eMrwlock_init()
|
| /freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
| H A D | zfs_acl_chmod_aclmode_001_pos.ksh | 210 typeset who prefix acltemp action 213 who=${acl%%:*} 214 prefix=$who 284 who=${expect1%%:*} 285 prefix=$who 292 case $who in
|
| /freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/ |
| H A D | allow.py | 134 def args_to_perms(parser, options, who, perms): argument 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/sys/kern/ |
| H A D | kern_resource.c | 85 int who; member 92 return (kern_getpriority(td, uap->which, uap->who)); in sys_getpriority() 96 kern_getpriority(struct thread *td, int which, int who) in kern_getpriority() argument 106 if (who == 0) in kern_getpriority() 109 p = pfind(who); in kern_getpriority() 120 if (who == 0) { in kern_getpriority() 124 pg = pgfind(who); in kern_getpriority() 144 if (who == 0) in kern_getpriority() 145 who = td->td_ucred->cr_uid; in kern_getpriority() 151 p->p_ucred->cr_uid == who) { in kern_getpriority() [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_acl.c | 143 zfs_ace_v0_set_who(void *acep, uint64_t who) in zfs_ace_v0_set_who() argument 145 ((zfs_oldace_t *)acep)->z_fuid = who; in zfs_ace_v0_set_who() 241 zfs_ace_fuid_set_who(void *arg, uint64_t who) in zfs_ace_fuid_set_who() argument 250 acep->z_fuid = who; in zfs_ace_fuid_set_who() 574 zfs_acl_next_ace(zfs_acl_t *aclp, void *start, uint64_t *who, in zfs_acl_next_ace() argument 624 *who = aclp->z_ops->ace_who_get(acep); in zfs_acl_next_ace() 640 uint64_t who; in zfs_ace_walk() local 642 acep = zfs_acl_next_ace(aclp, acep, &who, mask, in zfs_ace_walk() 718 uint64_t who; in zfs_copy_fuid_2_ace() local 729 &who, &access_mask, &iflags, &type))) { in zfs_copy_fuid_2_ace() [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_acl.c | 143 zfs_ace_v0_set_who(void *acep, uint64_t who) in zfs_ace_v0_set_who() argument 145 ((zfs_oldace_t *)acep)->z_fuid = who; in zfs_ace_v0_set_who() 241 zfs_ace_fuid_set_who(void *arg, uint64_t who) in zfs_ace_fuid_set_who() argument 250 acep->z_fuid = who; in zfs_ace_fuid_set_who() 572 zfs_acl_next_ace(zfs_acl_t *aclp, void *start, uint64_t *who, in zfs_acl_next_ace() argument 622 *who = aclp->z_ops->ace_who_get(acep); in zfs_acl_next_ace() 638 uint64_t who; in zfs_ace_walk() local 640 acep = zfs_acl_next_ace(aclp, acep, &who, mask, in zfs_ace_walk() 716 uint64_t who; in zfs_copy_fuid_2_ace() local 727 &who, &access_mask, &iflags, &type))) { in zfs_copy_fuid_2_ace() [all …]
|
| /freebsd/sys/dev/mpt/ |
| H A D | mpt_debug.c | 306 const char *who; in mpt_who() local 309 case MPT_DB_INIT_NOONE: who = "No One"; break; in mpt_who() 310 case MPT_DB_INIT_BIOS: who = "BIOS"; break; in mpt_who() 311 case MPT_DB_INIT_ROMBIOS: who = "ROM BIOS"; break; in mpt_who() 312 case MPT_DB_INIT_PCIPEER: who = "PCI Peer"; break; in mpt_who() 313 case MPT_DB_INIT_HOST: who = "Host Driver"; break; in mpt_who() 314 case MPT_DB_INIT_MANUFACTURE: who = "Manufacturing"; break; in mpt_who() 315 default: who = "Unknown"; break; in mpt_who() 317 return who; in mpt_who()
|
| /freebsd/contrib/tzdata/ |
| H A D | factory | 6 # For distributors who don't want to specify a timezone in their 7 # installation procedures. Users who run 'date' will get the
|
| /freebsd/crypto/heimdal/appl/login/ |
| H A D | shadow.c | 45 change_passwd(const struct passwd *who) in change_passwd() argument 55 execlp(_PATH_CHPASS, "passwd", who->pw_name, (char *) 0); in change_passwd()
|
| /freebsd/contrib/netbsd-tests/usr.bin/grep/ |
| H A D | d_context_d.out | 3 d_context_a.in:A pig is a pal, who'll boost your morale, 12 d_context_b.in:Dave was a happy pig who wandered around the orchard eating
|
| H A D | d_context_b.in | 2 Dave was a happy pig who wandered around the orchard eating
|
| /freebsd/contrib/atf/atf-c++/detail/ |
| H A D | exceptions.cpp | 47 atf::system_error::system_error(const std::string& who, in system_error() argument 50 std::runtime_error(who + ": " + message), in system_error()
|
| /freebsd/lib/libutil/ |
| H A D | login_class.c | 50 rlim_t (*who)(login_cap_t *, const char *, rlim_t, rlim_t); member 107 rcur = (*lr->who)(lc, lr->what, rcur, rcur); in setclassresources() 108 rmax = (*lr->who)(lc, lr->what, rmax, rmax); in setclassresources() 109 rlim.rlim_cur = (*lr->who)(lc, name_cur, rcur, rcur); in setclassresources() 110 rlim.rlim_max = (*lr->who)(lc, name_max, rmax, rmax); in setclassresources()
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | stats.c | 378 void server_stats_obtain(struct worker* worker, struct worker* who, in server_stats_obtain() argument 383 if(worker == who) { in server_stats_obtain() 391 worker_send_cmd(who, worker_cmd_stats); in server_stats_obtain() 392 else worker_send_cmd(who, worker_cmd_stats_noreset); in server_stats_obtain() 399 memcpy(&pthid, &who->thr_id, sizeof(unsigned long)); in server_stats_obtain() 412 who->thread_num in server_stats_obtain() 414 , (unsigned)who->thread_tid in server_stats_obtain()
|
| /freebsd/usr.bin/who/ |
| H A D | Makefile | 1 PROG= who
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_misc.c | 1509 error = kern_getpriority(td, args->which, args->who); in linux_getpriority() 2788 if (args->who == 0) { in linux_ioprio_get() 2792 } else if (args->who > PID_MAX) { in linux_ioprio_get() 2793 td1 = linux_tdfind(td, args->who, -1); in linux_ioprio_get() 2797 p = pfind(args->who); in linux_ioprio_get() 2816 if (args->who == 0) { in linux_ioprio_get() 2820 pg = pgfind(args->who); in linux_ioprio_get() 2842 if (args->who == 0) in linux_ioprio_get() 2843 args->who = td->td_ucred->cr_uid; in linux_ioprio_get() 2848 p->p_ucred->cr_uid == args->who in linux_ioprio_get() [all...] |
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | T.getline | 5 who >foo1 15 who >foo1
|
| /freebsd/tools/build/options/ |
| H A D | WITHOUT_UTMPX | 4 .Xr who 1 ,
|
| /freebsd/etc/ |
| H A D | shells | 2 # ftpd(8) will not allow users to connect who are not using
|