Searched refs:ph (Results 51 - 69 of 69) sorted by relevance

123

/freebsd-10.1-release/usr.sbin/pmcstat/
H A Dpmcstat_log.c628 GElf_Phdr ph; local
697 if (gelf_getphdr(e, i, &ph) != &ph) {
703 switch (ph.p_type) {
716 ph.p_offset);
719 if ((ph.p_offset & (-ph.p_align)) == 0)
720 image->pi_vaddr = ph.p_vaddr & (-ph.p_align);
/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-ppp.c1646 struct ppp_header *ph; local
1649 ph = (struct ppp_header *)q;
1650 if (ph->phdr_addr == PPP_ADDRESS
1651 && ph->phdr_ctl == PPP_CONTROL) {
1654 ptype = EXTRACT_16BITS(&ph->phdr_type);
/freebsd-10.1-release/sys/netinet/
H A Dsctp_input.c2553 scm->ph.param_type = htons(SCTP_CAUSE_STALE_COOKIE);
2554 scm->ph.param_length = htons((sizeof(struct sctp_paramhdr) +
3532 len = SCTP_SIZE32(ntohs(r->ph.param_length));
3592 type = ntohs(req_param->ph.param_type);
3593 lparm_len = ntohs(req_param->ph.param_length);
3667 if (ntohs(respin->ph.param_length) < sizeof(struct sctp_stream_reset_response_tsn)) {
3739 len = ntohs(req->ph.param_length);
3846 len = ntohs(req->ph.param_length);
4066 struct sctp_paramhdr *ph; local
4110 ph
[all...]
H A Dsctp_pcb.c2369 &p6_buf.ph, sizeof(*p6));
2396 &p4_buf.ph, sizeof(*p4));
6412 lptype = ntohs(fee->addrp.ph.param_type);
H A Dsctp_usrreq.c766 struct sctp_paramhdr *ph; local
768 ph = mtod(err, struct sctp_paramhdr *);
770 ph->param_type = htons(SCTP_CAUSE_USER_INITIATED_ABT);
771 ph->param_length = htons(SCTP_BUF_LEN(err));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h330 const elf::ELFProgramHeader &ph);
/freebsd-10.1-release/sys/dev/stg/
H A Dtmc18c30.c716 u_int8_t ph; local
721 ph = bus_space_read_1(bst, bsh, tmc_bstat);
722 if (ph == (u_int8_t) -1)
724 if ((ph & PHASE_MASK) != phase)
726 if ((ph & mask) != 0)
/freebsd-10.1-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c215 struct ippseudo *ph; local
221 ph = (struct ippseudo*) tmp;
223 memcpy(&ph->ippseudo_src, sip, 4);
224 memcpy(&ph->ippseudo_dst, dip, 4);
225 ph->ippseudo_pad = 0;
226 ph->ippseudo_p = IPPROTO_UDP;
227 ph->ippseudo_len = htons(len);
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dpkinit.c1205 size_t ph = 1 + der_length_len(content.length); local
1206 unsigned char *ptr = malloc(content.length + ph);
1209 memcpy(ptr + ph, content.data, content.length);
1211 ret = der_put_length_and_tag (ptr + ph - 1, ph, content.length,
1217 content.length += ph;
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c1140 GElf_Phdr ph; local
1261 for (i = 0; gelf_getphdr(dmp->dm_elf, i, &ph) != NULL; i++) {
1262 if (ph.p_type == PT_LOAD) {
1263 dmp->dm_reloc_offset = k_stat->address - ph.p_vaddr;
/freebsd-10.1-release/lib/libc/net/
H A Dname6.c847 set_source(struct hp_order *aio, struct policyhead *ph) argument
882 aio->aio_srcpolicy = match_addrselectpolicy(&aio->aio_srcsa, ph);
H A Dgetaddrinfo.c811 set_source(struct ai_order *aio, struct policyhead *ph) argument
853 aio->aio_srcpolicy = match_addrselectpolicy(&aio->aio_srcsa, ph);
/freebsd-10.1-release/sys/dev/ct/
H A Dct.c167 cthw_phase_bypass(struct ct_softc *ct, u_int8_t ph) argument
171 ct_cr_write_1(chp, wd3s_cph, ph);
/freebsd-10.1-release/contrib/sendmail/src/
H A Dmap.c4735 ** Support for the CCSO Nameserver (ph/qi).
4736 ** This code is intended to replace the so-called "ph mailer".
4740 /* what version of the ph map code we're running */
4761 ** PH_MAP_PARSEARGS -- parse ph map definition args.
4783 pmap->ph = NULL;
4908 ** PH_MAP_CLOSE -- close the connection to the ph server
4923 if (pmap->ph != NULL)
4925 ph_set_sendhook(pmap->ph, NULL);
4926 ph_set_recvhook(pmap->ph, NULL);
4927 ph_close(pmap->ph, pma
[all...]
H A Dsendmail.h1402 char *ph_servers; /* list of ph servers */
1404 PH *ph; /* PH server handle */ member in struct:ph_map_struct
/freebsd-10.1-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c4936 struct pmc_ownerhash *ph; local
4965 for (ph = pmc_ownerhash;
4966 ph <= &pmc_ownerhash[pmc_ownerhashmask];
4967 ph++) {
4968 LIST_FOREACH_SAFE(po, ph, po_next, tmp) {
/freebsd-10.1-release/sys/boot/common/
H A Dload_elf.c54 Elf_Phdr *ph; member in struct:elf_file
/freebsd-10.1-release/etc/
H A Dservices834 ph 481/tcp
835 ph 481/udp
/freebsd-10.1-release/sys/netinet/libalias/
H A Dalias_sctp.c1246 struct sctp_paramhdr ph;/* type=SCTP_VTAG_PARAM */ member in struct:sctp_vtag_param

Completed in 454 milliseconds

123