Searched refs:sync (Results 76 - 100 of 181) sorted by relevance

12345678

/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dtty_private.h188 selectsync *sync);
189 extern status_t tty_deselect(tty_cookie *cookie, uint8 event, selectsync *sync);
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp227 selectsync *sync)
230 sync);
231 OVERLAY_CALL(select, cookie, event, sync)
239 selectsync *sync)
242 sync);
243 OVERLAY_CALL(deselect, cookie, event, sync)
829 DO_VOLUME_LOG("%s\n", "sync");
831 if (volume->super_volume->ops->sync != NULL)
832 result = volume->super_volume->ops->sync(volume->super_volume);
833 DO_VOLUME_LOG("sync resul
226 overlay_select(fs_volume *volume, fs_vnode *vnode, void *cookie, uint8 event, selectsync *sync) argument
238 overlay_deselect(fs_volume *volume, fs_vnode *vnode, void *cookie, uint8 event, selectsync *sync) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.h52 uint8 event, selectsync* sync);
54 uint8 event, selectsync* sync);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp223 if (!fVolume.ops->sync)
225 return fVolume.ops->sync(&fVolume);
524 selectsync* sync)
529 UserlandFS::KernelEmu::notify_select_event(sync, event, false);
532 return node->ops->select(&fVolume, node, cookie, event, sync);
538 selectsync* sync)
544 return node->ops->deselect(&fVolume, node, cookie, event, sync);
1168 fCapabilities.Set(FS_VOLUME_CAPABILITY_SYNC, fVolume.ops->sync);
523 Select(void* _node, void* cookie, uint8 event, selectsync* sync) argument
537 Deselect(void* _node, void* cookie, uint8 event, selectsync* sync) argument
/haiku-fatelf/src/system/kernel/device_manager/
H A DFileDevice.cpp306 FileDevice::Select(void* _cookie, uint8 event, selectsync* sync) argument
314 FileDevice::Deselect(void* cookie, uint8 event, selectsync* sync) argument
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Diofopncook.c109 JUMP_INIT(sync, INTUSE(_IO_file_sync)),
228 JUMP_INIT(sync, INTUSE(_IO_file_sync)),
H A Diopopen.c257 JUMP_INIT(sync, _IO_new_file_sync),
280 JUMP_INIT(sync, _IO_new_file_sync),
H A Dmemstream.c52 JUMP_INIT (sync, _IO_mem_sync),
76 JUMP_INIT (sync, (_IO_sync_t) _IO_wmem_sync),
H A Dobprintf.c106 JUMP_INIT(sync, NULL),
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A DVolume.h83 uint32 ref, selectsync* sync);
85 selectsync* sync);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A DKernelUserVolume.h57 uint32 ref, selectsync* sync);
59 selectsync* sync);
H A DUserVolume.cpp191 selectsync* sync)
198 UserVolume::Deselect(void* node, void* cookie, uint8 event, selectsync* sync) argument
190 Select(void* node, void* cookie, uint8 event, uint32 ref, selectsync* sync) argument
H A DUserVolume.h61 uint32 ref, selectsync* sync);
63 selectsync* sync);
H A Dkernel_emu.cpp165 notify_select_event(selectsync *sync, uint32 ref) argument
179 request->sync = sync;
/haiku-fatelf/src/add-ons/kernel/generic/tty/
H A Dtty.cpp1490 // notify pending select()s and cleanup the select sync pool
1789 tty_select(tty_cookie* cookie, uint8 event, uint32 ref, selectsync* sync) argument
1793 TRACE(("tty_select(cookie = %p, event = %u, ref = %lu, sync = %p)\n",
1794 cookie, event, ref, sync));
1805 notify_select_event(sync, event);
1819 status_t error = add_select_sync_pool_entry(&tty->select_pool, sync, event);
1835 notify_select_event(sync, event);
1842 notify_select_event(sync, event);
1856 notify_select_event(sync, event);
1872 tty_deselect(tty_cookie* cookie, uint8 event, selectsync* sync) argument
[all...]
/haiku-fatelf/src/system/kernel/fs/
H A Dfd.cpp533 select_sync* sync = info->sync; local
548 put_select_sync(sync);
557 info->sync, info->selected_events));
615 // As long as the info is in the list, we keep a reference to the sync
617 atomic_add(&info->sync->ref_count, 1);
632 info->sync, info->selected_events));
669 put_select_sync(info->sync);
/haiku-fatelf/headers/os/app/
H A DApplication.h70 bool sync = true);
/haiku-fatelf/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp428 SerialDevice::Select(uint8 event, uint32 ref, selectsync *sync) argument
433 return gTTYModule->tty_select(fSystemTTYCookie, event, ref, sync);
438 SerialDevice::DeSelect(uint8 event, selectsync *sync) argument
443 return gTTYModule->tty_deselect(fSystemTTYCookie, event, sync);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.h42 ND_Dirty, /* 1: Device is dirty, needs sync. */
44 ND_Sync, /* 1: Device is mounted with "-o sync" */
102 int (*sync)(struct ntfs_device *dev); member in struct:ntfs_device_operations
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.h22 status_t notify_select_event(selectsync *sync, uint8 event,
/haiku-fatelf/src/bin/network/tcpdump/lbl/
H A Dos-sunos4.h178 void sync(void);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/lbl/
H A Dos-sunos4.h178 void sync(void);
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dfilebuf.cc171 int filebuf::sync() function in class:filebuf
/haiku-fatelf/headers/private/graphics/common/
H A Dedid_raw.h236 stereo : 2, // upper bit set - left on sync
237 // lower bit set - right on sync
238 sync : 2,
/haiku-fatelf/src/add-ons/accelerants/common/
H A Ddecode_edid.c146 timing->sync = raw->sync;

Completed in 283 milliseconds

12345678