Searched refs:skiplist (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl_optimize.c76 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
966 skip_compare(int skipnum, struct pf_skip_step *skiplist, struct pf_opt_rule *por) argument
983 skip_append(struct superblock *superblock, int skipnum, struct pf_skip_step *skiplist, struct pf_opt_rule *por) argument
[all...]
/netbsd-current/sys/dev/raidframe/
H A Drf_engine.c431 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
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dskip.c195 /* Create a skiplist entry for the given function NAME and add it to the
377 _("No skiplist entries found with number %s.\n"), arg);
447 error (_("No skiplist entries found with number %s."), arg);
463 error (_("No skiplist entries found with number %s."), arg);
487 error (_("No skiplist entries found with number %s."), arg);
669 static struct cmd_list_element *skiplist = NULL; local
685 &skiplist, "skip ", 1, &cmdlist);
691 &skiplist);
698 &skiplist);
707 &skiplist);
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dskip.c190 /* Create a skiplist entry for the given function NAME and add it to the
372 _("No skiplist entries found with number %s.\n"), arg);
442 error (_("No skiplist entries found with number %s."), arg);
458 error (_("No skiplist entries found with number %s."), arg);
482 error (_("No skiplist entries found with number %s."), arg);
664 static struct cmd_list_element *skiplist = NULL; local
680 &skiplist, 1, &cmdlist);
686 &skiplist);
693 &skiplist);
702 &skiplist);
[all...]
/netbsd-current/sys/arch/macppc/dev/
H A Duni-n.c66 static const char *skiplist[] = { variable
146 if (of_compatible(child, skiplist)) continue;
H A Dobio.c280 static const char * const skiplist[] = { variable
296 #define N_LIST (sizeof(skiplist) / sizeof(skiplist[0]))
305 if (strcmp(ca->ca_name, skiplist[i]) == 0)

Completed in 205 milliseconds