Searched refs:access (Results 226 - 250 of 490) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Dconcepts.h22 #include <__ranges/access.h>
59 // `iterator_t` defined in <__ranges/access.h>
H A Dcommon_view.h18 #include <__ranges/access.h>
H A Drend.h19 #include <__ranges/access.h>
35 // [range.access.rend]
93 // [range.access.crend]
H A Drbegin.h19 #include <__ranges/access.h>
34 // [ranges.access.rbegin]
89 // [range.access.crbegin]
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_rdma_core.c65 * When a shared access is required, we use a positive counter. Each
66 * shared access request checks that the value != -1 and increment it.
67 * Exclusive access is required for operations like write or destroy.
68 * In exclusive access mode, we check that the counter is zero (nobody
69 * claimed this object) and we set it to -1. Releasing a shared access
71 * access locks, since only a single one of them is allowed
678 * read access or zero it in case of exclusive access. See
886 uverbs_get_uobject_from_file(u16 object_id, enum uverbs_obj_access access, argument
892 switch (access) {
911 uverbs_finalize_object(struct ib_uobject *uobj, enum uverbs_obj_access access, bool commit, struct uverbs_attr_bundle *attrs) argument
[all...]
H A Dib_uverbs_ioctl.c213 spec->u2.objs_arr.obj_type, spec->u2.objs_arr.access,
236 spec->u2.objs_arr.access, commit, attrs);
324 spec->u.obj.obj_type, spec->u.obj.access,
330 if (spec->u.obj.access == UVERBS_ACCESS_NEW) {
487 attr->obj_attr.attr_elm->spec.u.obj.access, commit,
/freebsd-current/sys/dev/ice/
H A Dice_nvm.h113 ice_acquire_nvm(struct ice_hw *hw, enum ice_aq_res_access_type access);
H A Dice_ddp_common.h417 ice_acquire_change_lock(struct ice_hw *hw, enum ice_aq_res_access_type access);
449 enum ice_aq_res_access_type access);
/freebsd-current/sys/x86/include/
H A Dx86_var.h122 int dbreg_set_watchpoint(vm_offset_t addr, vm_size_t size, int access);
/freebsd-current/share/dtrace/
H A Dnfsattrstats31 * activity, and NFS access cache activity, along with the system call
/freebsd-current/contrib/ofed/libibverbs/
H A Ddriver.h172 uint64_t hca_va, int access,
177 size_t length, uint64_t hca_va, int access,
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-export.mk52 # that only subprocesses access the environment variables. The ':localtime'
H A Dcond-token-var.mk6 # A variable has a name and a value. To access the value, one writes an
/freebsd-current/lib/libvmmapi/
H A Dvmmapi.h148 uint64_t base, uint32_t limit, uint32_t access);
150 uint64_t *base, uint32_t *limit, uint32_t *access);
/freebsd-current/bin/mv/
H A Dmv.c169 * Check access. If interactive and file exists, ask user if it
173 if (!fflg && !access(to, F_OK)) {
190 } else if (access(to, W_OK) && !stat(to, &sb) && isatty(STDIN_FILENO)) {
/freebsd-current/sys/contrib/openzfs/cmd/zpool/os/linux/
H A Dzpool_vdev_os.c322 /* only spares can be shared, other devices require exclusive access */
397 (void) fprintf(stderr, gettext("unable to access the blkid "
549 if (access(path, W_OK) != 0) {
557 if (access(path, R_OK | W_OK) != 0) {
/freebsd-current/lib/libsys/
H A DMakefile.sys162 access.2 \
389 MLINKS+=access.2 eaccess.2 \
390 access.2 faccessat.2
/freebsd-current/sys/dev/irdma/
H A Dirdma_verbs.c783 * @attr: access attributes
1142 * @attr: access attributes
1405 * @work: provides access to the cq buffer to free
1589 * irdma_get_mr_access - get hw MR access permissions from IB access flags
1590 * @access: IB access flags
1593 static inline u16 irdma_get_mr_access(int access, u8 hw_rev) argument
1597 hw_access |= (access & IB_ACCESS_LOCAL_WRITE) ?
1599 hw_access |= (access
1933 irdma_hwreg_mr(struct irdma_device *iwdev, struct irdma_mr *iwmr, u16 access) argument
2038 irdma_reg_user_mr_type_mem(struct irdma_mr *iwmr, int access, bool create_stag) argument
2171 irdma_reg_user_mr(struct ib_pd *pd, u64 start, u64 len, u64 virt, int access, struct ib_udata *udata) argument
2340 irdma_reg_phys_mr(struct ib_pd *pd, u64 addr, u64 size, int access, u64 *iova_start) argument
[all...]
/freebsd-current/usr.sbin/pmcannotate/
H A Dpmcannotate.c707 if (access(bin, R_OK | F_OK) == -1)
710 if (access(ofile, R_OK | F_OK) == -1)
713 if (kfile != NULL && access(kfile, R_OK | F_OK) == -1)
/freebsd-current/usr.sbin/lpr/lpr/
H A Dlpr.c290 * Check for restricted group access.
432 * because changing the owner and access-bits would
438 * If we can access and remove the original file
444 ret = access(dfname, R_OK);
695 if (access(file, 4) < 0) {
696 printf("%s: cannot access %s\n", progname, file);
748 if (access(directory, W_OK) == 0) {
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c856 if (uniqfile && access(uniqfile, R_OK) != 0) {
861 if (withfile && access(withfile, R_OK) != 0) {
866 if (outfile && access(outfile, R_OK|W_OK) != 0)
/freebsd-current/contrib/bsddialog/utility/
H A Dutil_theme.c351 if (access(path, F_OK) == 0)
357 if (access(path, F_OK) == 0)
362 if (access(file, F_OK) == 0)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h198 clang::AccessSpecifier access);
301 ConvertAccessTypeToAccessSpecifier(lldb::AccessType access);
929 lldb::AccessType access,
939 lldb::AccessType access);
962 lldb::AccessType access, bool is_virtual, bool is_static, bool is_inline,
970 lldb::AccessType access, bool is_virtual,
/freebsd-current/contrib/bsnmp/gensnmpdef/
H A Dgensnmpdef.c237 print_access(n->access);
270 print_access(n->access);
/freebsd-current/tools/test/stress2/misc/
H A Dfullpath2.sh185 if (access(marker, R_OK) == -1)

Completed in 279 milliseconds

1234567891011>>