HomeSort by: relevance | last modified time | path
    Searched defs:steps (Results 1 - 8 of 8) sorted by relevancy

  /src/bin/pax/
tables.c 1328 int steps; local in function:st_hash
1344 * calculate the number of u_int size steps in the string and if
1347 steps = len/sizeof(u_int);
1355 for (i = 0; i < steps; ++i) {
  /src/sys/dev/pci/
voyager.c 447 int ifreq, factor, bit, steps; local in function:voyager_set_pwm
451 * find the smallest divider that gets us within 4096 steps of the
458 steps = 96000000 / (factor * freq);
465 hi = steps * duty_cycle / 1000;
468 lo = steps - hi;
470 hi = steps - 1;
473 DPRINTF("%d hz -> %d, %d, %d / %d\n", freq, factor, steps, lo, hi);
  /src/games/adventure/
init.c 109 int keys, lamp, grate, cage, rod, rod2, steps, /* mnemonics */ variable in typeref:typename:int
192 steps = vocab(DECR('s', 't', 'e', 'p', 's'), 1, 0);
  /src/usr.sbin/installboot/
evboards.c 196 * -- board uses a single set of steps for all boot media
206 * -- These installation steps will be selectable using
232 * The installation objects provide a description of the steps needed
267 * Some installations require multiple steps with special handling.
395 * may be the case that two media types have identical steps. It
412 * <-- Steps for eMMC are identical to SDMMC on this board. -->
642 * over the steps.)
1491 * Get the install steps for a given install object.
1506 evb_ubsteps_next_step(ib_params *params, evb_ubsteps steps)
1508 prop_dictionary_t step = prop_object_iterator_next(steps);
1888 evb_ubsteps steps; local in function:evb_uboot_setboot
    [all...]
  /src/sys/arch/mac68k/obio/
iwm_fd.c 1750 int steps; local in function:seek
1812 steps = loc->track - loc->oldTrack;
1814 if (steps != 0)
1815 ierr = iwmSeek(steps);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv770_dpm.c 1240 u32 steps = 0; local in function:rv770_construct_vddc_table
1248 steps = (max - min) / step + 1;
1250 if (steps > MAX_NO_VREG_STEPS)
1253 for (i = 0; i < steps; i++) {
1274 pi->valid_vddc_entries = (u8)steps;
  /src/sys/dev/ic/
aic79xx.c 2476 int steps; local in function:ahd_clear_critical_section
2490 steps = 0;
2519 if (steps > AHD_MAX_STEPS) {
2528 steps++;
aic7xxx.c 1414 int steps; local in function:ahc_clear_critical_section
1422 steps = 0;
1450 if (steps > AHC_MAX_STEPS) {
1457 steps++;

Completed in 27 milliseconds