Home
last modified time | relevance | path

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

123

/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_deleg.c108 zfs_validate_who(char *who) in zfs_validate_who() argument
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()
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()
145 if (who[3] != '\0') in zfs_validate_who()
159 nvpair_t *who, *perm_name; in zfs_deleg_verify_nvlist() local
167 if (who == NULL) in zfs_deleg_verify_nvlist()
[all …]
/f-stack/freebsd/kern/
H A Dkern_resource.c88 int who; member
109 if (who == 0) in kern_getpriority()
112 p = pfind(who); in kern_getpriority()
123 if (who == 0) { in kern_getpriority()
147 if (who == 0) in kern_getpriority()
176 int who; member
197 if (who == 0) { in kern_setpriority()
215 if (who == 0) { in kern_setpriority()
239 if (who == 0) in kern_setpriority()
1044 int who; member
[all …]
H A Dvfs_mountroot.c162 sbuf_printf(&sb, "%s", h->who); in sysctl_vfs_root_mount_hold()
180 h->who = identifier; in root_mount_hold()
196 h->who = identifier; in root_mount_hold_token()
995 printf(" %s", h->who); in vfs_mountroot_wait()
/f-stack/freebsd/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()
1321 uint64_t who; in zfs_acl_chmod() local
1487 uint64_t who; in zfs_acl_inherit() local
1802 uint64_t who; in zfs_getacl() local
2101 uint64_t who; in zfs_zaccess_aces_check() local
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/linux/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()
1491 uint64_t who; in zfs_acl_chmod() local
1655 uint64_t who; in zfs_acl_inherit() local
1976 uint64_t who; in zfs_getacl() local
2273 uint64_t who; in zfs_zaccess_aces_check() local
[all …]
/f-stack/tools/libutil/
H A Dlogin_class.c52 rlim_t (*who)(login_cap_t *, const char *, rlim_t, rlim_t); member
108 rcur = (*lr->who)(lc, lr->what, rcur, rcur); in setclassresources()
109 rmax = (*lr->who)(lc, lr->what, rmax, rmax); in setclassresources()
110 rlim.rlim_cur = (*lr->who)(lc, name_cur, rcur, rcur); in setclassresources()
111 rlim.rlim_max = (*lr->who)(lc, name_max, rmax, rmax); in setclassresources()
/f-stack/freebsd/contrib/device-tree/Bindings/rtc/
H A Dfaraday,ftrtc010.txt15 to choose different clocks here, like Cortina who chose
/f-stack/dpdk/drivers/net/enic/
H A Dmeson.build26 # does not. This is to support users who build for the min supported machine
/f-stack/dpdk/doc/guides/howto/
H A Dpacket_capture_framework.rst9 for users of DPDK who want to know more about the Packet Capture feature and
10 for those who want to monitor traffic on DPDK-controlled devices.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/acl/
H A Dacl.cfg45 # Define the current user who run 'usr_exec'
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_acl.h137 uint64_t who); /* set who/fuid */
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5581 char *who; member
5705 opts->who = argv[0]; in parse_allow_args()
5727 opts->who = argv[0]; in parse_allow_args()
5827 if (who != NULL) in store_allow_perm()
5842 if (who != NULL) in store_allow_perm()
5861 if (who != NULL) in store_allow_perm()
5869 if (who != NULL) in store_allow_perm()
5896 char *curr = opts->who; in construct_fsacl_list()
5900 const char *who; in construct_fsacl_list() local
5973 who = id; in construct_fsacl_list()
[all …]
/f-stack/freebsd/sys/
H A Dsyscallsubr.h163 int kern_getpriority(struct thread *td, int which, int who);
164 int kern_getrusage(struct thread *td, int who, struct rusage *rup);
277 int kern_setpriority(struct thread *td, int which, int who, int prio);
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dgemini.txt11 in turn acquired by Inphi, who seem to have discontinued this product family.
/f-stack/freebsd/mips/conf/
H A DPB9222 # who already are using it without modifying the default flash layout)
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-arb-gpio-challenge.txt3 This uses GPIO lines and a challenge & response mechanism to arbitrate who is
/f-stack/freebsd/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-dma.txt5 channels and flows for the QMSS(Queue Manager SubSystem) who triggers
/f-stack/freebsd/contrib/device-tree/Bindings/eeprom/
H A Dat24.yaml25 # There are multiple known vendors who manufacture EEPROM chips compatible
/f-stack/dpdk/license/
H A Dlgpl-2.1.txt22 Free Software Foundation and other authors who decide to use it. You
198 entire whole, and thus to each and every part regardless of who wrote
294 that the user who changes the contents of definitions files in the
353 rights under this License. However, parties who have received copies,
383 all those who receive copies directly or indirectly through you, then
407 original copyright holder who places the Library under this License may add
H A Dgpl-2.0.txt122 entire whole, and thus to each and every part regardless of who wrote it.
176 However, parties who have received copies, or rights, from you under
206 all those who receive copies directly or indirectly through you, then
231 original copyright holder who places the Program under this License
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dfsl-asoc-card.txt16 Note: The card is initially designed for those sound cards who use AC'97, I2S
/f-stack/freebsd/contrib/zstd/
H A DCOPYING122 entire whole, and thus to each and every part regardless of who wrote it.
176 However, parties who have received copies, or rights, from you under
206 all those who receive copies directly or indirectly through you, then
231 original copyright holder who places the Program under this License
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A DTHIRDPARTYLICENSE.gplv2122 entire whole, and thus to each and every part regardless of who wrote it.
176 However, parties who have received copies, or rights, from you under
206 all those who receive copies directly or indirectly through you, then
231 original copyright holder who places the Program under this License
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_distrib_lib.rst66 who may then flush their buffered packets sooner and cause packets to get out of order.
/f-stack/
H A DLICENSE177 …r licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
194 …l automatically terminate your rights under this License. However, parties who have received copie…
200 …e would not permit royalty-free redistribution of the Program by all those who receive copies dire…
208 …her by patents or by copyrighted interfaces, the original copyright holder who places the Program …

123