OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:npidx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
isp.c
3481
int
npidx
;
local
3488
for (
npidx
= portidx + 1;
npidx
< portlim;
npidx
++) {
3490
((rs1->snscb_ports[
npidx
].portid[0]) << 16) |
3491
((rs1->snscb_ports[
npidx
].portid[1]) << 8) |
3492
((rs1->snscb_ports[
npidx
].portid[2]));
3498
if (
npidx
< portlim) {
3499
rs1->snscb_ports[
npidx
].portid[0] = 0;
3500
rs1->snscb_ports[
npidx
].portid[1] = 0
[
all
...]
isp.c
3481
int
npidx
;
local
3488
for (
npidx
= portidx + 1;
npidx
< portlim;
npidx
++) {
3490
((rs1->snscb_ports[
npidx
].portid[0]) << 16) |
3491
((rs1->snscb_ports[
npidx
].portid[1]) << 8) |
3492
((rs1->snscb_ports[
npidx
].portid[2]));
3498
if (
npidx
< portlim) {
3499
rs1->snscb_ports[
npidx
].portid[0] = 0;
3500
rs1->snscb_ports[
npidx
].portid[1] = 0
[
all
...]
Completed in 47 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026