Searched refs:access (Results 1 - 25 of 348) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/sys/
H A Dsysctl.h154 * This describes the access space for a sysctl request. This is needed
158 struct thread *td; /* used for access checking */
291 #define SYSCTL_ROOT_NODE(nbr, name, access, handler, descr) \
293 nbr, #name, CTLTYPE_NODE|(access), NULL, 0, \
295 CTASSERT(((access) & CTLTYPE) == 0 || \
296 ((access) & SYSCTL_CT_ASSERT_MASK) == CTLTYPE_NODE)
299 #define SYSCTL_NODE(parent, nbr, name, access, handler, descr) \
300 SYSCTL_OID_GLOBAL(parent, nbr, name, CTLTYPE_NODE|(access), \
302 CTASSERT(((access) & CTLTYPE) == 0 || \
303 ((access)
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dfsaccess.c38 isc_fsaccess_add(int trustee, int permission, isc_fsaccess_t *access) { argument
43 *access |= permission;
46 *access |= (permission << GROUP);
49 *access |= (permission << OTHER);
53 isc_fsaccess_remove(int trustee, int permission, isc_fsaccess_t *access) { argument
59 *access &= ~permission;
62 *access &= ~(permission << GROUP);
65 *access &= ~(permission << OTHER);
69 check_bad_bits(isc_fsaccess_t access, isc_boolean_t is_dir) { argument
94 if ((access
[all...]
/freebsd-11-stable/lib/libpam/modules/pam_login_access/
H A DMakefile29 MAN= login.access.5 pam_login_access.8
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dfsaccess.h24 * \brief The ISC filesystem access module encapsulates the setting of file
25 * and directory access permissions into one API that is meant to be
29 * are POSIX and Windows NT 4.0 and later. The Windows NT access model is
60 * unless the directory path disallows complete access somewhere along
93 * The Windows standard access right "DELETE" doesn't have a direct
117 * \li What NT access right controls the ability to rename a file?
128 * granting or denying access. Because this functionality is
168 isc_fsaccess_add(int trustee, int permission, isc_fsaccess_t *access);
171 isc_fsaccess_remove(int trustee, int permission, isc_fsaccess_t *access);
174 isc_fsaccess_set(const char *path, isc_fsaccess_t access);
[all...]
/freebsd-11-stable/sys/dev/io/
H A Diodev.h36 u_int access; member in struct:iodev_pio_req
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dconfig_file.h42 /* An opaque struct that helps making config data access resource efficient. */
45 /* Return a new config access struct allocated in RESULT_POOL.
46 * Try to access REPOS_HINT first when resolving URLs; may be NULL. */
53 svn_repos__destroy_config_access(config_access_t *access);
55 /* Using ACCESS as a helper object, access the textual configuration at PATH,
59 * The access will fail if the item does not exist and MUST_EXIST is set.
66 config_access_t *access,
H A Dconfig_file.c49 * All objects with the lifetime of this access object will be allocated
57 /* A stream object that gives access to a representation's content but
147 /* Return a lazy access stream for FS_PATH under ROOT, allocated in POOL. */
181 config_access_t *access,
188 *stream = svn_stream_empty(access->pool);
189 SVN_ERR(svn_checksum(checksum, svn_checksum_md5, "", 0, access->pool));
209 config_access_t *access,
222 SVN_ERR(svn_uri_get_dirent_from_file_url(&dirent, url, access->pool));
226 if (access->repos)
228 repos_root_dirent = svn_repos_path(access
176 handle_missing_file(svn_stream_t **stream, svn_checksum_t **checksum, config_access_t *access, const char *path, svn_boolean_t must_exist, svn_node_kind_t node_kind) argument
204 get_repos_config(svn_stream_t **stream, svn_checksum_t **checksum, config_access_t *access, const char *url, svn_boolean_t must_exist, apr_pool_t *scratch_pool) argument
279 get_file_config(svn_stream_t **stream, svn_checksum_t **checksum, config_access_t *access, const char *path, svn_boolean_t must_exist, apr_pool_t *scratch_pool) argument
311 get_generic_config(svn_stream_t **stream, svn_checksum_t **checksum, config_access_t *access, const char *path, svn_boolean_t must_exist, apr_pool_t *scratch_pool) argument
350 svn_repos__destroy_config_access(config_access_t *access) argument
356 svn_repos__get_config(svn_stream_t **stream, svn_checksum_t **checksum, config_access_t *access, const char *path, svn_boolean_t must_exist, apr_pool_t *scratch_pool) argument
[all...]
H A Dauthz_info.c50 authz_access_t access;
59 /* Check anonymous access first. */
70 /* Get the access rights for all authenticated users. */
72 access = (has_access ? acl->authn_access : authz_access_none);
74 /* Scan the ACEs in the ACL and merge the access rights. */
85 access |= ace->access;
91 *access_p = access;
150 /* Check if we have explicit rights for anonymous access. */
166 svn_boolean_t access
49 authz_access_t access; local
165 svn_boolean_t access = FALSE; local
[all...]
H A Dconfig_pool.c87 /* switch config data to r/o mode to guarantee thread-safe access */
119 config_access_t *access = svn_repos__create_config_access(preferred_repos,
125 err = svn_repos__get_config(&stream, &checksum, access, path, must_exist,
142 svn_repos__destroy_config_access(access);
117 config_access_t *access = svn_repos__create_config_access(preferred_repos, local
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dfsaccess.c36 isc_fsaccess_set(const char *path, isc_fsaccess_t access) { argument
51 result = check_bad_bits(access, is_dir);
61 if ((access & bits) != 0) { \
63 access &= ~bits; \
87 INSIST(access == 0);
/freebsd-11-stable/lib/libc/i386/sys/
H A Di386_set_watch.c37 int access, struct dbreg * d)
52 switch (access) {
72 mask |= access;
36 i386_set_watch(int watchnum, unsigned int watchaddr, int size, int access, struct dbreg * d) argument
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dunistd.h39 * access() related definitions for winXP
58 #define access _access macro
H A Dfsaccess.c21 * Note that Win32 does not have the concept of files having access
24 * different concept of controlling access.
26 * This code needs to be revisited to set up proper access control for
54 * In order to set or retrieve access information, we need to obtain
114 FAT_fsaccess_set(const char *path, isc_fsaccess_t access) { argument
124 if ((access & bits) != 0) { \
126 access &= ~bits; \
145 INSIST(access == 0);
154 NTFS_Access_Control(const char *filename, const char *user, int access, argument
197 caccess = access;
283 NTFS_fsaccess_set(const char *path, isc_fsaccess_t access, isc_boolean_t isdir) argument
299 isc_fsaccess_set(const char *path, isc_fsaccess_t access) argument
[all...]
/freebsd-11-stable/release/picobsd/floppy.tree/etc/
H A Dsnmpd.conf28 # Setting up the access control lists to the agent
44 access public "" any noauth 0 system none none
45 access local "" any noauth 0 all all all
57 # access public "" any noauth 0 all none none
58 # access private "" any noauth 0 all all none
/freebsd-11-stable/sys/arm64/include/
H A Ddebug_monitor.h54 enum dbg_access_t access);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_mgmt.h101 extern void ocs_mgmt_emit_property_name(ocs_textbuf_t *textbuf, int access, const char *name);
102 extern void ocs_mgmt_emit_string(ocs_textbuf_t *textbuf, int access, const char *name, const char *value);
104 extern void ocs_mgmt_emit_int(ocs_textbuf_t *textbuf, int access, const char *name, const char *fmt, ...);
105 extern void ocs_mgmt_emit_boolean(ocs_textbuf_t *textbuf, int access, const char *name, const int value);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_access.c49 static const char path[] = "access";
55 atf_tc_set_md_var(tc, "descr", "Test access(2) for EACCES");
76 ATF_REQUIRE(access(path, mode[i]) != 0);
91 atf_tc_set_md_var(tc, "descr", "Test access(2) for EFAULT");
102 ATF_REQUIRE(access(NULL, mode[i]) != 0);
107 ATF_REQUIRE(access((char *)-1, mode[i]) != 0);
115 atf_tc_set_md_var(tc, "descr", "Test access(2) for EINVAL");
122 atf_tc_expect_fail("arguments to access aren't validated; see "
127 ATF_REQUIRE(access("/usr", -1) != 0);
134 atf_tc_set_md_var(tc, "descr", "Test access(
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DStencil.h109 /// object bound to \p BaseId. The access is constructed idiomatically: if \p
113 Stencil access(llvm::StringRef BaseId, Stencil Member);
114 inline Stencil access(llvm::StringRef BaseId, llvm::StringRef Member) { function in namespace:clang::transformer
115 return access(BaseId, text(Member));
/freebsd-11-stable/sys/arm/include/
H A Ddebug_monitor.h60 enum dbg_access_t access __unused)
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dfaccessat.h58 ret = access(path, mode);
/freebsd-11-stable/tests/sys/audit/
H A DMakefile5 ATF_TESTS_C= file-attribute-access
18 SRCS.file-attribute-access+= file-attribute-access.c
19 SRCS.file-attribute-access+= utils.c
/freebsd-11-stable/usr.bin/svn/lib/libsvn_fs/
H A DMakefile10 SRCS= access.c \
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dparseie.awk97 access = 0
100 if($i == "access") {
101 access = 1
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_umem.h87 size_t size, int access, int dmasync);
99 int access, int dmasync) {
97 ib_umem_get(struct ib_ucontext *context, unsigned long addr, size_t size, int access, int dmasync) argument
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmcs.c252 uint32_t base, limit, access; local
254 error = vmcs_seg_desc_encoding(seg, &base, &limit, &access);
266 if (access != VMCS_INVALID_ENCODING) {
267 if ((error = vmwrite(access, desc->access)) != 0)
280 uint32_t base, limit, access; local
283 error = vmcs_seg_desc_encoding(seg, &base, &limit, &access);
297 if (access != VMCS_INVALID_ENCODING) {
298 if ((error = vmread(access, &u64)) != 0)
300 desc->access
[all...]

Completed in 296 milliseconds

1234567891011>>