Home
last modified time | relevance | path

Searched refs:pf1 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.bin/systat/
H A Dpftop.c103 if (pf1->state.direction == PF_OUT) { in mypfstate_cmp()
104 nk1 = &pf1->state.key[PF_SK_WIRE]; in mypfstate_cmp()
106 nk1 = &pf1->state.key[PF_SK_STACK]; in mypfstate_cmp()
113 if (pf1->state.proto == IPPROTO_TCP || in mypfstate_cmp()
114 pf1->state.proto == IPPROTO_UDP || in mypfstate_cmp()
115 pf1->state.proto == IPPROTO_ICMP || in mypfstate_cmp()
137 if (pf1->state.af < pf2->state.af) in mypfstate_cmp()
139 if (pf1->state.af > pf2->state.af) in mypfstate_cmp()
145 if (pf1->state.af == AF_INET) { in mypfstate_cmp()
158 } else if (pf1->state.af == AF_INET6) { in mypfstate_cmp()
[all …]
/dragonfly/sys/dev/video/bktr/
H A Dbktr_core.c3654 struct meteor_pixfmt *pf1, *pf2; in oformat_meteor_to_bt() local
3663 pf1 = &meteor_pixfmt_table[i].public; in oformat_meteor_to_bt()
3669 if (( pf1->type == pf2->type ) && in oformat_meteor_to_bt()
3670 ( pf1->Bpp == pf2->Bpp ) && in oformat_meteor_to_bt()
3671 !bcmp( pf1->masks, pf2->masks, sizeof( pf1->masks )) && in oformat_meteor_to_bt()
3672 ( pf1->swap_bytes == pf2->swap_bytes ) && in oformat_meteor_to_bt()
3673 ( pf1->swap_shorts == pf2->swap_shorts )) in oformat_meteor_to_bt()
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddebug.c3250 struct debug_field_s **pf1, **pf2; in debug_class_type_samep() local
3252 for (pf1 = c1->fields, pf2 = c2->fields; in debug_class_type_samep()
3253 *pf1 != NULL && *pf2 != NULL; in debug_class_type_samep()
3254 pf1++, pf2++) in debug_class_type_samep()
3258 f1 = *pf1; in debug_class_type_samep()
3287 if (*pf1 != NULL || *pf2 != NULL) in debug_class_type_samep()
/dragonfly/contrib/binutils-2.27/binutils/
H A Ddebug.c3249 struct debug_field_s **pf1, **pf2; in debug_class_type_samep() local
3251 for (pf1 = c1->fields, pf2 = c2->fields; in debug_class_type_samep()
3252 *pf1 != NULL && *pf2 != NULL; in debug_class_type_samep()
3253 pf1++, pf2++) in debug_class_type_samep()
3257 f1 = *pf1; in debug_class_type_samep()
3286 if (*pf1 != NULL || *pf2 != NULL) in debug_class_type_samep()
/dragonfly/contrib/ncurses/misc/
H A Dterminfo.src2367 kcuf1=\EOC, kcuu1=\EOA, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4,
2745 kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2,
2799 kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2,
3391 # + f1-f4 map to pf1-pf4
12691 kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2,
18296 kf2=\EOQ, kf3=\EOR, kf4=\EOS, lf1=pf1, lf2=pf2, lf3=pf3,
18431 lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>,
18493 lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, smkx=\E=,
18556 lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, rmkx=\E>, smkx=\E=,
21408 krdo=\23329~, kslt=\2334~, lf1=pf1, lf2=pf2, lf3=pf3,
[all …]