Searched refs:sync (Results 1 - 23 of 23) sorted by relevance

/darwin-on-arm/xnu/iokit/Families/IONVRAM/
H A DIONVRAMController.cpp55 void IONVRAMController::sync(void) function in class:IONVRAMController
/darwin-on-arm/xnu/iokit/IOKit/nvram/
H A DIONVRAMController.h41 virtual void sync(void);
/darwin-on-arm/xnu/osfmk/mach/
H A Dsync.defs33 * File: mach/sync.defs
44 sync 617000;
H A Dmach_port.defs255 * The sync value specifies whether a notification should
271 * than or equal to the sync value and there are no
282 sync : mach_port_mscount_t;
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile203 sync.2 \
/darwin-on-arm/xnu/iokit/IOKit/
H A DIONVRAM.h140 virtual void sync(void);
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_memory_object.c267 /* a cluster basis into fresh (as of sync time) cluster locations */
332 mach_port_mscount_t sync;
345 sync = 0;
349 sync = 1;
355 ipc_port_nsrequest(mem_obj, sync, mem_obj, &previous);
498 /* failure during its sync phase. In the mean time ... */
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_port.c215 mach_port_mscount_t sync,
223 sync, notify, notifyPoly, previous);
211 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
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_shutdown.c68 #include <sys/sysproto.h> /* abused for sync() */
134 sync(p, (void *)NULL, (int *)NULL);
143 * Release vnodes held by texts before sync.
156 sync(p, (void *)NULL, (int *)NULL);
160 * sync'ed up, suspend init
H A Dkdebug.c2524 sync(current_proc(), (void *)NULL, (int *)NULL);
/darwin-on-arm/xnu/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl143 select sem_wait semop sendmsg sendto sigsuspend stat symlink sync
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_port.c1366 * senders, sync is less than or equal to the
1373 * dead name, sync is non-zero, and a send-once
1391 * sync is zero or notify is IP_NULL.
1401 mach_port_mscount_t sync,
1441 if (sync != 0)
1470 ipc_port_nsrequest(port, sync, notify, previousp);
1481 kr = ipc_right_request_alloc(space, name, sync != 0,
1498 kr = ipc_right_request_alloc(space, name, sync != 0,
1397 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
H A Dipc_port.h375 mach_port_mscount_t sync,
H A Dipc_port.c464 mach_port_mscount_t sync,
476 if ((port->ip_srights == 0) && (sync <= mscount) &&
462 ipc_port_nsrequest( ipc_port_t port, mach_port_mscount_t sync, ipc_port_t notify, ipc_port_t *previousp) argument
/darwin-on-arm/xnu/iokit/Kernel/
H A DIONVRAM.cpp208 _freshInterval = TRUE; // we will allow sync() even before the first 15 minutes have passed.
213 void IODTNVRAM::sync(void) function in class:IODTNVRAM
217 // Don't try to sync OF Variables if the system has already paniced.
221 _nvramController->sync();
434 result = true; // We are not going to gaurantee sync, this is best effort
437 sync();
592 /* The call to sync() forces the NVRAM controller to write the panic info
595 sync();
H A DIOPlatformExpert.cpp905 gIOOptionsEntry->sync();
1243 if (dtNVRAM) dtNVRAM->sync();
H A DIOService.cpp590 bool sync; local
595 sync = (options & kIOServiceSynchronous)
600 sync = false;
609 // if( sync) LOG("OSKernelStackRemaining = %08x @ %s\n",
616 if( sync)
632 } else if( !sync || (kIOServiceAsynchronous & options)) {
H A DIOHibernateIO.cpp1727 gIOOptionsEntry->sync();
1859 gIOOptionsEntry->sync();
/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_omap3430.c375 uint32_t sync, vmode, flag; member in struct:omap_videomode
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c2172 * Read-ahead multiple disk blocks. The first is sync, the rest async.
2181 * Read-ahead multiple disk blocks. The first is sync, the rest async.
2196 int sync, wasdelayed; local
2206 sync = !ISSET(bp->b_flags, B_ASYNC);
2213 if (!sync) {
2234 if (sync) {
3971 * Can be enabled to print out on every ``sync'' by setting "syncprt"
H A Dvfs_syscalls.c2045 sync(__unused proc_t p, __unused struct sync_args *uap, __unused int32_t *retval) function
8421 /* issue the sync for this volume */
8469 error = tsleep((caddr_t)&sync_wait_time, PVFS|PCATCH, "sync-wait", 0);
8758 * An in-kernel sync for power management to call.
8770 error = sync(current_proc(), &data, &retval[0]);
/darwin-on-arm/xnu/osfmk/arm/armv/
H A Dcpufunc-v7.s175 * We assume that the code here can never be out of sync with the
273 * We assume that the code here can never be out of sync with the
320 isb @ instruction sync barrier
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c1856 * Test mknod, sync system calls.
1893 /* not really sure what to do with sync call test */
1894 sync( );

Completed in 181 milliseconds