/src/sys/dev/vme/ |
xio.h | 49 u_char tries; /* out: number of tries */ member in struct:xd_iocmd
|
xio.h | 49 u_char tries; /* out: number of tries */ member in struct:xd_iocmd
|
/src/sys/arch/sun3/dev/ |
xio.h | 48 u_char tries; /* out: number of tries */ member in struct:xd_iocmd
|
xio.h | 48 u_char tries; /* out: number of tries */ member in struct:xd_iocmd
|
/src/sys/arch/mvme68k/stand/sboot/ |
etherfun.c | 79 int tries = 0; local in function:rev_arp 81 while (tries < 5) { 86 tries++;
|
etherfun.c | 79 int tries = 0; local in function:rev_arp 81 while (tries < 5) { 86 tries++;
|
/src/games/rogue/ |
machdep.c | 442 short tries; local in function:md_lock 452 for (tries = 0; tries < 5; tries++)
|
trap.c | 145 short i, n, tries = 0; local in function:add_traps 172 tries++; 174 (dungeon[row][col] == NOTHING)) && (tries < 15)); 175 if (tries >= 15) {
|
machdep.c | 442 short tries; local in function:md_lock 452 for (tries = 0; tries < 5; tries++)
|
trap.c | 145 short i, n, tries = 0; local in function:add_traps 172 tries++; 174 (dungeon[row][col] == NOTHING)) && (tries < 15)); 175 if (tries >= 15) {
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_sa.c | 263 unsigned *tries) 296 /* limit the number of tries each ring gets */ 297 if (tries[i] > 2) { 315 ++tries[best_bo->fence->ring]; 332 unsigned tries[RADEON_NUM_RINGS]; local in function:radeon_sa_bo_new 355 tries[i] = 0; 372 } while (radeon_sa_bo_next_hole(sa_manager, fences, tries));
|
radeon_sa.c | 263 unsigned *tries) 296 /* limit the number of tries each ring gets */ 297 if (tries[i] > 2) { 315 ++tries[best_bo->fence->ring]; 332 unsigned tries[RADEON_NUM_RINGS]; local in function:radeon_sa_bo_new 355 tries[i] = 0; 372 } while (radeon_sa_bo_next_hole(sa_manager, fences, tries));
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_sa.c | 216 unsigned *tries) 250 /* limit the number of tries each ring gets */ 251 if (tries[i] > 2) { 272 ++tries[idx]; 288 unsigned tries[AMDGPU_SA_NUM_FENCE_LISTS]; local in function:amdgpu_sa_bo_new 310 tries[i] = 0; 322 } while (amdgpu_sa_bo_next_hole(sa_manager, fences, tries));
|
amdgpu_sa.c | 216 unsigned *tries) 250 /* limit the number of tries each ring gets */ 251 if (tries[i] > 2) { 272 ++tries[idx]; 288 unsigned tries[AMDGPU_SA_NUM_FENCE_LISTS]; local in function:amdgpu_sa_bo_new 310 tries[i] = 0; 322 } while (amdgpu_sa_bo_next_hole(sa_manager, fences, tries));
|
/src/usr.bin/passwd/ |
local_passwd.c | 65 int tries; local in function:getnewpasswd 83 for (buf[0] = '\0', tries = 0;;) { 93 if (strlen(p) <= 5 && ++tries < 2) { 98 if (!*t && ++tries < 2) {
|
local_passwd.c | 65 int tries; local in function:getnewpasswd 83 for (buf[0] = '\0', tries = 0;;) { 93 if (strlen(p) <= 5 && ++tries < 2) { 98 if (!*t && ++tries < 2) {
|
/src/lib/libc/gen/ |
xsyslog.c | 145 size_t cnt, prlen, tries; local in function:_vxsyslogp_r 338 for (tries = 0; tries < MAXTRIES; tries++) { 353 if (tries == MAXTRIES && (data->log_stat & LOG_CONS) &&
|
xsyslog.c | 145 size_t cnt, prlen, tries; local in function:_vxsyslogp_r 338 for (tries = 0; tries < MAXTRIES; tries++) { 353 if (tries == MAXTRIES && (data->log_stat & LOG_CONS) &&
|
/src/sys/arch/arm/xscale/ |
pxa2x0_i2c.c | 117 int tries = I2C_RETRY_COUNT; local in function:pxa2x0_i2c_read 171 if (tries-- >= 0) 188 int tries = I2C_RETRY_COUNT; local in function:pxa2x0_i2c_write 243 if (tries-- >= 0) 263 int tries = I2C_RETRY_COUNT; local in function:pxa2x0_i2c_quick 297 if (tries-- >= 0) 314 int tries = I2C_RETRY_COUNT; local in function:pxa2x0_i2c_write_2 392 if (tries-- >= 0) 540 int timeout, tries, n = 0; local in function:pxa2x0_i2c_poll 558 tries = I2C_RETRY_COUNT [all...] |
/src/sys/dev/qbus/ |
uda.c | 149 int tries; local in function:udamatch 166 tries = 0; 186 if (++tries < 2)
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_dp_link_training.c | 290 int tries; local in function:intel_dp_link_training_channel_equalization 307 for (tries = 0; tries < 5; tries++) { 341 if (tries == 5) {
|
/src/usr.sbin/timed/timed/ |
slave.c | 62 int tries; local in function:slave 432 for (tries = 0; tries < 3; tries++) { 505 for (tries = 0; tries < 3; tries++) { 555 for (tries = 0; tries < 3; tries++) [all...] |
/src/sys/dev/fdt/ |
cdns3_fdt.c | 156 int tries; local in function:cdns3_fdt_attach 158 for (tries = 100; tries > 0; tries--) { 164 if (tries == 0) {
|
/src/sys/dev/hil/ |
hil.c | 196 int tries; local in function:hil_attach_deferred 225 for (tries = 10; tries != 0; tries--) { 238 if (tries == 0 || (db & LPS_CONFFAIL)) { 241 if (tries == 0)
|
/src/sys/kern/ |
vfs_getcwd.c | 99 int tries; local in function:getcwd_scandir 110 tries = 0; 195 if ((error == EINVAL) && (tries < 3)) { 197 tries++; 206 tries = 0;
|