Searched refs:IO (Results 1 - 10 of 10) sorted by relevance

/haiku/src/system/kernel/device_manager/
H A DBaseDevice.cpp89 BaseDevice::IO(void* cookie, io_request* request) function in class:BaseDevice
H A DAbstractModuleDevice.cpp79 status = IO(cookie, &request);
116 AbstractModuleDevice::IO(void* cookie, io_request* request) function in class:AbstractModuleDevice
119 return BaseDevice::IO(cookie, request);
H A DBaseDevice.h40 virtual status_t IO(void* cookie, io_request* request);
H A DFileDevice.h39 virtual status_t IO(void* cookie, io_request* request);
H A DAbstractModuleDevice.h38 virtual status_t IO(void* cookie, io_request* request);
H A DFileDevice.cpp229 FileDevice::IO(void* _cookie, io_request* request) function in class:FileDevice
H A Ddevfs.cpp1812 return vnode->stream.u.dev.device->IO(cookie->device_cookie, request);
/haiku/src/bin/unzip/
H A Dttyio.c194 * IO$_SENSEMODE/SETMODE info: Programming, Vol. 7A, System Programming,
213 /* use sys$qio and the IO$_SENSEMODE function to determine the current
214 * tty status (for password reading, could use IO$_READVBLK function
217 status = sys$qiow(0, DevChan, IO$_SENSEMODE, &iosb, 0, 0,
233 /* use the IO$_SETMODE function to change the tty status */
234 status = sys$qiow(0, DevChan, IO$_SETMODE, &iosb, 0, 0,
271 IO$_READVBLK|IO$M_NOECHO|IO$M_NOFILTR,
/haiku/src/system/kernel/fs/
H A Dvfs_request_io.cpp76 virtual status_t IO(off_t offset, void* buffer, size_t* length) = 0;
96 virtual status_t IO(off_t offset, void* buffer, size_t* length) function in class:CallbackIO
117 virtual status_t IO(off_t offset, void* buffer, size_t* length) function in class:VnodeIO
316 error = io.IO(fileVec.offset, vecBase, &transferred);
365 status_t error = io.IO(offset, vecBase, &transferred);
/haiku/src/bin/pcmcia-cs/
H A Dyacc_cis.y60 %token VCC VPP1 VPP2 IO MEM
294 io: cftab IO NUMBER '-' NUMBER

Completed in 113 milliseconds