/src/sys/dev/vme/ |
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
|
xdvar.h | 49 int tries; /* number of times we have tried it */ member in struct:xd_iorq
|
xyvar.h | 49 int tries; /* number of times we have tried it */ member in struct:xy_iorq
|
/src/sys/arch/mvme68k/stand/sboot/ |
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) {
|
/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));
|
/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));
|
/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) {
|
yp_passwd.c | 85 int tries; local in function:getnewpasswd 113 for (buf[0] = '\0', tries = 0;;) { 119 if (strlen(p) <= 5 && ++tries < 2) { 124 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) &&
|
/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;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_link_hwss.c | 156 unsigned int tries = 0; local in function:edp_receiver_ready_T9 172 } while (++tries < 50);
|
/src/lib/libpam/modules/pam_unix/ |
pam_unix.c | 410 int retval, tries, min_pw_len = 0, pw_expiry = 0; local in function:pam_sm_chauthtok 559 for (tries = 0;;) { 580 if (strlen(new_pass) <= 5 && ++tries < 2) { 586 if (!*p && ++tries < 2) {
|
/src/sys/arch/luna68k/stand/boot/ |
sc.c | 202 int tries = 10; local in function:scident 208 if (i < 0 || --tries < 0)
|
/src/sys/dev/pckbport/ |
pms.c | 67 static const enum pms_type tries[] = { enum 112 for (j = 0; j < sizeof(tries) / sizeof(tries[0]); ++j) { 113 p = &pms_protocols[tries[j]]; 130 tries[j])); 131 return tries[j];
|
/src/usr.sbin/puffs/mount_9p/ |
node.c | 428 int tries = 0; local in function:nodecreate 431 if (++tries > 5) {
|
/src/lib/libc/resolv/ |
res_send.c | 344 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, n; local in function:res_nsend 463 for (tries = 0; tries < statp->retry; tries++) { 514 tries = statp->retry; 529 ns, tries, &v_circuit, &gotsomewhere); 869 int anssiz, int *terrno, int ns, int tries, int *v_circuit, 977 seconds = (statp->retrans << tries);
|