/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 140 char who_name[UTNAMLEN + 1]; argument 141 char who_new[UTNAMLEN + 1]; argument 142 char who_tty[UTLINLEN + 1]; argument 144 char who_host[UTHOSTLEN + 1]; argument 146 time_t who_time; argument 147 int who_status; argument
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_deleg.c | 107 zfs_validate_who(const char *who) in zfs_validate_who() 158 nvpair_t *who, *perm_name; in zfs_deleg_verify_nvlist() local
|
/freebsd/usr.bin/renice/ |
H A D | renice.c | 59 int errs = 0, prio = 0, who = 0, which = PRIO_PROCESS; in main() local 126 donice(int which, int who, int prio, bool incr) in donice()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | shadow.c | 45 change_passwd(const struct passwd *who) in change_passwd()
|
/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() 241 zfs_ace_fuid_set_who(void *arg, uint64_t 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() 640 uint64_t who; in zfs_ace_walk() local 718 uint64_t who; in zfs_copy_fuid_2_ace() local 804 uint64_t who; in zfs_acl_xform() local 892 uint64_t who; in zfs_mode_compute() local 1326 uint64_t who; in zfs_acl_chmod() local 1492 uint64_t who; in zfs_acl_inherit() local 1809 uint64_t who; in zfs_getacl() local [all …]
|
/freebsd/lib/libc/gen/ |
H A D | setmode.c | 171 mode_t mask, perm, permXbits, who; in setmode() local 372 addcmd(BITCMD *set, mode_t op, mode_t who, mode_t oparg, mode_t mask) in addcmd()
|
/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() 241 zfs_ace_fuid_set_who(void *arg, uint64_t 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() 638 uint64_t who; in zfs_ace_walk() local 716 uint64_t who; in zfs_copy_fuid_2_ace() local 802 uint64_t who; in zfs_acl_xform() local 910 uint64_t who; in zfs_mode_compute() local 1511 uint64_t who; in zfs_acl_chmod() local 1675 uint64_t who; in zfs_acl_inherit() local 1999 uint64_t who; in zfs_getacl() local [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()
|
H A D | rwlock_emul.c | 113 void eMrwlock_init(eMrwlock_t *rw, char *who) in eMrwlock_init()
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | exceptions.cpp | 47 atf::system_error::system_error(const std::string& who, in system_error()
|
/freebsd/sys/kern/ |
H A D | kern_resource.c | 85 int who; member 96 kern_getpriority(struct thread *td, int which, int who) in kern_getpriority() 173 int who; member 185 kern_setpriority(struct thread *td, int which, int who, int prio) in kern_setpriority() 1160 int who; member 1177 kern_getrusage(struct thread *td, int who, struct rusage *rup) in kern_getrusage()
|
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/ |
H A D | allow.py | 134 def args_to_perms(parser, options, who, perms): argument
|
/freebsd/usr.sbin/rpcbind/ |
H A D | pmap_svc.c | 167 struct sockaddr_in *who; in pmapproc_change() local
|
/freebsd/crypto/krb5/src/tests/create/ |
H A D | kdb5_mkdums.c | 59 usage(who, status) in usage() argument
|
/freebsd/crypto/krb5/src/tests/verify/ |
H A D | kdb5_verify.c | 53 usage(who, status) in usage() argument
|
/freebsd/usr.bin/id/ |
H A D | id.c | 432 who(char *u) in who() function
|
/freebsd/usr.bin/mail/ |
H A D | lex.c | 65 char *who = name[1] ? name + 1 : myname; in setfile() local
|
/freebsd/contrib/unbound/daemon/ |
H A D | stats.c | 383 server_stats_obtain(struct worker * worker,struct worker * who,struct ub_stats_info * s,int reset) server_stats_obtain() argument
|
/freebsd/crypto/krb5/src/tests/hammer/ |
H A D | kdc5_hammer.c | 71 usage(who, status) in usage() argument
|
/freebsd/lib/libutil/ |
H A D | login_class.c | 50 rlim_t (*who)(login_cap_t *, const char *, rlim_t, rlim_t); member
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | telnetd.c | 694 doit(struct sockaddr *who, int who_len) in doit()
|
/freebsd/sys/dev/ata/ |
H A D | ata-all.c | 400 ata_print_cable(device_t dev, u_int8_t *who) in ata_print_cable()
|
/freebsd/sys/dev/mpt/ |
H A D | mpt_debug.c | 306 const char *who; in mpt_who() local
|
/freebsd/usr.sbin/daemon/ |
H A D | daemon.c | 853 int who = waitpid(-1, &status, WNOHANG); in daemon_is_child_dead() local
|
/freebsd/sbin/routed/ |
H A D | trace.c | 867 struct sockaddr_in *who, in trace_rip()
|