Home
last modified time | relevance | path

Searched refs:aqp (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.bin/vi/ex/
Dex_tag.c614 TAGQ *aqp, *tqp; in ex_tag_copy() local
622 TAILQ_FOREACH(aqp, &oexp->tq, q) { in ex_tag_copy()
623 if (tagq_copy(sp, aqp, &tqp)) in ex_tag_copy()
625 TAILQ_FOREACH(ap, &aqp->tagq, q) { in ex_tag_copy()
629 if (aqp->current == ap) in ex_tag_copy()
/openbsd/src/sys/dev/pci/
Dif_aq_pci.c1252 const struct aq_product *aqp; in aq_attach() local
1273 aqp = aq_lookup(pa); in aq_attach()
1326 switch (aqp->aq_hwtype) { in aq_attach()
1352 sc->sc_media_type = aqp->aq_media_type; in aq_attach()
1353 sc->sc_available_rates = aqp->aq_available_rates; in aq_attach()