Searched defs:ops (Results 1 - 25 of 36) sorted by last modified time

12

/haiku/src/tools/fs_shell/
H A Dvfs.cpp1884 fssh_new_vnode(fssh_fs_volume *volume, fssh_vnode_id vnodeID, void *privateNode, fssh_fs_vnode_ops *ops) argument
1924 fssh_publish_vnode(fssh_fs_volume *volume, fssh_vnode_id vnodeID, void *privateNode, fssh_fs_vnode_ops *ops, int type, uint32_t flags) argument
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp3680 new_vnode(fs_volume* volume, ino_t vnodeID, void* privateNode, fs_vnode_ops* ops) argument
3729 publish_vnode(fs_volume* volume, ino_t vnodeID, void* privateNode, fs_vnode_ops* ops, int type, uint32 flags) argument
[all...]
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp1021 _user_xsi_semop(int semaphoreID, struct sembuf *ops, size_t numOps) argument
/haiku/headers/private/kernel/fs/
H A Dfd.h53 struct fd_ops *ops; member in struct:file_descriptor
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp55 VNodeOps* ops; member in struct:Volume::VNode
61 VNode(ino_t id, void* clientNode, VNodeOps* ops) argument
389 VNodeOps* ops = fFileSystem->GetVNodeOps(capabilities); local
447 VNodeOps* ops = fFileSystem->GetVNodeOps(capabilities); local
1107 VNodeOps* ops = fFileSystem->GetVNodeOps(reply->capabilities); local
4578 fs_vnode_ops* ops = vnode->ops->ops; local
[all...]
H A DFileSystem.cpp216 VNodeOps* ops = fVNodeOps.Clear(); local
561 VNodeOps* ops local
590 PutVNodeOps(VNodeOps* ops) argument
613 _InitVNodeOpsVector(fs_vnode_ops* ops, const FSVNodeCapabilities& capabilities) argument
[all...]
/haiku/src/servers/app/
H A DDrawState.cpp493 uint32 ops[] = { local
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp359 FUSEFileSystem::_InitClientFS(const fuse_operations* ops, size_t opSize, argument
268 FinishInitClientFS(fuse_config* config, const fuse_operations* ops, size_t opSize, void* userData) argument
283 FinishInitClientFS(fuse_config* config, const fuse_lowlevel_ops* ops, size_t opSize, void* userData) argument
[all...]
H A Dfuse_fs.cpp375 fuse_fs_new(const struct fuse_operations* ops, size_t opSize, void* userData) argument
[all...]
H A DFUSELowLevel.cpp66 fuse_ll_init(const fuse_lowlevel_ops* ops, void* userdata, struct fuse_conn_info* conn) argument
75 fuse_ll_destroy(const fuse_lowlevel_ops* ops, void* userdata) argument
84 fuse_ll_lookup(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name, argument
100 fuse_ll_getattr(const fuse_lowlevel_ops* ops, fuse_ino_ argument
114 fuse_ll_setattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const struct stat *attr, int to_set) argument
129 fuse_ll_readlink(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size) argument
143 fuse_ll_mkdir(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name, mode_t mode) argument
157 fuse_ll_unlink(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name) argument
170 fuse_ll_rmdir(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name) argument
183 fuse_ll_symlink(const fuse_lowlevel_ops* ops, const char* link, fuse_ino_t parent, const char* name) argument
197 fuse_ll_rename(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name, fuse_ino_t newparent, const char *newname) argument
211 fuse_ll_link(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_ino_t newparent, const char *newname) argument
225 fuse_ll_open(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_file_info* ffi) argument
239 fuse_ll_read(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t bufferSize, off_t position, fuse_file_info* ffi) argument
254 fuse_ll_write(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const char *buf, size_t size, off_t off, struct fuse_file_info *fi) argument
268 fuse_ll_flush(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_file_info* ffi) argument
281 fuse_ll_release(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_file_info* ffi) argument
294 fuse_ll_fsync(const fuse_lowlevel_ops* ops, fuse_ino_t ino, int datasync, fuse_file_info* ffi) argument
307 fuse_ll_opendir(const fuse_lowlevel_ops* ops, fuse_ino_t inode, struct fuse_file_info* ffi) argument
327 fuse_ll_readdir(const fuse_lowlevel_ops* ops, fuse_ino_t ino, void* cookie, char* buffer, size_t bufferSize, ReadDirBufferFiller filler, off_t pos, fuse_file_info* ffi) argument
347 fuse_ll_releasedir(const fuse_lowlevel_ops* ops, fuse_ino_t ino, struct fuse_file_info *fi) argument
360 fuse_ll_statfs(const fuse_lowlevel_ops* ops, fuse_ino_t inode, struct statvfs* stat) argument
374 fuse_ll_getxattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const char *name, char* buffer, size_t size) argument
389 fuse_ll_listxattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size) argument
403 fuse_ll_access(const fuse_lowlevel_ops* ops, fuse_ino_t ino, int mask) argument
416 fuse_ll_create(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name, mode_t mode, struct fuse_file_info *fi, fuse_ino_t& ino) argument
[all...]
/haiku/src/libs/compat/openbsd_network/compat/machine/
H A Dbus.h104 bus_dmamap_sync_obsd(bus_dma_tag_t tag, bus_dmamap_t dmam, bus_addr_t offset, bus_size_t length, int ops) argument
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_hw.h425 struct igc_mac_operations ops; member in struct:igc_mac_info
455 struct igc_phy_operations ops; member in struct:igc_phy_info
478 struct igc_nvm_operations ops; member in struct:igc_nvm_info
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_vf.h217 struct e1000_mac_operations ops; member in struct:e1000_mac_info
250 struct e1000_mbx_operations ops; member in struct:e1000_mbx_info
H A De1000_hw.h811 struct e1000_mac_operations ops; member in struct:e1000_mac_info
856 struct e1000_phy_operations ops; member in struct:e1000_phy_info
889 struct e1000_nvm_operations ops; member in struct:e1000_nvm_info
944 struct e1000_mbx_operations ops; member in struct:e1000_mbx_info
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h63 fssh_fs_volume_ops* ops; member in struct:fssh_fs_volume
70 fssh_fs_vnode_ops* ops; member in struct:fssh_fs_vnode
/haiku/headers/os/drivers/
H A Dfs_interface.h64 fs_volume_ops* ops; member in struct:fs_volume
73 fs_vnode_ops* ops; member in struct:fs_vnode
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp44 enum ops { enum
/haiku/headers/private/file_systems/
H A DQueryParser.h90 enum ops { enum in namespace:QueryParser
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c136 const plugin_operations_t *ops; local
382 const plugin_operations_t *ops; local
492 const plugin_operations_t *ops; local
562 const plugin_operations_t *ops; local
690 const plugin_operations_t *ops; local
868 const plugin_operations_t *ops; local
978 const plugin_operations_t *ops; local
1102 const plugin_operations_t *ops; local
1152 const plugin_operations_t *ops; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c1227 struct iwn_ops *ops = &sc->ops; local
1270 struct iwn_ops *ops = &sc->ops; local
2133 struct iwn_ops *ops = &sc->ops; local
2191 struct iwn_ops *ops = &sc->ops; local
3030 struct iwn_ops *ops = &sc->ops; local
3460 struct iwn_ops *ops = &sc->ops; local
3985 struct iwn_ops *ops = &sc->ops; local
4855 struct iwn_ops *ops = &sc->ops; local
5465 struct iwn_ops *ops = &sc->ops; local
5989 struct iwn_ops *ops = &sc->ops; local
6033 struct iwn_ops *ops = &sc->ops; local
6741 struct iwn_ops *ops = &sc->ops; local
7334 struct iwn_ops *ops = &sc->ops; local
7455 struct iwn_ops *ops = &sc->ops; local
7493 struct iwn_ops *ops = &sc->ops; local
7584 struct iwn_ops *ops = &sc->ops; local
7621 struct iwn_ops *ops = &sc->ops; local
8744 struct iwn_ops *ops = &sc->ops; local
[all...]
H A Dif_iwnvar.h264 struct iwn_ops ops; member in struct:iwn_softc
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ioctl.c1305 } ops[] = { local
/haiku/src/system/boot/platform/atari_m68k/
H A Dvideo.cpp84 ModeOps *ops; member in struct:video_mode
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_mii_bitbang.c72 mii_bitbang_sync(device_t dev, mii_bitbang_ops_t ops) argument
92 mii_bitbang_sendbits(device_t dev, mii_bitbang_ops_t ops, uint32_ argument
118 mii_bitbang_readreg(device_t dev, mii_bitbang_ops_t ops, int phy, int reg) argument
166 mii_bitbang_writereg(device_t dev, mii_bitbang_ops_t ops, int phy, int reg, int val) argument
[all...]
/haiku/src/libs/compat/freebsd_iflib/compat/sys/
H A Dkobj.h59 static inline void kobj_class_compile_static(kobj_class_t cls, kobj_ops_t ops) {} argument

Completed in 179 milliseconds

12