HomeSort by: relevance | last modified time | path
    Searched refs:attempt (Results 1 - 18 of 18) sorted by relevancy

  /src/usr.bin/rump_wmd/
rump_wmd.sh 140 for attempt in ${ALLCOMP}; do
141 debug 2 Component attempt: ${attempt}
145 ${attempt} ${CURCOMP} ${RUMPBASE} 2>&1 \
150 CURCOMP="${attempt} ${CURCOMP}"
151 filter ${attempt} ALLCOMP
152 debug 1 Found ${undef} from ${attempt}
  /src/usr.bin/make/unit-tests/
deptgt-silent-jobs.mk 7 # In job.c 1.83 from 2003.12.20.00.18.22, in an attempt to fix
varmod-assign.mk 77 # expect: make: Invalid attempt to assign "value" to variable "" via modifier "::="
83 # expect: make: Invalid attempt to assign "overwritten" to variable "" via modifier "::="
89 # expect: make: Invalid attempt to assign "appended" to variable "" via modifier "::+="
varname-dot-suffixes.mk 62 # attempt at setting the variable named '.SUFFIXES' is rejected.
directive-for-escape.mk 127 # The second attempt to cover the code for nested '{}' in ExprLen.
cond-token-plain.mk 252 # A half-baked attempt at hiding this implementation detail is
varmod-ifelse.mk 228 # In var.c 1.1028 from 2022-08-08, there was another attempt at fixing this
  /src/sys/dev/i2c/
tda19988.c 539 int attempt, err; local in function:tda19988_read_edid_block
556 for (attempt = 0; attempt < MAX_READ_ATTEMPTS; attempt++) {
563 if (attempt == MAX_READ_ATTEMPTS) {
  /src/distrib/mvme68k/miniroot/
install.md 188 about your disk's geometry. The kernel will attempt to display geometry
  /src/sys/arch/m68k/m68k/
switch_subr.s 105 jeq .Lcpu_switch_nofpsave | No Then don't attempt save.
176 jeq .Lcpu_switch_nofprest | No Then don't attempt restore.
  /src/usr.sbin/sysinst/arch/mac68k/
msg.md.en 70 {Sysinst will attempt to initialize your disk with a new Disk Partition
161 Any attempt to proceed will most likely result in damage to any pre-existing
  /src/sys/arch/mac68k/dev/
pm_direct.c 1234 int attempt = 3; local in function:pm_poweroff
1236 while (pmHardware == PM_HW_PB1XX && attempt > 0) {
1243 attempt--;
  /src/sys/arch/m68k/060sp/dist/
fplsp.doc 128 The package does not attempt to correctly emulate instructions
pfpsp.s 7757 # Note: no attempt is made to round the extended value to double. #
13186 # attempt to lessen the resultant exponent.
fpsp.s 20855 # Note: no attempt is made to round the extended value to double. #
23225 # attempt to lessen the resultant exponent.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399-gru.dtsi 25 * In general an attempt is made to include all rails called out by
  /src/sys/dev/usb/
if_urtwn.c 4568 int i, attempt; local in function:urtwn_iq_calib
4615 attempt = 1;
4661 if (attempt-- > 0)
  /src/sys/netbt/
hci.h 871 uint16_t attempt; /* (2 * attempt - 1) * 0.625 msec */ member in struct:__anonf724d2113908
872 uint16_t timeout; /* (2 * attempt - 1) * 0.625 msec */

Completed in 116 milliseconds