Searched refs:access (Results 251 - 275 of 364) sorted by relevance

<<1112131415

/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mr.c152 /* Used for memory re-registeration. HCA protects the access */
270 mmr->mmr.access = mr_access_flags;
/freebsd-12-stable/sys/geom/
H A Dgeom_ccd.c935 .access = g_ccd_access,
H A Dgeom_slice.c542 gp->access = g_slice_access;
/freebsd-12-stable/sys/geom/mountver/
H A Dg_mountver.c259 KASSERT(sc != NULL, ("Trying to access withered provider \"%s\".", pp->name));
304 gp->access = g_mountver_access;
329 gctl_error(req, "Cannot access provider %s.", pp->name);
545 G_MOUNTVER_DEBUG(0, "Cannot access %s; "
606 G_MOUNTVER_DEBUG(0, "Cannot access %s; error = %d.", pp->name, error);
/freebsd-12-stable/sys/geom/nop/
H A Dg_nop.c69 .access = g_nop_access,
/freebsd-12-stable/sys/mips/cavium/
H A Docteon_ebt3000_cf.c110 * the bool loader has configure attribute memory properly. We then access
122 * access this like CF_16 with the comingled registers. Yet we can't access
173 .access = cf_access,
264 * Traditional 8-bit PC Card/CF bus access.
272 * True IDE access. lower 8 bits on a 16-bit bus (see above).
281 * Traditional 8-bit PC Card/CF bus access.
290 * True IDE access. lower 8 bits on a 16-bit bus (see above).
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dcreate.cc327 ASSERT_EQ(0, access(FULLPATH, F_OK)) << strerror(errno);
H A Dutils.cc207 in.body.access.mask == access_mode);
/freebsd-12-stable/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c190 if (access(ret, F_OK) != 0) {
191 fprintf(stderr, "Cannot access data file %s: %s\n",
/freebsd-12-stable/sbin/mdconfig/
H A Dmdconfig.c298 access(mdio.md_file, W_OK) < 0 &&
/freebsd-12-stable/usr.bin/units/
H A Dunits.c804 if (access(UNITSFILE, F_OK) == 0)
/freebsd-12-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c268 TOK_ACCESS, /* access operator */
724 oid2str->access |= (uint32_t) val;
/freebsd-12-stable/contrib/gcc/
H A Dcollect2.c410 return access (name, R_OK) == 0;
601 if (access (name, X_OK) == 0)
617 if (access (temp, X_OK) == 0)
634 && access (temp, X_OK) == 0)
644 && access (temp, X_OK) == 0)
915 if (access (DEFAULT_LINKER, X_OK) == 0)
2264 if (access (name, R_OK) == 0)
/freebsd-12-stable/contrib/amd/include/
H A Dam_xdr_func.h329 u_int access; member in struct:am_ACCESS3args
335 u_int access; member in struct:am_ACCESS3resok
/freebsd-12-stable/lib/libc/tests/nss/
H A Dgethostby_test.c974 if (access(hostlist_file, R_OK) != 0) {
975 printf("can't access the hostlist file %s\n", hostlist_file);
993 if (access(snapshot_file, W_OK | R_OK) != 0) {
1000 printf("can't access the snapshot file %s\n",
/freebsd-12-stable/sys/geom/stripe/
H A Dg_stripe.c858 gp->access = g_stripe_access;
956 gp->access = g_stripe_access;
/freebsd-12-stable/contrib/subversion/
H A Dbuild.conf921 description = Test platform-specific auth provider access
1605 diff diff3 diff4 fsfs-access-map
1650 [fsfs-access-map]
1653 sources = fsfs-access-map.c
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp400 ClangASTContext::ConvertAccessTypeToAccessSpecifier(AccessType access) { argument
401 switch (access) {
1334 // Function templates inside a record need to have an access specifier.
1335 // It doesn't matter what access specifier we give the template as LLDB
1523 // Make the access equal to the stricter of the field and the nested field's
1524 // access
2520 ConvertAccessTypeToObjCIvarAccessControl(AccessType access) { argument
2521 switch (access) {
4236 decl->setAccess(clang::AS_public); // TODO respect proper access specifier
4357 decl->setAccess(clang::AS_public); // TODO respect proper access specifie
6864 AddFieldToRecordType( const CompilerType &type, llvm::StringRef name, const CompilerType &field_clang_type, AccessType access, uint32_t bitfield_bit_size) argument
7078 AddVariableToRecordType( const CompilerType &type, llvm::StringRef name, const CompilerType &var_type, AccessType access) argument
7120 AddMethodToCXXRecordType( lldb::opaque_compiler_type_t type, llvm::StringRef name, const char *mangled_name, const CompilerType &method_clang_type, lldb::AccessType access, bool is_virtual, bool is_static, bool is_inline, bool is_explicit, bool is_attr_used, bool is_artificial) argument
7312 CreateBaseClassSpecifier(lldb::opaque_compiler_type_t type, AccessType access, bool is_virtual, bool base_of_class) argument
7564 AddMethodToObjCObjectType( const CompilerType &type, const char *name, const CompilerType &method_clang_type, lldb::AccessType access, bool is_artificial, bool is_variadic, bool is_objc_direct_call) argument
[all...]
/freebsd-12-stable/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk382 class_add_prop(Var, p_access, "access") # VAccess
2942 function var_new(access, name, type, _obj) {
2943 obj_assert_class(access, VAccess)
2947 # The access modifier dictates the permitted identifier format.
2950 if (access != VAccessInternal && name ~ SVAR_IDENT_REGEX) {
2953 } else if (access == VAccessInternal) {
2962 set(_obj, p_access, access)
2971 # in any output (e.g. has an access specifier of VAccessInternal).
3819 # Check for access modifier
/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dmain.c105 #define access _access macro
931 if (!access(f, F_OK))
949 if (access(f, F_OK))
1295 failure_start(file, line, "Can't access %s\n", pathname);
1815 failure_start(file, line, "Can't access %s\n", pathname);
/freebsd-12-stable/sys/contrib/rdma/krping/
H A Dkrping.c724 cb->reg_mr_wr.access = IB_ACCESS_REMOTE_READ;
726 cb->reg_mr_wr.access = IB_ACCESS_REMOTE_WRITE | IB_ACCESS_LOCAL_WRITE;
1805 fr.access = IB_ACCESS_REMOTE_WRITE | IB_ACCESS_LOCAL_WRITE;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp37 // If this exact symbol opens a scope, we can just directly access its
772 lldb::AccessType access = local
780 context, access, uname, ttk, lldb::eLanguageTypeC_plus_plus, &metadata);
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c513 reply(530, "User %s access denied.", name);
549 reply(530, "User %s access denied.", name);
578 reply(530, "User %s access denied.", name);
644 * Determine whether a user has access, based on information in
764 reply(code, "Guest login ok, access restrictions apply.");
984 access(name, R_OK) == 0){
996 if (access(ext, R_OK) == 0) {
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1123 WRAPPER2(int , access, const char *path, int mode)
1128 MF_VALIDATE_EXTENT (path, CLAMPADD(n, 1), __MF_CHECK_READ, "access path");
1129 return access (path, mode);
/freebsd-12-stable/contrib/amd/amd/
H A Dnfs_subr.c697 * Update last access to original node. This
1230 u_int accessbits = argp->access;
1253 result.res_u.ok.access = accessbits & accessmask;

Completed in 274 milliseconds

<<1112131415