Searched defs:fph (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/i386/crt/
H A D_rtld.c87 Elf32_Phdr *fph = 0; /* first loadable Phdr */ local
171 if (fph == 0) {
172 fph = pptr;
181 if (fph == 0)
196 ALIGN(fph->p_vaddr, page_size), page_size);
201 faddr = (caddr_t)ROUND(maddr, fph->p_align);
209 ALIGN(fph->p_vaddr, fph->p_align) + fph->p_align,
215 faddr = (caddr_t)ROUND(maddr, fph
[all...]
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtld.c86 Elf32_Phdr *fph = NULL; /* first loadable Phdr */ local
171 if (fph == 0) {
172 fph = pptr;
181 if (fph == 0)
196 ALIGN(fph->p_vaddr, page_size), page_size);
201 faddr = (caddr_t)ROUND(maddr, fph->p_align);
209 ALIGN(fph->p_vaddr, fph->p_align) + fph->p_align,
215 faddr = (caddr_t)ROUND(maddr, fph
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfcomp.c357 static FILE *fph = NULL; local
360 if (fph == NULL) {
361 fph = fopen("ip_rules.h", "w");
362 if (fph == NULL)
365 fprintf(fph, "extern int ipfrule_add __P((void));\n");
366 fprintf(fph, "extern int ipfrule_remove __P((void));\n");
372 fprintf(fph, "\n\
383 fprintf(fph, "\n\
389 fprintf(fph, "\n\
400 fprintf(fph, "\
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c227 Elf32_Phdr *fph = 0; /* first loadable Phdr */ local
416 if (fph == 0) {
417 fph = pptr;
427 if (fph == 0)
442 ALIGN(fph->p_vaddr, page_size), page_size);
447 faddr = (caddr_t)ROUND(maddr, fph->p_align);
455 ALIGN(fph->p_vaddr, fph->p_align) + fph->p_align,
461 faddr = (caddr_t)ROUND(maddr, fph
[all...]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.c623 sctp_parm_hdr_t *fph; local
680 fph = (sctp_parm_hdr_t *)(idp + 1);
681 plen -= ntohs(fph->sph_len);
682 fph = (sctp_parm_hdr_t *)((char *)fph + ntohs(fph->sph_len));
694 oph = sctp_lookup_asconf_param(fph, *idp, plen);
746 oph = fph;
747 fph = (sctp_parm_hdr_t *)((char *)ch + sizeof (sctp_chunk_hdr_t) +
751 ph = sctp_lookup_asconf_param(fph, *id
[all...]

Completed in 50 milliseconds