Searched refs:actlist_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_hfsc.h230 typedef TAILQ_HEAD(_active, hfsc_class) actlist_t; typedef
285 actlist_t *cl_actc; /* active children list */
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_hfsc.h225 typedef TAILQ_HEAD(_active, hfsc_class) actlist_t; typedef
280 actlist_t *cl_actc; /* active children list */
H A Daltq_hfsc.c113 static actlist_t *actlist_alloc(void);
114 static void actlist_destroy(actlist_t *);
1293 static actlist_t *
1296 actlist_t *head;
1298 head = malloc(sizeof(actlist_t), M_DEVBUF, M_WAITOK);
1304 actlist_destroy(actlist_t *head)

Completed in 113 milliseconds