Symbol: repeat
crypto/krb5/src/util/verto/ev.c
3341
if (w->repeat)
crypto/krb5/src/util/verto/ev.c
3343
ev_at (w) += w->repeat;
crypto/krb5/src/util/verto/ev.c
3347
assert (("libev: negative ev_timer repeat value found while processing timers", w->repeat > 0.));
crypto/krb5/src/util/verto/ev.c
3888
assert (("libev: ev_timer_start called with negative timer repeat value", w->repeat >= 0.));
crypto/krb5/src/util/verto/ev.c
3943
if (w->repeat)
crypto/krb5/src/util/verto/ev.c
3945
ev_at (w) = mn_now + w->repeat;
crypto/krb5/src/util/verto/ev.c
3952
else if (w->repeat)
crypto/krb5/src/util/verto/ev.c
3954
ev_at (w) = w->repeat;
crypto/krb5/src/util/verto/ev.c
4233
w->timer.repeat = w->interval ? w->interval : DEF_STAT_INTERVAL;
crypto/krb5/src/util/verto/ev.c
4247
w->timer.repeat = 0.; /* filesystem is local, kernel new enough */
crypto/krb5/src/util/verto/ev.c
4249
w->timer.repeat = w->interval ? w->interval : NFS_STAT_INTERVAL; /* remote, use reduced frequency */
crypto/krb5/src/util/verto/ev.c
4254
w->timer.repeat = w->interval ? w->interval : DEF_STAT_INTERVAL;
crypto/krb5/src/util/verto/ev.c
4435
w->timer.repeat = w->interval ? w->interval : DEF_STAT_INTERVAL;
crypto/krb5/src/util/verto/ev.h
331
ev_tstamp repeat; /* rw */
crypto/krb5/src/util/verto/ev.h
694
#define ev_timer_set(ev,after_,repeat_) do { ((ev_watcher_time *)(ev))->at = (after_); (ev)->repeat = (repeat_); } while (0)
crypto/krb5/src/util/verto/ev.h
708
#define ev_timer_init(ev,cb,after,repeat) do { ev_init ((ev), (cb)); ev_timer_set ((ev),(after),(repeat)); } while (0)
crypto/openssl/test/quic_record_test.c
10008
static int test_wire_pkt_hdr_actual(int tidx, int repeat, int cipher,
crypto/openssl/test/quic_record_test.c
10026
hpr_key[9] = (unsigned char)repeat;
crypto/openssl/test/quic_record_test.c
10188
static int test_wire_pkt_hdr_inner(int tidx, int repeat, int cipher)
crypto/openssl/test/quic_record_test.c
10195
if (!TEST_true(test_wire_pkt_hdr_actual(tidx, repeat, cipher,
crypto/openssl/test/quic_record_test.c
10201
if (!TEST_true(test_wire_pkt_hdr_actual(tidx, repeat, cipher, i)))
crypto/openssl/test/quic_record_test.c
10238
int tidx, repeat, cipher;
crypto/openssl/test/quic_record_test.c
10246
repeat = idx % HPR_REPEAT_COUNT;
crypto/openssl/test/quic_record_test.c
10251
return test_wire_pkt_hdr_inner(tidx, repeat, cipher);
lib/libc/regex/regcomp.c
138
static void repeat(struct parse *p, sopno start, int from, int to);
lib/libc/regex/regcomp.c
1483
repeat(p, start+1, 1, to);
lib/libc/regex/regcomp.c
1503
repeat(p, copy, 1, to-1);
lib/libc/regex/regcomp.c
1511
repeat(p, copy, from-1, to-1);
lib/libc/regex/regcomp.c
1515
repeat(p, copy, from-1, to);
lib/libc/regex/regcomp.c
606
repeat(p, pos, count, count2);
lib/libc/regex/regcomp.c
983
repeat(p, pos, count, count2);
lib/libusb/libusb20.c
103
repeat:
lib/libusb/libusb20.c
115
goto repeat;
lib/libusb/libusb20_ugen20.c
250
repeat:
lib/libusb/libusb20_ugen20.c
265
goto repeat;
sbin/ddb/ddb_capture.c
128
repeat:
sbin/ddb/ddb_capture.c
143
goto repeat;
sbin/ddb/ddb_script.c
64
repeat:
sbin/ddb/ddb_script.c
79
goto repeat;
stand/kshim/bsd_kernel.c
1178
repeat:
stand/kshim/bsd_kernel.c
1192
goto repeat;
stand/kshim/bsd_kernel.c
467
repeat:
stand/kshim/bsd_kernel.c
478
goto repeat;
sys/amd64/vmm/vmm_instruction_emul.c
768
int error, fault, opsize, seg, repeat;
sys/amd64/vmm/vmm_instruction_emul.c
781
repeat = vie->repz_present | vie->repnz_present;
sys/amd64/vmm/vmm_instruction_emul.c
783
if (repeat) {
sys/amd64/vmm/vmm_instruction_emul.c
920
if (repeat) {
sys/amd64/vmm/vmm_instruction_emul.c
943
int error, opsize, repeat;
sys/amd64/vmm/vmm_instruction_emul.c
948
repeat = vie->repz_present | vie->repnz_present;
sys/amd64/vmm/vmm_instruction_emul.c
950
if (repeat) {
sys/amd64/vmm/vmm_instruction_emul.c
984
if (repeat) {
sys/compat/linuxkpi/common/src/linux_usb.c
1164
repeat:
sys/compat/linuxkpi/common/src/linux_usb.c
1172
goto repeat;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
239
u_long repeat, bits;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
256
repeat = 1;
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
279
repeat = bhnd_nvram_val_nelem(value);
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
282
repeat = va_arg(ap, size_t);
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
288
repeat = strtoul(p, &endp, 10);
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
519
for (u_long n = 0; n < repeat; n++) {
sys/dev/bwn/if_bwn_phy_g.c
2441
int lower, repeat, cnt = 0;
sys/dev/bwn/if_bwn_phy_g.c
2450
repeat = (BWN_HAS_LOOPBACK(phy)) ? 4 : 1;
sys/dev/bwn/if_bwn_phy_g.c
2496
} while (++cnt < repeat);
sys/dev/gpio/gpiokeys.c
114
int repeat;
sys/dev/gpio/gpiokeys.c
227
callout_reset(&key->repeat_callout, key->repeat,
sys/dev/gpio/gpiokeys.c
303
key->repeat = (hz * AUTOREPEAT_REPEAT) / 1000;
sys/dev/gpio/gpiokeys.c
304
if (key->repeat == 0)
sys/dev/gpio/gpiokeys.c
305
key->repeat = 1;
sys/dev/gpio/gpiokeys.c
365
key->autorepeat, key->repeat, key->repeat_delay);
sys/dev/iicbus/controller/opencores/iicoc.c
146
iicoc_iicbus_start_common(device_t dev, u_char slave, int timeout, bool repeat)
sys/dev/iicbus/controller/opencores/iicoc.c
156
if (!repeat && iicoc_wait_on_status(dev, OC_STATUS_BUSY) < 0)
sys/dev/iwm/if_iwm_time_event.c
369
time_cmd.repeat = 1;
sys/dev/iwm/if_iwmreg.h
2910
uint8_t repeat;
sys/dev/iwx/if_iwxreg.h
3122
uint8_t repeat;
sys/dev/sbni/if_sbni.c
372
int repeat;
sys/dev/sbni/if_sbni.c
377
repeat = 0;
sys/dev/sbni/if_sbni.c
381
repeat = 1;
sys/dev/sbni/if_sbni.c
389
repeat = 1;
sys/dev/sbni/if_sbni.c
393
} while (repeat);
sys/dev/smartpqi/smartpqi_queue.c
542
int repeat = 0;
sys/dev/smartpqi/smartpqi_queue.c
560
if (repeat < 1) {
sys/dev/smartpqi/smartpqi_queue.c
561
repeat++;
sys/dev/sound/usb/uaudio.c
5223
uint8_t repeat = 1;
sys/dev/sound/usb/uaudio.c
5240
repeat = 0;
sys/dev/sound/usb/uaudio.c
5291
if (repeat) {
sys/dev/usb/controller/atmegadci.c
345
repeat:
sys/dev/usb/controller/atmegadci.c
431
goto repeat;
sys/dev/usb/controller/atmegadci.c
457
repeat:
sys/dev/usb/controller/atmegadci.c
516
goto repeat;
sys/dev/usb/controller/atmegadci.c
617
repeat:
sys/dev/usb/controller/atmegadci.c
621
goto repeat;
sys/dev/usb/controller/avr32dci.c
363
repeat:
sys/dev/usb/controller/avr32dci.c
440
goto repeat;
sys/dev/usb/controller/avr32dci.c
460
repeat:
sys/dev/usb/controller/avr32dci.c
514
goto repeat;
sys/dev/usb/controller/avr32dci.c
605
repeat:
sys/dev/usb/controller/avr32dci.c
609
goto repeat;
sys/dev/usb/controller/dwc_otg.c
2140
repeat:
sys/dev/usb/controller/dwc_otg.c
2309
goto repeat;
sys/dev/usb/controller/dwc_otg.c
2694
repeat:
sys/dev/usb/controller/dwc_otg.c
2744
goto repeat;
sys/dev/usb/controller/dwc_otg.c
2761
goto repeat;
sys/dev/usb/controller/dwc_otg.c
2783
goto repeat;
sys/dev/usb/controller/dwc_otg.c
2796
goto repeat;
sys/dev/usb/controller/dwc_otg.c
2808
repeat:
sys/dev/usb/controller/dwc_otg.c
2812
goto repeat;
sys/dev/usb/controller/ehci.c
1408
repeat:
sys/dev/usb/controller/ehci.c
1415
goto repeat;
sys/dev/usb/controller/musb_otg.c
1453
repeat:
sys/dev/usb/controller/musb_otg.c
1570
goto repeat;
sys/dev/usb/controller/musb_otg.c
1599
repeat:
sys/dev/usb/controller/musb_otg.c
1697
goto repeat;
sys/dev/usb/controller/musb_otg.c
1730
repeat:
sys/dev/usb/controller/musb_otg.c
1919
goto repeat;
sys/dev/usb/controller/musb_otg.c
2173
repeat:
sys/dev/usb/controller/musb_otg.c
2177
goto repeat;
sys/dev/usb/controller/musb_otg.c
2234
repeat:
sys/dev/usb/controller/musb_otg.c
2352
goto repeat;
sys/dev/usb/controller/ohci.c
1085
repeat:
sys/dev/usb/controller/ohci.c
1092
goto repeat;
sys/dev/usb/controller/uhci.c
1391
repeat:
sys/dev/usb/controller/uhci.c
1398
goto repeat;
sys/dev/usb/controller/uss820dci.c
390
repeat:
sys/dev/usb/controller/uss820dci.c
492
goto repeat;
sys/dev/usb/controller/uss820dci.c
512
repeat:
sys/dev/usb/controller/uss820dci.c
597
goto repeat;
sys/dev/usb/controller/uss820dci.c
720
repeat:
sys/dev/usb/controller/uss820dci.c
723
goto repeat;
sys/dev/usb/input/ums.c
277
repeat:
sys/dev/usb/input/ums.c
320
goto repeat;
sys/dev/usb/serial/usb_serial.c
1721
repeat:
sys/dev/usb/serial/usb_serial.c
1746
goto repeat;
sys/dev/usb/template/usb_template.c
777
repeat:
sys/dev/usb/template/usb_template.c
903
goto repeat;
sys/dev/usb/usb_hub.c
2768
repeat:
sys/dev/usb/usb_hub.c
2899
goto repeat;
sys/dev/usb/usb_hub.c
616
repeat:
sys/dev/usb/usb_hub.c
729
goto repeat;
sys/dev/usb/usb_transfer.c
3224
repeat:
sys/dev/usb/usb_transfer.c
3283
goto repeat;
sys/fs/ext2fs/ext2_extents.c
1145
repeat:
sys/fs/ext2fs/ext2_extents.c
1185
goto repeat;
sys/fs/ext2fs/ext2_extents.c
1254
repeat:
sys/fs/ext2fs/ext2_extents.c
1280
goto repeat;
sys/kern/kern_jailmeta.c
258
bool repeat;
sys/kern/kern_jailmeta.c
268
repeat = false;
sys/kern/kern_jailmeta.c
377
repeat = true;
sys/kern/kern_jailmeta.c
388
if (repeat && ++repeats < 3)
sys/netinet/tcp_lro.c
1144
repeat:
sys/netinet/tcp_lro.c
1195
goto repeat;
tests/sys/kern/sigwait.c
62
support_create_timer(uint64_t sec, long int nsec, bool repeat,
tests/sys/kern/sigwait.c
71
{ .tv_sec = repeat ? sec : 0, .tv_nsec = repeat ? nsec : 0 },
usr.bin/tr/str.c
142
goto repeat;
usr.bin/tr/str.c
152
goto repeat;
usr.bin/tr/str.c
157
repeat:
usr.bin/units/units.c
394
int repeat = 1;
usr.bin/units/units.c
398
repeat = item[strlen(item) - 1] - '0';
usr.bin/units/units.c
401
for (; repeat; repeat--) {
usr.sbin/kbdcontrol/kbdcontrol.c
1057
int repeat;
usr.sbin/kbdcontrol/kbdcontrol.c
1063
repeat = 504;
usr.sbin/kbdcontrol/kbdcontrol.c
1068
repeat = 126;
usr.sbin/kbdcontrol/kbdcontrol.c
1073
repeat = 0;
usr.sbin/kbdcontrol/kbdcontrol.c
1084
repeat = strtol(opt, &v1, 0);
usr.sbin/kbdcontrol/kbdcontrol.c
1085
if ((repeat < 0) || (*opt == '\0') || (*v1 != '\0')) {
usr.sbin/kbdcontrol/kbdcontrol.c
1095
if (repeat <= kbrates[n])
usr.sbin/kbdcontrol/kbdcontrol.c
1101
arg[1] = repeat;
usr.sbin/ndp/ndp.c
251
opts.repeat = atoi(optarg);
usr.sbin/ndp/ndp.c
252
if (opts.repeat < 0) {
usr.sbin/ndp/ndp.c
830
if (opts.repeat) {
usr.sbin/ndp/ndp.c
833
sleep(opts.repeat);
usr.sbin/ndp/ndp.h
13
int repeat;
usr.sbin/ndp/ndp_netlink.c
388
if (opts.repeat) {
usr.sbin/ndp/ndp_netlink.c
391
sleep(opts.repeat);