Searched defs:sync (Results 26 - 50 of 73) sorted by relevance

123

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDCL.cpp575 initWithParams( OSSet * updateSet, unsigned rangesCount, IOVirtualRange ranges[], UInt8 sync, UInt8 tag ) argument
/macosx-10.10/Libc-1044.1.2/include/
H A Ddb.h108 int (*sync)(const struct __db *, unsigned int); member in struct:__db
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dmach++.cpp113 mach_port_t Port::requestNotify(mach_port_t notify, mach_msg_id_t type, mach_port_mscount_t sync) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmach++.cpp113 mach_port_t Port::requestNotify(mach_port_t notify, mach_msg_id_t type, mach_port_mscount_t sync) argument
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dcp.c177 int sync; /* fsync() each file after copy */ member in struct:State_s
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSOSCloudCircleServer.c575 static void do_with_account_dynamic(void (^action)(SOSAccountRef account), bool sync) { argument
/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteDatabase.cpp249 void SQLiteDatabase::setSynchronous(SynchronousPragma sync) argument
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Dmailabbrev.el
/macosx-10.10/libdispatch-442.1.4/private/
H A Dintrospection_private.h202 sync:1, member in struct:dispatch_introspection_queue_block_s
251 sync:1, member in struct:dispatch_introspection_queue_function_s
/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_lookup.c1377 int msdosfs_dir_flush(struct denode *dep, int sync) argument
H A Dmsdosfs_fat.c635 void msdosfs_meta_flush_internal(struct msdosfsmount *pmp, int sync) argument
680 void msdosfs_meta_flush(struct msdosfsmount *pmp, int sync) argument
H A Dmsdosfs_vnops.c1081 int msdosfs_fsync_internal(vnode_t vp, int sync, int do_dirs, vfs_context_t context) argument
/macosx-10.10/ntfs-84/kext/
H A Dntfs_mft.c512 ntfs_mft_mirror_sync(ntfs_volume *vol, const s64 rec_no, const MFT_RECORD *m, const BOOL sync) argument
/macosx-10.10/xnu-2782.1.97/libsyscall/mach/
H A Dmach_port.c231 mach_port_request_notification( ipc_space_t task, mach_port_name_t name, mach_msg_id_t msgid, mach_port_mscount_t sync, mach_port_t notify, mach_msg_type_name_t notifyPoly, mach_port_t *previous) argument
/macosx-10.10/xnu-2782.1.97/osfmk/bank/
H A Dbank.c213 bank_release_value( ipc_voucher_attr_manager_t __assert_only manager, mach_voucher_attr_key_t __assert_only key, mach_voucher_attr_value_handle_t value, mach_voucher_attr_value_reference_t sync) argument
662 bank_task_dealloc( bank_task_t bank_task, mach_voucher_attr_value_reference_t sync) argument
695 bank_account_dealloc_with_sync( bank_account_t bank_account, mach_voucher_attr_value_reference_t sync) argument
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_port.c512 ipc_port_nsrequest( ipc_port_t port, mach_port_mscount_t sync, ipc_port_t notify, ipc_port_t *previousp) argument
H A Dmach_port.c1486 mach_port_request_notification( ipc_space_t space, mach_port_name_t name, mach_msg_id_t id, mach_port_mscount_t sync, ipc_port_t notify, ipc_port_t *previousp) argument
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCommand.cpp1714 AsyncStreamCmd::AsyncStreamCmd(Device& userclient, UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, CommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon ) argument
1729 AsyncStreamCmd::Alloc( Device& userclient, UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, CommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon) argument
H A DIOFireWireLibDevice.cpp1846 CreateAsyncStreamCommand( UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2755 S_CreateAsyncStreamCommand( IOFireWireLibDeviceRef self, UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
H A DIOFireWireLibPriv.h321 UInt32 sync; member in struct:IOFireWireLib::CommandSubmitParams
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Desh-proc.el
/macosx-10.10/ntp-92/ntpd/
H A Djupiter.h48 u_short sync; /* (JUPITER_SYNC) */ member in struct:jheader
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIONVRAM.cpp234 void IODTNVRAM::sync(void) function in class:IODTNVRAM
/macosx-10.10/xnu-2782.1.97/osfmk/atm/
H A Datm.c252 atm_release_value( ipc_voucher_attr_manager_t __assert_only manager, mach_voucher_attr_key_t __assert_only key, mach_voucher_attr_value_handle_t value, mach_voucher_attr_value_reference_t sync) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDb.java462 public void sync(int flags) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_sync(swigCPtr, this, flags); } method in class:Db

Completed in 431 milliseconds

123