/src/share/man/man4/man4.vax/ |
Makefile | 16 qe.4 qt.4 \
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
fsl-ls1043a.dtsi | 656 compatible = "fsl,qe", "simple-bus"; 661 fsl,qe-num-riscs = <1>; 662 fsl,qe-num-snums = <28>; 665 compatible = "fsl,qe-ic"; 677 compatible = "fsl,ls1043-qe-si", 678 "fsl,t1040-qe-si"; 685 compatible = "fsl,ls1043-qe-siram", 686 "fsl,t1040-qe-siram"; 707 compatible = "fsl,qe-muram", "fsl,cpm-muram"; 711 compatible = "fsl,qe-muram-data" [all...] |
/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);
|
/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.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);
|
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;
|
/src/share/man/man4/ |
Makefile | 57 pxaip.4 pxg.4 qat.4 qe.4 qec.4 qemufwcfg.4 qsphy.4 \
|
/src/etc/ |
security | 963 grep -qe '[0-9] wedges:'; then
|
/src/sys/dev/qbus/ |
if_qe.c | 108 CFATTACH_DECL_NEW(qe, sizeof(struct qe_softc),
|
/src/sys/dev/sbus/ |
qe.c | 1 /* $NetBSD: qe.c,v 1.81 2025/10/15 01:36:25 thorpej Exp $ */ 60 * Driver for the SBus qec+qe QuadEthernet board. 69 __KERNEL_RCSID(0, "$NetBSD: qe.c,v 1.81 2025/10/15 01:36:25 thorpej Exp $"); 163 CFATTACH_DECL_NEW(qe, sizeof(struct qe_softc), 551 printf("qe%d: intr: qecstat=%x\n", sc->sc_channel, qecstat); 569 printf("qe%d: intr: qestat=%s\n", sc->sc_channel, bits); 585 printf("qe%d: eint: qestat=%s\n", sc->sc_channel, bits);
|
/src/usr.sbin/postinstall/ |
postinstall.in | 2295 if /usr/sbin/pkg_info -qe sendmail >/dev/null 2>&1; then
|