Home
last modified time | relevance | path

Searched refs:next_q (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c171 queue_t *next_q; in check_ip_above() local
175 next_q = q->q_next; in check_ip_above()
176 if (strcmp(next_q->q_qinfo->qi_minfo->mi_idname, "ip") != 0) in check_ip_above()
/titanic_50/usr/src/uts/common/io/dld/
H A Ddld_proto.c1007 queue_t *next_q; in check_mod_above() local
1011 next_q = q->q_next; in check_mod_above()
1012 if (strcmp(next_q->q_qinfo->qi_minfo->mi_idname, mod) != 0) in check_mod_above()
/titanic_50/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c109 int next_q; variable
1306 next_q = 0; in init()