/src/sys/dev/ic/ |
isp_netbsd.c | 884 void *qe; local in function:isp_dog 890 qe = isp_getrqentry(isp); 891 if (qe == NULL) 899 isp_put_marker(isp, mp, qe);
|
isp_library.c | 560 uint8_t qe[QENTRY_LEN], *scp; local in function:isp_fc_change_role 562 ISP_MEMZERO(qe, QENTRY_LEN); 573 vp = (vp_modify_t *) qe;
|
isp.c | 4936 uint8_t qe[QENTRY_LEN]; local in function:isp_intr 4944 isp_get_hdr(isp, addr, (isphdr_t *)qe); 4945 hp = (isphdr_t *)qe; 5038 uint8_t qe[QENTRY_LEN]; local in function:isp_intr 5039 ispstatusreq_t *sp = (ispstatusreq_t *) qe; 5064 isp24xx_statusreq_t *sp2 = (isp24xx_statusreq_t *)qe; 5084 isp_rio1_t *rio = (isp_rio1_t *) qe; 5307 isp_print_bytes(isp, "CC with no Sense", QENTRY_LEN, qe); 5328 isp_print_bytes(isp, "Unhandled Response Type", QENTRY_LEN, qe);
|
/src/sys/netinet/ |
tcp_subr.c | 1173 struct ipqent *qe; local in function:tcp_freeq 1178 while ((qe = TAILQ_FIRST(&tp->segq)) != NULL) { 1179 TAILQ_REMOVE(&tp->segq, qe, ipqe_q); 1180 TAILQ_REMOVE(&tp->timeq, qe, ipqe_timeq); 1181 m_freem(qe->ipqe_m); 1182 tcpipqent_free(qe);
|