OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iindex
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.sbin/emcfanctl/
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
...]
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);
emcfanctlutil.c
157
emcfan_reg_is_real(int
iindex
, uint8_t reg)
165
return(emcfan_chip_infos[
iindex
].register_void[segment] & ((uint64_t)1 << index));
/src/external/bsd/libarchive/dist/libarchive/
archive_read.c
266
client_switch_proxy(struct archive_read_filter *self, unsigned int
iindex
)
272
if (self->archive->client.cursor ==
iindex
)
275
self->archive->client.cursor =
iindex
;
369
unsigned int
iindex
)
388
if (
iindex
> a->client.nodes - 1)
394
a->client.dataset[
iindex
].data = client_data;
395
a->client.dataset[
iindex
].begin_position = -1;
396
a->client.dataset[
iindex
].total_size = -1;
402
unsigned int
iindex
)
410
if (
iindex
> a->client.nodes)
[
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];
tc-i386-intel.c
266
const reg_entry *
iindex
)
271
||
iindex
!= intel_state.index)
/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];
tc-i386-intel.c
266
const reg_entry *
iindex
)
271
||
iindex
!= intel_state.index)
Completed in 61 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026