Lines Matching +defs:debug +defs:o
1397 int i, o, s;
1402 for (i = 0, o = 0, s = 0; s < nsegs; s++) {
1409 chain->chain =(MPI2_SGE_IO_UNION *)(sc->chain_frames+o);
1411 o += sc->reqframesz;
1415 o += segs[s].ds_len - bo;
1678 * Setup the sysctl variable so the user can change the debug level
1702 sc, 0, mps_debug_sysctl, "A", "mps debug level");
1842 int i, len, debug, error;
1851 debug = sc->mps_debug;
1853 sbuf_printf(sbuf, "%#x", debug);
1858 if (debug & string->flag)