Searched refs:io (Results 1 - 25 of 149) sorted by path

123456

/haiku-fatelf/headers/os/drivers/
H A Ddevice_manager.h180 status_t (*io)(void *cookie, io_request *request); member in struct:device_module_info
H A Dfs_interface.h134 status_t (*io)(fs_volume* volume, fs_vnode* vnode, void* cookie, member in struct:fs_vnode_ops
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Dcistpl.h477 cistpl_io_t io; member in struct:cistpl_cftable_entry_t
497 u_char io; member in struct:cistpl_cftable_entry_cb_t
H A Dcs.h55 struct io { struct in union:adjust_t::__anon268
59 } io; member in union:adjust_t::__anon268
H A Dds.h137 io_req_t io; member in struct:dev_link_t
/haiku-fatelf/headers/private/drivers/
H A Dscsi_periph.h107 status_t (*io)(scsi_periph_device device, io_operation *operation, member in struct:scsi_periph_interface
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_fs_interface.h148 fssh_status_t (*io)(fssh_fs_volume *volume, fssh_fs_vnode *vnode, member in struct:fssh_fs_vnode_ops
/haiku-fatelf/headers/private/kernel/arch/m68k/
H A Darch_cpu.h71 uint32 io:1; member in struct:mc68060_fslw
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A DRKintern.h924 int (*d_io) /* jisho he tango to cache no io */
940 #define DST_IO(dm, cp, io) (DST_PROC(dm).d_io)(dm, cp, io)
1178 int _Rkpio(struct DM *dm, struct ncache *cp, int io);
1184 int _Rktio( struct DM *dm,struct ncache *cp,int io);
H A Dpermdic.c557 _Rkpio(struct DM *dm, struct ncache *cp, int io) argument
560 if (io == 0) {
H A Dtempdic.c641 int io)
643 if (io == 0) {
638 _Rktio( struct DM *dm, struct ncache *cp, int io) argument
/haiku-fatelf/src/add-ons/kernel/drivers/audio/hda/
H A Ddriver.h222 } io; member in union:hda_widget::__anon1544
H A Dhda_codec.cpp272 widget.d.io.formats & B_FMT_8BIT_S ? "8bits " : "",
273 widget.d.io.formats & B_FMT_16BIT ? "16bits " : "",
274 widget.d.io.formats & B_FMT_20BIT ? "20bits " : "",
275 widget.d.io.formats & B_FMT_24BIT ? "24bits " : "",
276 widget.d.io.formats & B_FMT_32BIT ? "32bits " : "",
277 widget.d.io.formats & B_FMT_FLOAT ? "float " : "",
278 widget.d.io.formats & B_FMT_DOUBLE ? "double " : "",
279 widget.d.io.formats & B_FMT_EXTENDED ? "extended " : "",
280 widget.d.io.formats & B_FMT_BITSTREAM ? "bitstream " : "");
282 widget.d.io
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/
H A Dscsi_cd.cpp678 // layers - we can then set scsi_periph::io() as callback for the scheduler
680 status_t status = sSCSIPeripheral->io(info->scsi_periph_device, operation,
/haiku-fatelf/src/add-ons/kernel/drivers/disk/scsi/scsi_disk/
H A Dscsi_disk.cpp175 // layers - we can then set scsi_periph::io() as callback for the scheduler
177 status_t status = sSCSIPeripheral->io(info->scsi_periph_device, operation,
/haiku-fatelf/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp290 return sourceNode->ops->io(sourceVolume, sourceNode, cookie, request);
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1212 OVERLAY_CALL(io, cookie, request)
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp170 DO_LOG("io cookie: %p; request: %p (write: %s; offset: %lld; length: %llu)"
173 OVERLAY_CALL(io, cookie, request)
174 DO_LOG("io result: 0x%08lx\n", result);
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp726 result = fSuperVnode.ops->io(SuperVolume(), &fSuperVnode,
1708 TRACE("relaying op: io\n");
1710 if (superVnode->ops->io != NULL) {
1711 return superVnode->ops->io(volume->super_volume, superVnode,
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp630 CLEAR_UNSUPPORTED(FS_VNODE_CAPABILITY_IO, io);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp310 capabilities.Set(FS_VNODE_CAPABILITY_IO, ops->io);
H A DHaikuKernelVolume.cpp386 if (!node->ops->io)
402 error = node->ops->io(&fVolume, node, cookie, (io_request*)request);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A Dpop3.cpp289 BMailMessageIO io(this, &file, toRetrieve);
291 status = io.Seek(0, SEEK_END);
/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStdLibFileIO.cpp11 # include <io.h>
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/libbz2/
H A Dbzlib.c1377 # include <io.h>

Completed in 216 milliseconds

123456