HomeSort by: relevance | last modified time | path
    Searched defs:pf2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_usrreq.c 1623 int error, elem_count, pf, proto, pf2; local in function:sysctl_inpcblist
1652 pf2 = (oldp != NULL) ? pf : 0;
1670 switch (pf2) {
  /src/sys/dev/pci/bktr/
bktr_core.c 3802 const struct meteor_pixfmt *pf1, *pf2; local in function:oformat_meteor_to_bt
3815 pf2 = &pixfmt_table[i].public;
3817 if ((pf1->type == pf2->type) &&
3818 (pf1->Bpp == pf2->Bpp) &&
3819 !memcmp(pf1->masks, pf2->masks, sizeof(pf1->masks)) &&
3820 (pf1->swap_bytes == pf2->swap_bytes) &&
3821 (pf1->swap_shorts == pf2->swap_shorts))

Completed in 35 milliseconds