Home
last modified time | relevance | path

Searched refs:pph (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dproxyp.c67 proxyp_header pph; in proxyp() local
79 ret = tcp_read( SLAP_FD2SOCK( sfd ), &pph, sizeof(pph) ); in proxyp()
90 } else if ( ret != sizeof(pph) ) { in proxyp()
97 if ( memcmp( pph.sig, proxyp_sig, 12 ) != 0 ) { in proxyp()
103 if ( ( pph.ver_cmd & 0xF0 ) != 0x20 ) { in proxyp()
106 (long)sfd, pph.ver_cmd & 0xF0 ); in proxyp()
110 pph_len = ntohs( pph.len ); in proxyp()
111 if ( ( pph.ver_cmd & 0x0F ) == 0x01 ) { /* PROXY command */ in proxyp()
113 switch ( pph.fam ) { in proxyp()
123 (long)sfd, pph.fam ); in proxyp()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dhash.c573 struct bfd_hash_entry **pph; in bfd_hash_rename() local
576 for (pph = &table->table[_index]; *pph != NULL; pph = &(*pph)->next) in bfd_hash_rename()
577 if (*pph == ent) in bfd_hash_rename()
579 if (*pph == NULL) in bfd_hash_rename()
582 *pph = ent->next; in bfd_hash_rename()
598 struct bfd_hash_entry **pph; in bfd_hash_replace() local
601 for (pph = &table->table[_index]; in bfd_hash_replace()
602 (*pph) != NULL; in bfd_hash_replace()
603 pph = &(*pph)->next) in bfd_hash_replace()
605 if (*pph == old) in bfd_hash_replace()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dhash.c685 struct bfd_hash_entry **pph; in bfd_hash_rename() local
688 for (pph = &table->table[_index]; *pph != NULL; pph = &(*pph)->next) in bfd_hash_rename()
689 if (*pph == ent) in bfd_hash_rename()
691 if (*pph == NULL) in bfd_hash_rename()
694 *pph = ent->next; in bfd_hash_rename()
721 struct bfd_hash_entry **pph; in bfd_hash_replace() local
724 for (pph = &table->table[_index]; in bfd_hash_replace()
725 (*pph) != NULL; in bfd_hash_replace()
726 pph = &(*pph)->next) in bfd_hash_replace()
728 if (*pph == old) in bfd_hash_replace()
[all …]
/netbsd-src/sys/dev/pci/
H A Dif_bce.c736 struct rx_pph *pph; in bce_rxintr() local
761 pph = mtod(sc->bce_cdata.bce_rx_chain[i], struct rx_pph *); in bce_rxintr()
762 if (pph->flags & (RXF_NO | RXF_RXER | RXF_CRC | RXF_OV)) { in bce_rxintr()
764 pph->len = 0; in bce_rxintr()
765 pph->flags = 0; in bce_rxintr()
769 len = pph->len; in bce_rxintr()
772 pph->len = 0; in bce_rxintr()
773 pph->flags = 0; in bce_rxintr()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldcref.c329 struct cref_hash_entry ***pph = (struct cref_hash_entry ***) data; in cref_fill_array() local
337 **pph = h; in cref_fill_array()
339 ++*pph; in cref_fill_array()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldcref.c329 struct cref_hash_entry ***pph = (struct cref_hash_entry ***) data; in cref_fill_array() local
337 **pph = h; in cref_fill_array()
339 ++*pph; in cref_fill_array()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog.graphite901 (openscop_print_pdr_polyhedron): Print pph.
H A DChangeLog-201012069 (openscop_print_pdr_polyhedron): Print pph.