Searched refs:superblocks (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/usr.sbin/fstyp/
H A Dufs.c46 static const int superblocks[] = SBLOCKSEARCH; variable
55 * Walk through the standard places that superblocks hide and look
61 for (sb = 0; (superblock = superblocks[sb]) != -1; sb++) {
/freebsd-11-stable/sys/geom/journal/
H A Dg_journal_ufs.c47 static const int superblocks[] = SBLOCKSEARCH; variable
75 for (i = 0; (sb = superblocks[i]) != -1; i++) {
/freebsd-11-stable/lib/libufs/
H A Dsblock.c48 static int superblocks[] = SBLOCKSEARCH; variable
62 superblock = superblocks[0];
64 for (sb = 0; (superblock = superblocks[sb]) != -1; sb++) {
/freebsd-11-stable/sys/geom/label/
H A Dg_label_ufs.c48 static const int superblocks[] = SBLOCKSEARCH; variable
65 * Walk through the standard places that superblocks hide and look
71 for (sb = 0; (superblock = superblocks[sb]) != -1; sb++) {
/freebsd-11-stable/sys/geom/
H A Dgeom_vol_ffs.c50 static int superblocks[] = SBLOCKSEARCH; variable
88 * Walk through the standard places that superblocks hide and look
94 for (sb=0; (superblock = superblocks[sb]) != -1; sb++) {
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_optimize.c80 TAILQ_HEAD(superblocks, superblock);
150 * their difference isn't enough to put the rules in different superblocks.
218 struct superblocks *);
221 int load_feedback_profile(struct pfctl *, struct superblocks *);
265 struct superblocks superblocks; local
304 TAILQ_INIT(&superblocks);
305 if (construct_superblocks(pf, &opt_queue, &superblocks))
309 if (load_feedback_profile(pf, &superblocks))
313 TAILQ_FOREACH(block, &superblocks, sb_entr
882 load_feedback_profile(struct pfctl *pf, struct superblocks *superblocks) argument
1337 construct_superblocks(struct pfctl *pf, struct pf_opt_queue *opt_queue, struct superblocks *superblocks) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dcfglayout.c1104 /* Splits superblocks. */
1108 sbitmap superblocks;
1112 superblocks = sbitmap_alloc (last_basic_block);
1113 sbitmap_zero (superblocks);
1119 SET_BIT (superblocks, bb->index);
1126 find_many_sub_basic_blocks (superblocks);
1129 free (superblocks);
1098 sbitmap superblocks; local

Completed in 70 milliseconds