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

12345678

/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-rdp.c248 I'be been unable to make it reliably sync up with the change
250 with no more action. So I took all that code out. I'd rather sync
257 int sync = 0; local
262 time_t stop_time = now + 10; /* Try and sync for 10 seconds, then give up */
265 while (time (0) < stop_time && !sync)
310 while (!sync && (restype = serial_readchar (io, 1)) > 0)
365 sync = 1;
378 sync = 1;
388 if (!sync)
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.c98 int sync; member in struct:cma_id_private
473 if (id_priv->sync)
500 id_priv->sync = 1;
849 if (!id_priv->sync)
1543 if (!id_priv->sync)
1957 if (evt->id_priv->sync) {
2259 int ret, sync; local
2262 if (id_priv->sync && !channel)
2265 if ((sync = (channel == NULL))) {
2277 if (sync)
[all...]
/freebsd-11-stable/tools/bus_space/
H A Dbusdma.c551 ioc.u.sync.op = op;
552 ioc.u.sync.base = ofs;
553 ioc.u.sync.size = len;
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sa.c429 boolean_t sync; local
527 /* we can support async as well as sync calls */
528 sync = ((p_query_req->flags & OSM_SA_FLAGS_SYNC) == OSM_SA_FLAGS_SYNC);
535 if (sync) {
H A Dosm_vendor_ibumad_sa.c340 boolean_t sync; local
451 /* we can support async as well as sync calls */
452 sync = ((p_query_req->flags & OSM_SA_FLAGS_SYNC) == OSM_SA_FLAGS_SYNC);
459 if (sync) {
/freebsd-11-stable/usr.sbin/diskinfo/
H A Ddiskinfo.c345 sync();
347 sync();
348 sync();
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk37 sync.o \
/freebsd-11-stable/stand/usb/
H A Dusb_busdma_loader.c274 usb_pc_load_mem(struct usb_page_cache *pc, usb_size_t size, uint8_t sync) argument
287 if (sync == 0) {
/freebsd-11-stable/release/tools/
H A Dvmimage.subr237 sync
/freebsd-11-stable/contrib/libpcap/pcap/
H A Dpcap.h381 * not in sync with the system clock, that could be because the
592 PCAP_API u_int pcap_sendqueue_transmit(pcap_t *p, pcap_send_queue* queue, int sync);
600 PCAP_API int pcap_live_dump_ended(pcap_t *p, int sync);
/freebsd-11-stable/sbin/fsck_ffs/
H A Dmain.c86 sync();
587 sync();
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dios.cpp449 ios_base::sync_with_stdio(bool sync) argument
453 previous_state = sync;
/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3.c1358 /* Release delayed sync requests if possible. */
1496 * Return TRUE if the given sync request is colliding with a in-progress regular
1541 * Releases delayed regular requests which don't collide anymore with sync
1568 * Releases delayed sync requests which don't collide anymore with regular
1675 struct g_raid3_disk_sync *sync; local
1692 sync = &disk->d_sync;
1693 if (sync->ds_offset == sc->sc_mediasize / (sc->sc_ndisks - 1) ||
1694 sync->ds_consumer == NULL ||
1697 sync->ds_inflight--;
1698 if (sync
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.c186 PUFFSOP_SETFSNOP(pops, sync);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Djupiter.h10 #define JUPITER_SYNC 0x81ff /* sync word (book says 0xff81 !?!?) */
48 u_short sync; /* (JUPITER_SYNC) */ member in struct:jheader
196 #define JUPITER_O_PULSE_UTC 0x2 /* GPS/UTC sync */
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h155 sync() function in class:stdio_sync_filebuf
/freebsd-11-stable/contrib/binutils/ld/emultempl/
H A Dspu_ovl.S266 sync
/freebsd-11-stable/lib/libc/db/recno/
H A Drec_open.c191 dbp->sync = __rec_sync;
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dswtch64.S148 sync /* Make sure all of that finished */
/freebsd-11-stable/sys/dev/iir/
H A Diir_ctrl.c278 p->dvr.event_data.size = sizeof(p->dvr.event_data.eu.sync);
/freebsd-11-stable/sys/vm/
H A Dphys_pager.c240 phys_pager_putpages(vm_object_t object, vm_page_t *m, int count, boolean_t sync, argument
H A Dsg_pager.c211 boolean_t sync, int *rtvals)
210 sg_pager_putpages(vm_object_t object, vm_page_t *m, int count, boolean_t sync, int *rtvals) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c28 * group sync. This ensures that no other changes can be written concurrently
38 * result of the need to wait for a transaction group sync to pass for every
40 * can be performed at once in one txg sync.
57 * These calls are sorted into submodules, such as zfs.list and zfs.sync, for
823 zcp_eval_impl(dmu_tx_t *tx, boolean_t sync, zcp_eval_arg_t *evalargs) argument
841 ri.zri_sync = sync;
1017 * they are basically dry-runs of their counterparts in the zfs.sync
1032 zcp_eval(const char *poolname, const char *program, boolean_t sync, argument
1088 lua_setfield(state, -2, "sync");
1144 if (sync) {
[all...]
/freebsd-11-stable/rescue/rescue/
H A DMakefile56 sync test
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-npf.c381 pcap_sendqueue_transmit_npf(pcap_t *p, pcap_send_queue *queue, int sync) argument
395 (BOOLEAN)sync);
468 pcap_live_dump_ended_npf(pcap_t *p, int sync) argument
472 return (PacketIsDumpEnded(pw->adapter, (BOOLEAN)sync));

Completed in 168 milliseconds

12345678