Searched refs:access (Results 1 - 25 of 43) sorted by path

12

/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h171 op_access *access; member in struct:vnode_ops
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp336 DO_LOG("access mode: %#x\n", mode);
337 OVERLAY_CALL(access, mode)
338 DO_LOG("access result: %#" B_PRIx32 "\n", result);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequestBuilder.h53 uint32 access, uint64 id, OpenCreate oc,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp139 // VM file access
144 // cache file access
161 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_ACCESS, fFSOps->access);
H A DBeOSKernelVolume.cpp333 if (!fFSOps->access)
335 return fFSOps->access(fVolumeCookie, node, mode);
H A Dfs_interface.h190 beos_op_access *access; member in struct:beos_vnode_ops
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp313 // cache file access
330 capabilities.Set(FS_VNODE_CAPABILITY_ACCESS, ops->access);
H A DHaikuKernelVolume.cpp627 if (!node->ops->access)
629 return node->ops->access(&fVolume, node, mode);
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c665 if (access("/var/lib/pcmcia", R_OK) == 0) {
/haiku/src/bin/rc/
H A Drdef.cpp169 if (access(tmpname, R_OK) == 0) {
/haiku/src/bin/unzip/
H A Dfileio.c247 if (access(G.filename, 0) == -1) {
/haiku/src/build/libroot/
H A Dfs_darwin.cpp119 // call access() ignoring fd
121 : access(path, accessMode);
135 : access(fullPath, accessMode);
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dvnet.h238 * access it. If a caller may sleep while accessing the list, it must use
298 #define SYSCTL_VNET_INT(parent, nbr, name, access, ptr, val, descr) \
300 CTLTYPE_INT|CTLFLAG_MPSAFE|CTLFLAG_VNET|(access), \
302 #define SYSCTL_VNET_PROC(parent, nbr, name, access, ptr, arg, handler, \
304 CTASSERT(((access) & CTLTYPE) != 0); \
305 SYSCTL_OID(parent, nbr, name, CTLFLAG_VNET|(access), ptr, arg, \
307 #define SYSCTL_VNET_OPAQUE(parent, nbr, name, access, ptr, len, fmt, \
310 CTLTYPE_OPAQUE|CTLFLAG_VNET|(access), ptr, len, \
312 #define SYSCTL_VNET_STRING(parent, nbr, name, access, arg, len, descr) \
314 CTLTYPE_STRING|CTLFLAG_VNET|(access), \
[all...]
/haiku/src/system/libroot/posix/unistd/
H A Daccess.c16 access(const char* path, int accessMode) function
/haiku/headers/os/drivers/
H A Dfs_interface.h126 /* VM file access */
140 /* cache file access */
166 status_t (*access)(fs_volume* volume, fs_vnode* vnode, int mode); member in struct:fs_vnode_ops
/haiku/headers/posix/
H A Dunistd.h16 /* access modes */
336 extern int access(const char *path, int accessMode);
447 /* access permissions */
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h359 // disk device/partition read access
365 // partition write access
770 /* file access modes for open() */
1648 /* access modes */
1665 #define access fssh_access macro
1696 /* access permissions */
H A Dfssh_fs_interface.h137 /* VM file access */
153 /* cache file access */
182 fssh_status_t (*access)(fssh_fs_volume *volume, fssh_fs_vnode *vnode, member in struct:fssh_fs_vnode_ops
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h77 * releasedir, fsyncdir, access, create, ftruncate, fgetattr, lock,
151 /** Change the access and/or modification times of a file
345 * Check file access permissions
347 * This will be called for the access() system call. If the
355 int (*access) (const char *, int); member in struct:fuse_operations
435 * Change the access and modification times of a file with
H A Dfuse_compat.h47 int (*access) (const char *, int); member in struct:fuse_operations_compat25
H A Dfuse_lowlevel.h749 * Check file access permissions
751 * This will be called for the access() system call. If the
764 * @param mask requested access mode
766 void (*access) (fuse_req_t req, fuse_ino_t ino, int mask); member in struct:fuse_lowlevel_ops
H A Dfuse_lowlevel_compat.h61 void (*access) (fuse_req_t req, fuse_ino_t ino, int mask); member in struct:fuse_lowlevel_ops_compat25
128 void (*access) (fuse_req_t req, fuse_ino_t ino, int mask); member in struct:fuse_lowlevel_ops_compat
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexregion.c259 * the access.
279 goto access;
351 access:
354 * access
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c969 uint32_t access, byte = 0; local
982 /* Enable access. */
983 access = CSR_READ_4(sc, BGE_NVRAM_ACCESS);
984 CSR_WRITE_4(sc, BGE_NVRAM_ACCESS, access | BGE_NVRAMACC_ENABLE);
1006 /* Disable access. */
1007 CSR_WRITE_4(sc, BGE_NVRAM_ACCESS, access);
1041 * auto access interface for reading the EEPROM. We use the auto
1042 * access method.
1051 * Enable use of auto EEPROM access so we can avoid
1125 /* Poll for the PHY register access t
[all...]
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp234 // #pragma mark - VM access
538 return sourceNode->ops->access(sourceVolume, sourceNode, mode);
1165 // VM file access

Completed in 268 milliseconds

12