OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iindex
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/emcfanctl/
emcfanctl.c
257
int
iindex
;
local
258
iindex
= emcfan_find_info(product_id);
259
if (
iindex
== -1) {
264
product_family = emcfan_chip_infos[
iindex
].family;
466
the_fan = strtoi(argv[2], NULL, 0, 1, emcfan_chip_infos[
iindex
].num_fans, &error);
490
start_reg = emcfan_chip_infos[
iindex
].fan_drive_registers[the_fan];
493
start_reg = emcfan_chip_infos[
iindex
].fan_divider_registers[the_fan];
502
the_fan = strtoi(argv[2], NULL, 0, 1, emcfan_chip_infos[
iindex
].num_tachs, &error);
emcfanctloutputs.c
89
int
iindex
;
local
91
iindex
= emcfan_find_info(product_id);
92
if (
iindex
== -1) {
98
fprintf(stderr, "output_emcfan_generic_reg_list:
iindex
=%d\n",
iindex
);
106
if (emcfan_reg_is_real(
iindex
, the_registers[i].reg)) {
174
int
iindex
;
local
177
iindex
= emcfan_find_info(product_id);
178
if (
iindex
== -1) {
184
fprintf(stderr, "output_emcfan_230x_read_reg: product_id=%d, product_family=%d,
iindex
=%d\n",product_id, product_family, iindex)
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
tc-tic4x.c
1227
static int
iindex
= 0;
local
1236
insts[
iindex
].name = names;
1237
insts[
iindex
].opcode = opcode;
1238
insts[
iindex
].opmask = 0xffffffff;
1239
insts[
iindex
].args = args;
1240
iindex
++;
1246
return &insts[
iindex
- 1];
/src/external/gpl3/binutils.old/dist/gas/config/
tc-tic4x.c
1227
static int
iindex
= 0;
local
1236
insts[
iindex
].name = names;
1237
insts[
iindex
].opcode = opcode;
1238
insts[
iindex
].opmask = 0xffffffff;
1239
insts[
iindex
].args = args;
1240
iindex
++;
1246
return &insts[
iindex
- 1];
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026