Home
last modified time | relevance | path

Searched refs:pf2 (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/dev/pcmcia/
Dpcmcia.c692 struct pcmcia_function *pf2; local
701 SIMPLEQ_FOREACH(pf2, &pf->sc->card.pf_head, pf_list) {
702 if (pf2->ih_fct) {
704 pf->sc->dev.dv_xname, pf2->number,
705 pf2->ih_fct));
708 hiipl = pf2->ih_ipl;
709 else if (pf2->ih_ipl > hiipl)
710 hiipl = pf2->ih_ipl;
794 struct pcmcia_function *pf2; local
804 SIMPLEQ_FOREACH(pf2, &pf->sc->card.pf_head, pf_list) {
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/libmilter/
Dexample.c214 mlfi_negotiate(ctx, f0, f1, f2, f3, pf0, pf1, pf2, pf3) in mlfi_negotiate() argument
222 unsigned long *pf2;
233 *pf2 = 0;
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Ddebug.c3251 struct debug_field **pf1, **pf2; in debug_class_type_samep() local
3253 for (pf1 = c1->fields, pf2 = c2->fields; in debug_class_type_samep()
3254 *pf1 != NULL && *pf2 != NULL; in debug_class_type_samep()
3255 pf1++, pf2++) in debug_class_type_samep()
3260 f2 = *pf2; in debug_class_type_samep()
3288 if (*pf1 != NULL || *pf2 != NULL) in debug_class_type_samep()
/mirbsd/src/sys/dev/pci/bktr/
Dbktr_core.c3832 const struct meteor_pixfmt *pf1, *pf2; local
3845 pf2 = &pixfmt_table[i].public;
3847 if (( pf1->type == pf2->type ) &&
3848 ( pf1->Bpp == pf2->Bpp ) &&
3849 !bcmp( pf1->masks, pf2->masks, sizeof( pf1->masks )) &&
3850 ( pf1->swap_bytes == pf2->swap_bytes ) &&
3851 ( pf1->swap_shorts == pf2->swap_shorts ))