OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skiplist
(Results
1 - 4
of
4
) sorted by relevancy
/src/dist/pf/sbin/pfctl/
pfctl_optimize.c
76
TAILQ_HEAD(
skiplist
, pf_skip_step) sb_skipsteps[PF_SKIP_COUNT];
220
void remove_from_skipsteps(struct
skiplist
*, struct superblock *,
389
* XXX keep last
skiplist
of last superblock to influence this
639
struct pf_skip_step *
skiplist
;
local
650
TAILQ_FOREACH(
skiplist
, &block->sb_skipsteps[i],
652
if (skip_compare(i,
skiplist
, por) == 0)
655
if (
skiplist
== NULL) {
656
if ((
skiplist
= calloc(1, sizeof(*
skiplist
))) ==
659
TAILQ_INIT(&
skiplist
->ps_rules)
[
all
...]
/src/sys/dev/raidframe/
rf_engine.c
431
RF_DagNode_t *
skiplist
= NULL; /* list of nodes with failed truedata
local
474
s->next =
skiplist
;
475
skiplist
= s;
517
for (;
skiplist
;
skiplist
= next) {
518
next =
skiplist
->next;
519
skiplist
->status = rf_skipped;
520
for (i = 0; i <
skiplist
->numAntecedents; i++) {
521
skiplist
->antecedents[i]->numSuccFired++;
523
if (
skiplist
->commitNode)
[
all
...]
/src/sys/arch/macppc/dev/
uni-n.c
66
static const char *
skiplist
[] = {
variable
146
if (of_compatible(child,
skiplist
)) continue;
obio.c
352
static const char * const
skiplist
[] = {
variable
368
#define N_LIST (sizeof(
skiplist
) / sizeof(
skiplist
[0]))
377
if (strcmp(ca->ca_name,
skiplist
[i]) == 0)
Completed in 17 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026