OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:steps
(Results
1 - 8
of
8
) sorted by relevancy
/src/bin/pax/
tables.c
1328
int
steps
;
local
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
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
192
steps
= vocab(DECR('s', 't', 'e', 'p', 's'), 1, 0);
/src/sys/arch/mac68k/obio/
iwm_fd.c
1750
int
steps
;
local
1812
steps
= loc->track - loc->oldTrack;
1814
if (
steps
!= 0)
1815
ierr = iwmSeek(
steps
);
/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_ub
steps
steps
;
local
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv770_dpm.c
1240
u32
steps
= 0;
local
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
2490
steps
= 0;
2519
if (
steps
> AHD_MAX_STEPS) {
2528
steps
++;
aic7xxx.c
1414
int
steps
;
local
1422
steps
= 0;
1450
if (
steps
> AHC_MAX_STEPS) {
1457
steps
++;
Completed in 35 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026