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

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Ddamap.c1163 char tqn[TASKQ_NAMELEN]; local
1174 (void) snprintf(tqn, sizeof (tqn), "actv-%s", mapp->dam_name);
1175 tqp = taskq_create(tqn, nset, maxclsyspri, 1,
1209 char tqn[TASKQ_NAMELEN]; local
1221 (void) snprintf(tqn, sizeof (tqn), "deactv-%s",
1223 tqp = taskq_create(tqn, nset, maxclsyspri, 1,
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c3424 ipftqent_t *tqe, *tqn; local
3431 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3434 tqn = tqe->tqe_next;
3440 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) {
3443 tqn = tqe->tqe_next;
H A Dfil.c7464 ipftqent_t *tqe, *tqn; local
7481 tqn = ifq->ifq_head;
7482 while ((tqe = tqn) != NULL && tqe->tqe_touched < droptick) {
7483 tqn = tqe->tqe_next;
7522 ipftqent_t *tqe, *tqn; local
7545 tqn = ifq->ifq_head;
7546 while ((tqe = tqn) != NULL) {
7547 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;

Completed in 200 milliseconds