| /freebsd/contrib/processor-trace/libipt/test/src/ | 
| H A D | ptunit-sync.c | 78 	const uint8_t *sync;  in sync_fwd_null()  local95 	const uint8_t *sync;  in sync_bwd_null()  local
 112 	const uint8_t *sync;  in sync_fwd_empty()  local
 125 	const uint8_t *sync;  in sync_bwd_empty()  local
 138 	const uint8_t *sync;  in sync_fwd_none()  local
 149 	const uint8_t *sync;  in sync_bwd_none()  local
 160 	const uint8_t *sync;  in sync_fwd_here()  local
 174 	const uint8_t *sync;  in sync_bwd_here()  local
 188 	const uint8_t *sync;  in sync_fwd()  local
 202 	const uint8_t *sync;  in sync_bwd()  local
 [all …]
 
 | 
| /freebsd/sys/contrib/openzfs/module/zfs/ | 
| H A D | zcp_synctask.c | 85     dsl_syncfunc_t *syncfunc, void *arg, boolean_t sync, const char *err_dsname)  in zcp_sync_task()133 zcp_synctask_clone(lua_State *state, boolean_t sync, nvlist_t *err_details)  in zcp_synctask_clone()
 177 zcp_synctask_destroy(lua_State *state, boolean_t sync, nvlist_t *err_details)  in zcp_synctask_destroy()
 229 zcp_synctask_promote(lua_State *state, boolean_t sync, nvlist_t *err_details)  in zcp_synctask_promote()
 266 zcp_synctask_rollback(lua_State *state, boolean_t sync, nvlist_t *err_details)  in zcp_synctask_rollback()
 298 zcp_synctask_snapshot(lua_State *state, boolean_t sync, nvlist_t *err_details)  in zcp_synctask_snapshot()
 362 zcp_synctask_rename_snapshot(lua_State *state, boolean_t sync,  in zcp_synctask_rename_snapshot()
 432 zcp_synctask_inherit_prop(lua_State *state, boolean_t sync,  in zcp_synctask_inherit_prop()
 479 zcp_synctask_bookmark(lua_State *state, boolean_t sync, nvlist_t *err_details)  in zcp_synctask_bookmark()
 523 zcp_synctask_set_prop(lua_State *state, boolean_t sync, nvlist_t *err_details)  in zcp_synctask_set_prop()
 [all …]
 
 | 
| /freebsd/contrib/processor-trace/libipt/src/ | 
| H A D | pt_sync.c | 130 int pt_sync_set(const uint8_t **sync, const uint8_t *pos,  in pt_sync_set()161 int pt_sync_forward(const uint8_t **sync, const uint8_t *pos,  in pt_sync_forward()
 209 int pt_sync_backward(const uint8_t **sync, const uint8_t *pos,  in pt_sync_backward()
 
 | 
| H A D | pt_packet_decoder.c | 91 	const uint8_t *pos, *sync, *begin;  in pt_pkt_sync_forward()  local131 	const uint8_t *pos, *sync;  in pt_pkt_sync_backward()  local
 191 	const uint8_t *begin, *sync;  in pt_pkt_get_sync_offset()  local
 
 | 
| /freebsd/contrib/ntp/ntpd/ | 
| H A D | refclock_wwv.c | 480 struct sync { global()  struct 482 maxengsync global()  argument
 483 noiengsync global()  argument
 486 mepochsync global()  argument
 488 ampsync global()  argument
 489 synengsync global()  argument
 490 synmaxsync global()  argument
 491 synsnrsync global()  argument
 504 refidsync global()  argument
 [all...]
 | 
| /freebsd/tools/test/stress2/misc/ | 
| H A D | statfs.sh | 78 	sync();  function
 | 
| H A D | suj23.sh | 385 	sync();  function
 | 
| /freebsd/sys/dev/cxgbe/ | 
| H A D | t4_l2t.c | 148 mk_write_l2e(struct adapter *sc, struct l2t_entry *e, int sync, int reply, in mk_write_l2e()   argument 170 t4_write_l2e(struct l2t_entry *e, int sync) in t4_write_l2e()   argument
 409 	const bool sync = GET_TID(rpl) & F_SYNC_WR; in do_l2t_write_rpl()   local
 
 | 
| /freebsd/contrib/processor-trace/libipt/internal/include/ | 
| H A D | pt_packet_decoder.h | 44 	const uint8_t *sync;  member
 | 
| H A D | pt_query_decoder.h | 51 	const uint8_t *sync;  member
 | 
| /freebsd/usr.sbin/bhyve/ | 
| H A D | mevent_test.c | 118 	struct esync *sync = param;  in echoer_callback()  local128 	struct esync sync;  in echoer()  local
 
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ | 
| H A D | Parallel.h | 82   void sync() const {  in sync()  function102   void sync() const { L.sync(); }  in sync()  function
 
 | 
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/ | 
| H A D | InstrumentationRuntimeASanLibsanitizers.cpp | 107   const bool sync = false;  in Activate()  local
 | 
| /freebsd/contrib/kyua/utils/process/ | 
| H A D | systembuf.cpp | 142 systembuf::sync(void)  in sync()  function in systembuf
 | 
| /freebsd/contrib/libfido2/fuzz/ | 
| H A D | Makefile | 26 sync: run  target 
 | 
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ | 
| H A D | tsan_rtl_thread.cpp | 111   VectorClock *sync;  member289   VectorClock *sync;  member
 
 | 
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ | 
| H A D | InstrumentationRuntimeASan.cpp | 305 const bool sync = false; Activate()  local 
 | 
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ | 
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 218   const bool sync = false;  in Activate()  local
 | 
| /freebsd/contrib/libpcap/ | 
| H A D | pcap-npf.c | 442 pcap_sendqueue_transmit_npf(pcap_t *p, pcap_send_queue *queue, int sync)  in pcap_sendqueue_transmit_npf()507 pcap_live_dump_ended_npf(pcap_t *p, int sync)  in pcap_live_dump_ended_npf()
 548 pcap_live_dump_ended_npf(pcap_t *p, int sync)  in pcap_live_dump_ended_npf()
 
 | 
| /freebsd/sys/dev/proto/ | 
| H A D | proto_dev.h | 79 		} sync;  member
 | 
| /freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ | 
| H A D | zfs_znode_impl.h | 77 #define	zn_flush_cached_data(zp, sync)	write_inode_now(ZTOI(zp), sync)  argument
 | 
| /freebsd/contrib/ofed/opensm/libvendor/ | 
| H A D | osm_vendor_ibumad_sa.c | 340 	boolean_t sync;  in __osmv_send_sa_req()  local
 | 
| /freebsd/stand/usb/ | 
| H A D | usb_busdma_loader.c | 273 usb_pc_load_mem(struct usb_page_cache *pc, usb_size_t size, uint8_t sync)  in usb_pc_load_mem()
 | 
| /freebsd/sys/dev/cxgbe/tom/ | 
| H A D | t4_tom_l2t.c | 323 	const bool sync = GET_TID(rpl) & F_SYNC_WR; in do_l2t_write_rpl2()   local 
 | 
| /freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ | 
| H A D | zfs_znode_impl.h | 126 #define	zn_flush_cached_data(zp, sync)	vn_flush_cached_data(ZTOV(zp), sync)  argument
 |