Searched refs:hdrp (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/usr.sbin/crunch/crunchide/
H A Dexec_aout.c50 struct exec *hdrp; variable in typeref:struct:exec
126 hdrp = (struct exec *) aoutdata;
129 textrel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp));
130 datarel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp) +
131 hdrp->a_trsize);
133 textrel = (struct relocation_info *) (aoutdata + N_TRELOFF(*hdrp));
134 datarel = (struct relocation_info *) (aoutdata + N_DRELOFF(*hdrp));
136 symbase = (struct nlist *) (aoutdata + N_SYMOFF(*hdrp));
137 strbase = (char *) (aoutdata + N_STROFF(*hdrp));
139 ntextrel = hdrp
[all...]
/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash.c938 HASHHDR *hdrp; local
941 hdrp = &hashp->hdr;
943 M_32_SWAP(hdrp->magic);
944 M_32_SWAP(hdrp->version);
945 M_32_SWAP(hdrp->lorder);
946 M_32_SWAP(hdrp->bsize);
947 M_32_SWAP(hdrp->bshift);
948 M_32_SWAP(hdrp->dsize);
949 M_32_SWAP(hdrp->ssize);
950 M_32_SWAP(hdrp
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-snit.c117 register struct nit_bufhdr *hdrp; local
167 hdrp = (struct nit_bufhdr *)cp;
168 cp += sizeof(*hdrp);
183 bp += hdrp->nhb_totlen;
H A Dpcap-linux.c1345 struct sll_header *hdrp; local
1523 hdrp = (struct sll_header *)bp;
1524 hdrp->sll_pkttype = map_packet_type_to_sll_type(from.sll_pkttype);
1525 hdrp->sll_hatype = htons(from.sll_hatype);
1526 hdrp->sll_halen = htons(from.sll_halen);
1527 memcpy(hdrp->sll_addr, from.sll_addr,
1531 hdrp->sll_protocol = from.sll_protocol;
3897 struct sll_header *hdrp; local
3926 hdrp = (struct sll_header *)bp;
3927 hdrp
[all...]
/freebsd-9.3-release/sys/net/
H A Dslcompress.c460 * in *hdrp and its length in *hlenp.
463 sl_uncompress_tcp_core(buf, buflen, total_len, type, comp, hdrp, hlenp)
468 u_char **hdrp;
501 *hdrp = (u_char *) &cs->cs_ip;
599 *hdrp = (u_char *) &cs->cs_ip;
/freebsd-9.3-release/sys/dev/isp/
H A Disp_freebsd.h142 #define ATPD_SET_SEQNO(hdrp, atp) ((isphdr_t *)hdrp)->rqs_seqno &= ~ATPD_SEQ_MASK, ((isphdr_t *)hdrp)->rqs_seqno |= (atp)->seqno
143 #define ATPD_GET_SEQNO(hdrp) (((isphdr_t *)hdrp)->rqs_seqno & ATPD_SEQ_MASK)
144 #define ATPD_GET_NCAM(hdrp) ((((isphdr_t *)hdrp)->rqs_seqno & ATPD_SEQ_NOTIFY_CAM) != 0)
H A Disp_target.c163 #define hdrp unp.hp macro
455 #undef hdrp macro
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoff-rs6000.c1404 struct xcoff_ar_hdr *hdrp;
1415 hdrp = (struct xcoff_ar_hdr *) bfd_alloc (abfd, amt);
1416 if (hdrp == NULL)
1421 memcpy (hdrp, &hdr, SIZEOF_AR_HDR);
1422 if (bfd_bread ((char *) hdrp + SIZEOF_AR_HDR, namlen, abfd) != namlen)
1427 ((char *) hdrp)[SIZEOF_AR_HDR + namlen] = '\0';
1429 ret->arch_header = (char *) hdrp;
1431 ret->filename = (char *) hdrp + SIZEOF_AR_HDR;
1436 struct xcoff_ar_hdr_big *hdrp;
1447 hdrp
1401 struct xcoff_ar_hdr *hdrp; local
1433 struct xcoff_ar_hdr_big *hdrp; local
1549 struct xcoff_ar_hdr *hdrp = arch_xhdr (abfd); local
1559 struct xcoff_ar_hdr_big *hdrp = arch_xhdr_big (abfd); local
[all...]
H A Darchive.c375 char *hdrp = (char *) &hdr;
383 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr))
372 char *hdrp = (char *) &hdr; local
/freebsd-9.3-release/contrib/sendmail/src/
H A Dcollect.c246 ** hdrp -- the location to stash the header.
279 collect(fp, smtpmode, hdrp, e, rsetsize)
282 HDR **hdrp;
317 headeronly = hdrp != NULL;
663 hdrp, e)))
H A Dheaders.c56 ** hdrp -- a pointer to the place to save the header.
71 dochompheader(line, pflag, hdrp, e)
74 HDR **hdrp;
91 headeronly = hdrp != NULL;
93 hdrp = &e->e_header;
395 for (hp = hdrp; (h = *hp) != NULL; hp = &h->h_link)
477 ** hdrp -- a pointer to the place to save the header.
490 chompheader(line, pflag, hdrp, e)
493 HDR **hdrp;
520 rval = dochompheader(xbp, pflag, hdrp,
[all...]
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_cam.c1269 MSG_REQUEST_HEADER *hdrp; local
1280 hdrp = req->req_vbuf;
1288 switch (hdrp->Function) {
1292 sglp = &((PTR_MSG_SCSI_IO_REQUEST)hdrp)->SGL;
1296 sglp = &((PTR_MSG_TARGET_ASSIST_REQUEST)hdrp)->SGL;
1300 hdrp->Function);
1335 if (hdrp->Function == MPI_FUNCTION_TARGET_ASSIST) {
1451 hdrp->ChainOffset = ((char *)se - (char *)hdrp) >> 2;
1611 if (hdrp
1672 MSG_REQUEST_HEADER *hdrp; local
3974 MSG_REQUEST_HEADER *hdrp = req->req_vbuf; local
[all...]
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_misc.c1714 if (args->hdrp == NULL)
1717 error = copyin(args->hdrp, &luch, sizeof(luch));
1723 error = copyout(&luch, args->hdrp, sizeof(luch));
1753 if (args->hdrp == NULL || args->datap == NULL)
1756 error = copyin(args->hdrp, &luch, sizeof(luch));
1762 error = copyout(&luch, args->hdrp, sizeof(luch));
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_systrace_args.c1331 uarg[0] = (intptr_t) p->hdrp; /* struct l_user_cap_header * */
1339 uarg[0] = (intptr_t) p->hdrp; /* struct l_user_cap_header * */
H A Dlinux_proto.h589 char hdrp_l_[PADL_(struct l_user_cap_header *)]; struct l_user_cap_header * hdrp; char hdrp_r_[PADR_(struct l_user_cap_header *)]; member in struct:linux_capget_args
593 char hdrp_l_[PADL_(struct l_user_cap_header *)]; struct l_user_cap_header * hdrp; char hdrp_r_[PADR_(struct l_user_cap_header *)]; member in struct:linux_capset_args
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_systrace_args.c1288 uarg[0] = (intptr_t) p->hdrp; /* struct l_user_cap_header * */
1296 uarg[0] = (intptr_t) p->hdrp; /* struct l_user_cap_header * */
H A Dlinux32_proto.h592 char hdrp_l_[PADL_(struct l_user_cap_header *)]; struct l_user_cap_header * hdrp; char hdrp_r_[PADR_(struct l_user_cap_header *)]; member in struct:linux_capget_args
596 char hdrp_l_[PADL_(struct l_user_cap_header *)]; struct l_user_cap_header * hdrp; char hdrp_r_[PADR_(struct l_user_cap_header *)]; member in struct:linux_capset_args

Completed in 355 milliseconds