HomeSort by: relevance | last modified time | path
    Searched defs:superblocks (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/fstyp/
ufs.c 51 static const int superblocks[] = SBLOCKSEARCH; variable in typeref:typename:const int[]
60 * Walk through the standard places that superblocks hide and look
66 for (sb = 0; (superblock = superblocks[sb]) != -1; sb++) {
  /src/dist/pf/sbin/pfctl/
pfctl_optimize.c 78 TAILQ_HEAD(superblocks, superblock);
148 * their difference isn't enough to put the rules in different superblocks.
214 struct superblocks *);
217 int load_feedback_profile(struct pfctl *, struct superblocks *);
261 struct superblocks superblocks; local in function:pfctl_optimize_ruleset
300 TAILQ_INIT(&superblocks);
301 if (construct_superblocks(pf, &opt_queue, &superblocks))
305 if (load_feedback_profile(pf, &superblocks))
309 TAILQ_FOREACH(block, &superblocks, sb_entry)
    [all...]

Completed in 12 milliseconds