/src/sys/ufs/ffs/ |
ffs_bswap.c | 220 struct ocg *on, *oo; local in function:ffs_cg_swap 223 oo = (struct ocg *)o; 226 on->cg_btot[i] = bswap32(oo->cg_btot[i]); 228 on->cg_b[i][j] = bswap16(oo->cg_b[i][j]); 230 memmove(on->cg_iused, oo->cg_iused, 256); 231 on->cg_magic = bswap32(oo->cg_magic);
|
/src/lib/libpam/libpam/ |
pam_std_option.c | 63 struct opttab *oo; local in function:pam_std_option 68 oo = other_options; 72 else if (extra && (oo == NULL || oo->name == NULL)) 78 if (oo->value != i) 80 oo->value, i); 81 options->opt[i].name = oo->name; 82 oo++;
|
/src/sys/dev/raidframe/ |
rf_raid5.c | 200 RF_SectorNum_t oo = failedPDA->startSector; local in function:rf_RaidFiveDagSelect 261 (long) oo, failedPDA->col,
|
rf_paritylogging.c | 843 RF_SectorNum_t oo = failedPDA->startSector; local in function:rf_ParityLoggingDagSelect 898 raidPtr->raidid, type, oc, (long) oo, failedPDA->col, (long) failedPDA->startSector);
|
rf_map.c | 846 RF_SectorNum_t oo = pda_p->startSector; local in function:rf_ASMCheckStatus 855 printf("Redirected c %d o %d -> c %d o %d\n", oc, (int) oo,
|
/src/sys/arch/sgimips/dev/ |
scn.c | 678 int oo, oi; /* other input, output iterators */ local in function:scn_config 695 oo = 0; 696 while ((ooc = scniter(&oo, ocp->ospeed, &counter,
|