Searched refs:previ (Results 1 - 2 of 2) sorted by relevance

/src/libexec/ld.elf_so/arch/powerpc/
H A Dfixup.c79 union instr previ; local in function:_rtld_map_segment_fixup
102 previ.i_int = 0;
120 if (previ.i_x.i_opcd == OPC_integer_31 &&
121 previ.i_x.i_xo == OPC31_DCBST &&
122 previ.i_x.i_rs == 0 &&
123 previ.i_x.i_ra == i.i_x.i_ra &&
124 previ.i_x.i_rb == i.i_x.i_rb) {
139 previ = i;
/src/sys/dev/pcmcia/
H A Dif_ray.c1059 u_int firsti, hinti, previ, i, pcount; local in function:ray_intr_start
1076 firsti = i = previ = RAY_CCS_LINK_NULL;
1185 RAY_DPRINTF(("%s: i %d previ %d\n", ifp->if_xname, i, previ));
1191 bufp = ray_fill_in_tx_ccs(sc, pktlen, i, previ);
1192 previ = hinti = i;

Completed in 12 milliseconds