Home
last modified time | relevance | path

Searched refs:qe (Results 1 – 25 of 29) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dm68k-devices.def84 /* For historical reasons, the 51 multilib is named 51qe. */
85 M68K_DEVICE ("51", mcf51, "51", "51qe", cfv1, isa_c, FL_CF_USP)
86 M68K_DEVICE ("51ac", mcf51ac, "51", "51qe", cfv1, isa_c, FL_CF_USP)
87 M68K_DEVICE ("51ag", mcf51ag, "51", "51qe", cfv1, isa_c, FL_CF_USP)
88 M68K_DEVICE ("51cn", mcf51cn, "51", "51qe", cfv1, isa_c, FL_CF_USP)
89 M68K_DEVICE ("51em", mcf51em, "51", "51qe", cfv1, isa_c, FL_CF_USP | FL_CF_MAC)
90 M68K_DEVICE ("51je", mcf51je, "51", "51qe", cfv1, isa_c, FL_CF_USP | FL_CF_MAC)
91 M68K_DEVICE ("51jf", mcf51jf, "51", "51qe", cfv1, isa_c, FL_CF_USP | FL_CF_EMAC)
92 M68K_DEVICE ("51jg", mcf51jg, "51", "51qe", cfv1, isa_c, FL_CF_USP | FL_CF_EMAC)
93 M68K_DEVICE ("51jm", mcf51jm, "51", "51qe", cfv1, isa_c, FL_CF_USP)
[all …]
Dm68k-tables.opt85 Enum(target_device) String(51qe) Value(mcf51qe)
/netbsd/src/external/bsd/pcc/dist/pcc/f77/fcom/
Dio.c418 register bigptr qe; local
443 … else if(q->tag==TPRIM && q->b_prim.argsp==NULL && (qe = memversion(q->b_prim.namep)) )
444 putio(MKICON(1),qe);
445 else if( (qe = fixtype(cpexpr(q)))->tag==TADDR)
446 putio(MKICON(1), qe);
447 else if(qe->vtype != TYERROR)
451 tp = fmktemp(qe->vtype, qe->vleng);
452 puteq( cpexpr(tp), qe);
/netbsd/src/sys/dev/sbus/
Dfiles.sbus56 device qe: arp, ether, ifnet
57 attach qe at qec
58 file dev/sbus/qe.c qe
Dqe.c163 CFATTACH_DECL_NEW(qe, sizeof(struct qe_softc),
/netbsd/src/sys/dev/qbus/
Dfiles.uba41 device qe: ifnet, ether, arp, ifuba
42 attach qe at uba
43 file dev/qbus/if_qe.c qe
Dif_qe.c108 CFATTACH_DECL_NEW(qe, sizeof(struct qe_softc),
/netbsd/src/share/man/man4/man4.vax/
DMakefile16 qe.4 qt.4 \
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-eh.cc1068 struct goto_queue_node *q, *qe; in lower_try_finally_nofallthru() local
1080 qe = q + tf->goto_queue_active; in lower_try_finally_nofallthru()
1081 for (; q < qe; ++q) in lower_try_finally_nofallthru()
1129 struct goto_queue_node *q, *qe; in lower_try_finally_onedest() local
1191 qe = q + tf->goto_queue_active; in lower_try_finally_onedest()
1196 for (; q < qe; ++q) in lower_try_finally_onedest()
1203 for (; q < qe; ++q) in lower_try_finally_onedest()
1279 struct goto_queue_node *q, *qe; in lower_try_finally_copy() local
1291 qe = q + tf->goto_queue_active; in lower_try_finally_copy()
1292 for (; q < qe; q++) in lower_try_finally_copy()
[all …]
/netbsd/src/sys/netinet/
Dtcp_subr.c1173 struct ipqent *qe; in tcp_freeq() local
1178 while ((qe = TAILQ_FIRST(&tp->segq)) != NULL) { in tcp_freeq()
1179 TAILQ_REMOVE(&tp->segq, qe, ipqe_q); in tcp_freeq()
1180 TAILQ_REMOVE(&tp->timeq, qe, ipqe_timeq); in tcp_freeq()
1181 m_freem(qe->ipqe_m); in tcp_freeq()
1182 tcpipqent_free(qe); in tcp_freeq()
/netbsd/src/sys/arch/vax/conf/
DINSTALL187 qe* at uba? csr 0174440 # DEQNA/DELQA
188 qe* at uba? csr 0174460 # DEQNA/DELQA
DVAX780221 #qe* at uba? csr 0174440 # DEQNA/DELQA
222 #qe* at uba? csr 0174460 # DEQNA/DELQA
DGENERIC242 qe* at uba? csr 0174440 # DEQNA/DELQA
243 qe* at uba? csr 0174460 # DEQNA/DELQA
/netbsd/src/sys/dev/ic/
Disp_netbsd.c884 void *qe; in isp_dog() local
890 qe = isp_getrqentry(isp); in isp_dog()
891 if (qe == NULL) in isp_dog()
899 isp_put_marker(isp, mp, qe); in isp_dog()
Disp.c4936 uint8_t qe[QENTRY_LEN]; in isp_intr() local
4944 isp_get_hdr(isp, addr, (isphdr_t *)qe); in isp_intr()
4945 hp = (isphdr_t *)qe; in isp_intr()
5038 uint8_t qe[QENTRY_LEN]; in isp_intr() local
5039 ispstatusreq_t *sp = (ispstatusreq_t *) qe; in isp_intr()
5064 isp24xx_statusreq_t *sp2 = (isp24xx_statusreq_t *)qe; in isp_intr()
5084 isp_rio1_t *rio = (isp_rio1_t *) qe; in isp_intr()
5307 isp_print_bytes(isp, "CC with no Sense", QENTRY_LEN, qe); in isp_intr()
5328 isp_print_bytes(isp, "Unhandled Response Type", QENTRY_LEN, qe); in isp_intr()
Disp_library.c560 uint8_t qe[QENTRY_LEN], *scp; in isp_fc_change_role() local
562 ISP_MEMZERO(qe, QENTRY_LEN); in isp_fc_change_role()
573 vp = (vp_modify_t *) qe; in isp_fc_change_role()
/netbsd/src/share/man/man4/
DMakefile57 pxaip.4 pxg.4 qat.4 qe.4 qec.4 qemufwcfg.4 qsphy.4 \
/netbsd/src/etc/
Dsecurity963 grep -qe '[0-9] wedges:'; then
/netbsd/src/share/me/
Dsummary.external185 qe S there exists
/netbsd/src/sys/arch/sparc/conf/
DGENERIC526 ## (qe, 10MBd) attached.
529 qe* at qec? # Mace Ethernet (10MBd)
/netbsd/src/usr.sbin/postinstall/
Dpostinstall.in2295 if /usr/sbin/pkg_info -qe sendmail >/dev/null 2>&1; then
/netbsd/src/sys/dev/
DDEVNAMES1122 qe MI
/netbsd/src/sys/arch/sparc64/conf/
DGENERIC487 qe* at qec?
/netbsd/src/usr.sbin/makemandb/
Dnostem.txt3147 qe
/netbsd/src/distrib/sets/lists/man/
Dmi1766 ./usr/share/man/cat4/qe.0 man-sys-catman .cat
2136 ./usr/share/man/cat4/vax/qe.0 man-sys-catman .cat
5349 ./usr/share/man/man4/qe.4 man-sys-man .man
5719 ./usr/share/man/man4/vax/qe.4 man-sys-man .man

12