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

  /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)
  /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/external/gpl3/gdb/dist/gdb/
skip.c 190 /* 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...]
  /src/external/gpl3/gdb.old/dist/gdb/
skip.c 190 /* 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...]
  /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...]

Completed in 31 milliseconds