Searched defs:tqn (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c3427 ipftqent_t *tqe, *tqn; local
3434 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3437 tqn = tqe->tqe_next;
3443 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3446 tqn = tqe->tqe_next;
H A Dip_nat.c4683 ipftqent_t *tqe, *tqn; local
4690 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); i++) {
4693 tqn = tqe->tqe_next;
4701 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); i++) {
4704 tqn = tqe->tqe_next;
H A Dfil.c7517 ipftqent_t *tqe, *tqn; local
7534 tqn = ifq->ifq_head;
7535 while ((tqe = tqn) != NULL && tqe->tqe_touched < droptick) {
7536 tqn = tqe->tqe_next;
7575 ipftqent_t *tqe, *tqn; local
7598 tqn = ifq->ifq_head;
7599 while ((tqe = tqn) != NULL) {
7600 tqn = tqe->tqe_next;
/illumos-gate/usr/src/uts/common/os/
H A Ddamap.c1161 char tqn[TASKQ_NAMELEN]; local
1172 (void) snprintf(tqn, sizeof (tqn), "actv-%s", mapp->dam_name);
1173 tqp = taskq_create(tqn, nset, maxclsyspri, 1,
1207 char tqn[TASKQ_NAMELEN]; local
1219 (void) snprintf(tqn, sizeof (tqn), "deactv-%s",
1221 tqp = taskq_create(tqn, nset, maxclsyspri, 1,

Completed in 77 milliseconds