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

  /src/tests/include/sys/
Makefile 12 TESTS_C+= t_list
  /src/sys/net/npf/
npf_tableset.c 99 LIST_HEAD(, npf_tblent) t_list;
320 while ((ent = LIST_FIRST(&t->t_list)) != NULL) {
333 while ((ent = LIST_FIRST(&t->t_list)) != NULL) {
359 while ((ent = LIST_FIRST(&t->t_list)) != NULL) {
384 LIST_INIT(&t->t_list);
569 LIST_INSERT_HEAD(&t->t_list, ent, te_listent);
582 LIST_INSERT_HEAD(&t->t_list, ent, te_listent);
597 LIST_INSERT_HEAD(&t->t_list, ent, te_listent);
771 LIST_FOREACH(ent, &t->t_list, te_listent) {

Completed in 19 milliseconds