| /freebsd-13.1/contrib/processor-trace/libipt/test/src/ |
| H A D | ptunit-sync.c | 78 const uint8_t *sync; in sync_fwd_null() local 95 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-13.1/usr.sbin/bhyve/ |
| H A D | mevent_test.c | 120 struct esync *sync = param; in echoer_callback() local 122 pthread_mutex_lock(&sync->e_mt); in echoer_callback() 123 pthread_cond_signal(&sync->e_cond); in echoer_callback() 124 pthread_mutex_unlock(&sync->e_mt); in echoer_callback() 130 struct esync sync; in echoer() local 136 pthread_mutex_init(&sync.e_mt, NULL); in echoer() 139 pthread_mutex_lock(&sync.e_mt); in echoer() 147 while (!pthread_cond_wait(&sync.e_cond, &sync.e_mt)) { in echoer() 159 pthread_mutex_unlock(&sync.e_mt); in echoer() 160 pthread_mutex_destroy(&sync.e_mt); in echoer() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | zcp_synctask.c | 89 if (!sync) in zcp_sync_task() 157 dsl_destroy_snapshot_sync, &ddsa, sync, dsname); in zcp_synctask_destroy() 163 dsl_destroy_head_sync, &ddha, sync, dsname); in zcp_synctask_destroy() 202 dsl_dataset_promote_sync, &ddpa, sync, dsname); in zcp_synctask_promote() 233 dsl_dataset_rollback_sync, &ddra, sync, dsname); in zcp_synctask_rollback() 287 dsl_dataset_snapshot_sync, &ddsa, sync, dsname); in zcp_synctask_snapshot() 419 dsl_bookmark_create_sync, &dbca, sync, source); in zcp_synctask_bookmark() 461 &args, sync, dsname); in zcp_synctask_set_prop() 505 err = info->func(state, sync, err_details); in zcp_synctask_wrapper() 525 zcp_load_synctask_lib(lua_State *state, boolean_t sync) in zcp_load_synctask_lib() argument [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | qcom,q6afe.txt | 54 - qcom,tdm-sync-mode: 58 0 - Short sync bit mode 59 1 - Long sync mode 60 2 - Short sync slot mode 62 - qcom,tdm-sync-src: 76 - qcom,tdm-invert-sync: 87 with respect to sync edge. 119 qcom,tdm-sync-mode = <1>: 120 qcom,tdm-sync-src = <1>; 130 qcom,tdm-sync-mode = <1>: [all …]
|
| /freebsd-13.1/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() argument 136 if (!sync || !pos || !config) in pt_sync_set() 156 *sync = pos; in pt_sync_set() 161 int pt_sync_forward(const uint8_t **sync, const uint8_t *pos, in pt_sync_forward() argument 166 if (!sync || !pos || !config) in pt_sync_forward() 204 *sync = current; in pt_sync_forward() 209 int pt_sync_backward(const uint8_t **sync, const uint8_t *pos, in pt_sync_backward() argument 214 if (!sync || !pos || !config) in pt_sync_backward() 245 *sync = next; in pt_sync_backward()
|
| H A D | pt_packet_decoder.c | 99 sync = decoder->sync; in pt_pkt_sync_forward() 104 if (pos == sync) in pt_pkt_sync_forward() 123 decoder->sync = sync; in pt_pkt_sync_forward() 124 decoder->pos = sync; in pt_pkt_sync_forward() 131 const uint8_t *pos, *sync; in pt_pkt_sync_backward() local 145 decoder->sync = sync; in pt_pkt_sync_backward() 146 decoder->pos = sync; in pt_pkt_sync_backward() 165 decoder->sync = pos; in pt_pkt_sync_set() 191 const uint8_t *begin, *sync; in pt_pkt_get_sync_offset() local 197 sync = decoder->sync; in pt_pkt_get_sync_offset() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
| H A D | slog_replay_fs_001.ksh | 112 oflag=sync bs=1k count=8 117 oflag=sync bs=1k count=1 119 oflag=sync bs=512 count=1 141 oflag=sync bs=128k count=64 145 oflag=sync bs=128k count=8 147 oflag=sync bs=128k count=2 150 oflag=sync bs=128k count=8 152 oflag=sync bs=128k count=2 seek=2 155 oflag=sync bs=128k count=8 157 oflag=sync bs=128k count=2 seek=2 conv=notrunc [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
| H A D | tst.snapshot_neg.zcp | 27 assert(zfs.sync.snapshot("ceci_nest_pas_une_dataset") == EINVAL); 28 assert(zfs.sync.snapshot(fs1) == EINVAL) 29 assert(zfs.sync.snapshot(fs1 .. "@" .. longstring) == ENAMETOOLONG) 31 assert(zfs.sync.snapshot(fs2 .. "@snap1") == 0) 33 assert(zfs.sync.snapshot(fs2 .. "@snap2") == EAGAIN) 35 assert(zfs.sync.snapshot(fs1 .. "@snap1") == EEXIST)
|
| H A D | tst.promote_multiple.ksh | 66 assert(zfs.sync.promote("$clone2") == 0) 67 assert(zfs.sync.promote("$clone2") == 0) 68 assert(zfs.sync.destroy("$clone1") == 0)
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
| H A D | zfs_clone_livelist_condense_races.ksh | 52 log_must zpool sync $TESTPOOL 56 log_must zpool sync $TESTPOOL 66 log_must zpool sync $TESTPOOL 81 log_must zpool sync $TESTPOOL 86 log_must zpool sync $TESTPOOL 98 log_must zpool sync $TESTPOOL
|
| H A D | zfs_clone_livelist_dedup.ksh | 57 log_must zpool sync $TESTPOOL 62 log_must zpool sync $TESTPOOL 70 log_must zpool sync $TESTPOOL 73 log_must zpool sync $TESTPOOL
|
| H A D | zfs_destroy_dev_removal_condense.ksh | 68 log_must zpool sync $TESTPOOL2 79 log_must zpool sync $TESTPOOL2 81 log_must zpool sync $TESTPOOL2 87 log_must zpool sync $TESTPOOL2
|
| H A D | zfs_clone_livelist_condense_and_disable.ksh | 69 log_must zpool sync $TESTPOOL 77 log_must zpool sync $TESTPOOL 94 log_must zpool sync $TESTPOOL 106 log_must zpool sync $TESTPOOL
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/ |
| H A D | removal_nopwrite.ksh | 35 dd if=/dev/urandom of=$TESTDIR/file_8k bs=1024k count=$MEGS oflag=sync \ 38 dd if=/dev/urandom of=$TESTDIR/file_128k bs=1024k count=$MEGS oflag=sync \ 49 oflag=sync conv=notrunc >/dev/null 2>&1 || log_fail "dd failed." 54 oflag=sync conv=notrunc >/dev/null 2>&1 || log_fail "dd failed." 76 oflag=sync conv=notrunc >/dev/null 2>&1 || log_fail "dd failed." 84 oflag=sync conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | panel-timing.yaml | 99 description: Horizontal sync length panel timing 138 description: Vertical sync length panel timing 152 Horizontal sync pulse. 159 Vertical sync pulse. 182 Drive sync on rising or sample sync on falling edge. 184 Use 0 to drive sync on falling edge and 185 sample sync on rising edge of pixel clock. 186 Use 1 to drive sync on rising edge and 187 sample sync on falling edge of pixel clock
|
| /freebsd-13.1/contrib/processor-trace/libipt/internal/include/ |
| H A D | pt_sync.h | 50 extern int pt_sync_forward(const uint8_t **sync, const uint8_t *pos, 52 extern int pt_sync_backward(const uint8_t **sync, const uint8_t *pos, 68 extern int pt_sync_set(const uint8_t **sync, const uint8_t *pos,
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_fd.cpp | 28 FdSync *sync; member 99 if (d->sync) { in init() 100 unref(thr, pc, d->sync); in init() 101 d->sync = 0; in init() 106 d->sync = s; in init() 109 d->sync = &fdctx.globsync; in init() 164 FdSync *s = d->sync; in FdAcquire() 175 FdSync *s = d->sync; in FdRelease() 212 unref(thr, pc, d->sync); in FdClose() 213 d->sync = 0; in FdClose() [all …]
|
| /freebsd-13.1/libexec/rc/ |
| H A D | rc.suspend | 56 /bin/sync && /bin/sync && /bin/sync
|
| H A D | rc.resume | 56 /bin/sync && /bin/sync && /bin/sync
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/ |
| H A D | zvol_misc_zil.ksh | 58 for sync in ${sync_prop_vals[@]}; do 60 log_must zfs create -V $VOLSIZE -b 128K -o sync=$sync \
|
| /freebsd-13.1/contrib/ntp/scripts/ntp-wait/ |
| H A D | ntp-wait.in | 41 my $sync = $info->{status_line}{sync}; 43 if ($leap =~ /(sync|leap)_alarm/) {
|
| /freebsd-13.1/usr.sbin/apmd/ |
| H A D | README | 90 exec "sync && sync && sync"; 96 posted by an LCD close), run the sync command 3 times and wait for a 168 exec "sync && sync && sync"; 189 # exec "sync && sync && sync";
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iio/imu/ |
| H A D | adi,adis16475.yaml | 63 adi,sync-mode: 76 This property must be present if the clock mode is scaled-sync through 106 adi,sync-mode: 112 adi,sync-mode: 117 adi,sync-mode: [ clocks ]
|
| /freebsd-13.1/contrib/libfido2/fuzz/ |
| H A D | Makefile | 25 sync: run target 29 corpus: sync 33 ${TARGETS}: corpus sync 78 .PHONY: build run sync corpus ${TARGETS} ${CORPORA}
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/ |
| H A D | resilver_restart_001.ksh | 156 log_must zpool sync $TESTPOOL1 158 log_must zpool sync $TESTPOOL1 180 log_must zpool sync $TESTPOOL1 181 log_must zpool sync $TESTPOOL1
|