Home
last modified time | relevance | path

Searched refs:who (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_deleg.c112 switch (who[0]) { in zfs_validate_who()
117 if (who[1] != ZFS_DELEG_LOCAL && who[1] != ZFS_DELEG_DESCENDENT) in zfs_validate_who()
119 for (p = &who[3]; *p; p++) in zfs_validate_who()
126 if (who[1] != ZFS_DELEG_NA) in zfs_validate_who()
132 if (who[1] != ZFS_DELEG_NA) in zfs_validate_who()
134 if (who[3] != '\0') in zfs_validate_who()
140 if (who[1] != ZFS_DELEG_LOCAL && who[1] != ZFS_DELEG_DESCENDENT) in zfs_validate_who()
142 if (who[3] != '\0') in zfs_validate_who()
156 nvpair_t *who, *perm_name; in zfs_deleg_verify_nvlist() local
164 if (who == NULL) in zfs_deleg_verify_nvlist()
[all …]
/freebsd/lib/libc/gen/
H A Dsetmode.c224 for (who = 0;; ++p) { in setmode()
227 who |= STANDARD_BITS; in setmode()
230 who |= S_ISUID|S_IRWXU; 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()
377 set->bits = who ? who : STANDARD_BITS; in addcmd()
386 set->bits = (who ? who : mask) & oparg; in addcmd()
[all …]
/freebsd/usr.bin/renice/
H A Drenice.c98 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()
142 if (setpriority(which, who, prio) < 0) { in donice()
[all …]
/freebsd/contrib/sendmail/src/
H A Dtls.c726 char *who;
823 char *who;
871 who);
905 char *who;
920 who);
988 char *who;
1180 who, who);
1253 who);
1573 who);
2157 who,
[all …]
/freebsd/contrib/tcsh/
H A Dtc.who.c137 struct who { struct
138 struct who *who_next; argument
139 struct who *who_prev; argument
154 static void debugwholist (struct 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)
516 struct who *wp = ptr;
603 struct who *wp;
[all …]
/freebsd/sbin/ipf/libipf/
H A Dmutex_emul.c63 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 Drwlock_emul.c113 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/sys/kern/
H A Dkern_resource.c83 int who; member
104 if (who == 0) in kern_getpriority()
107 p = pfind(who); in kern_getpriority()
118 if (who == 0) { in kern_getpriority()
142 if (who == 0) in kern_getpriority()
171 int who; member
192 if (who == 0) { in kern_setpriority()
210 if (who == 0) { in kern_setpriority()
234 if (who == 0) in kern_setpriority()
1045 int who; member
[all …]
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh210 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 Dallow.py134 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/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c249 acep->z_fuid = who; in zfs_ace_fuid_set_who()
639 uint64_t who; in zfs_ace_walk() local
717 uint64_t who; in zfs_copy_fuid_2_ace() local
803 uint64_t who; in zfs_acl_xform() local
891 uint64_t who; in zfs_mode_compute() local
913 who == fuid)) { in zfs_mode_compute()
1325 uint64_t who; in zfs_acl_chmod() local
1491 uint64_t who; in zfs_acl_inherit() local
1808 uint64_t who; in zfs_getacl() local
2106 uint64_t who; in zfs_zaccess_aces_check() local
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c249 acep->z_fuid = who; in zfs_ace_fuid_set_who()
637 uint64_t who; in zfs_ace_walk() local
715 uint64_t who; in zfs_copy_fuid_2_ace() local
801 uint64_t who; in zfs_acl_xform() local
909 uint64_t who; in zfs_mode_compute() local
931 who == fuid)) { in zfs_mode_compute()
1510 uint64_t who; in zfs_acl_chmod() local
1674 uint64_t who; in zfs_acl_inherit() local
1998 uint64_t who; in zfs_getacl() local
2293 uint64_t who; in zfs_zaccess_aces_check() local
[all …]
/freebsd/sys/dev/mpt/
H A Dmpt_debug.c306 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 Dfactory6 # 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 Dshadow.c45 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 Dd_context_d.out3 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 Dd_context_b.in2 Dave was a happy pig who wandered around the orchard eating
/freebsd/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp47 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 Dlogin_class.c50 rlim_t (*who)(login_cap_t *, const char *, rlim_t, rlim_t); member
106 rcur = (*lr->who)(lc, lr->what, rcur, rcur); in setclassresources()
107 rmax = (*lr->who)(lc, lr->what, rmax, rmax); in setclassresources()
108 rlim.rlim_cur = (*lr->who)(lc, name_cur, rcur, rcur); in setclassresources()
109 rlim.rlim_max = (*lr->who)(lc, name_max, rmax, rmax); in setclassresources()
/freebsd/contrib/unbound/daemon/
H A Dstats.c377 void server_stats_obtain(struct worker* worker, struct worker* who, in server_stats_obtain() argument
382 if(worker == who) { in server_stats_obtain()
390 worker_send_cmd(who, worker_cmd_stats); in server_stats_obtain()
391 else worker_send_cmd(who, worker_cmd_stats_noreset); in server_stats_obtain()
404 who->thread_num in server_stats_obtain()
406 , (unsigned)who->thread_tid in server_stats_obtain()
410 , (unsigned long)*((unsigned long*)&who->thr_id) in server_stats_obtain()
/freebsd/usr.bin/who/
H A DMakefile2 PROG= who
/freebsd/sys/compat/linux/
H A Dlinux_misc.c2781 if (args->who == 0) { in linux_ioprio_get()
2785 } else if (args->who > PID_MAX) { in linux_ioprio_get()
2790 p = pfind(args->who); in linux_ioprio_get()
2809 if (args->who == 0) { in linux_ioprio_get()
2813 pg = pgfind(args->who); in linux_ioprio_get()
2835 if (args->who == 0) in linux_ioprio_get()
2885 if (args->who == 0) { in linux_ioprio_set()
2894 p = pfind(args->who); in linux_ioprio_set()
2913 if (args->who == 0) { in linux_ioprio_set()
2917 pg = pgfind(args->who); in linux_ioprio_set()
[all …]
/freebsd/tools/build/options/
H A DWITHOUT_UTMPX4 .Xr who 1 ,
/freebsd/contrib/one-true-awk/testdir/
H A DT.getline5 who >foo1
15 who >foo1
/freebsd/etc/
H A Dshells2 # ftpd(8) will not allow users to connect who are not using

12345678910>>...12