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

/openbsd-current/lib/libc/db/hash/
H A Dhash.c926 HASHHDR *hdrp; local
929 hdrp = &hashp->hdr;
931 M_32_SWAP(hdrp->magic);
932 M_32_SWAP(hdrp->version);
933 M_32_SWAP(hdrp->lorder);
934 M_32_SWAP(hdrp->bsize);
935 M_32_SWAP(hdrp->bshift);
936 M_32_SWAP(hdrp->dsize);
937 M_32_SWAP(hdrp->ssize);
938 M_32_SWAP(hdrp
[all...]
/openbsd-current/sys/net/
H A Dslcompress.c460 * in *hdrp and its length in *hlenp.
464 struct slcompress *comp, u_char **hdrp, u_int *hlenp)
496 *hdrp = (u_char *) &cs->cs_ip;
594 *hdrp = (u_char *) &cs->cs_ip;
463 sl_uncompress_tcp_core(u_char *buf, int buflen, int total_len, u_int type, struct slcompress *comp, u_char **hdrp, u_int *hlenp) argument
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoff-rs6000.c1391 struct xcoff_ar_hdr *hdrp;
1402 hdrp = (struct xcoff_ar_hdr *) bfd_alloc (abfd, amt);
1403 if (hdrp == NULL)
1408 memcpy (hdrp, &hdr, SIZEOF_AR_HDR);
1409 if (bfd_bread ((char *) hdrp + SIZEOF_AR_HDR, namlen, abfd) != namlen)
1414 ((char *) hdrp)[SIZEOF_AR_HDR + namlen] = '\0';
1416 ret->arch_header = (char *) hdrp;
1418 ret->filename = (char *) hdrp + SIZEOF_AR_HDR;
1423 struct xcoff_ar_hdr_big *hdrp;
1434 hdrp
1388 struct xcoff_ar_hdr *hdrp; local
1420 struct xcoff_ar_hdr_big *hdrp; local
1536 struct xcoff_ar_hdr *hdrp = arch_xhdr (abfd); local
1546 struct xcoff_ar_hdr_big *hdrp = arch_xhdr_big (abfd); local
[all...]
H A Darchive.c337 char *hdrp = (char *) &hdr;
345 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr))
335 char *hdrp = (char *) &hdr; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-rs6000.c1393 struct xcoff_ar_hdr *hdrp;
1404 hdrp = (struct xcoff_ar_hdr *) bfd_alloc (abfd, amt);
1405 if (hdrp == NULL)
1410 memcpy (hdrp, &hdr, SIZEOF_AR_HDR);
1411 if (bfd_bread ((char *) hdrp + SIZEOF_AR_HDR, namlen, abfd) != namlen)
1416 ((char *) hdrp)[SIZEOF_AR_HDR + namlen] = '\0';
1418 ret->arch_header = (char *) hdrp;
1420 ret->filename = (char *) hdrp + SIZEOF_AR_HDR;
1425 struct xcoff_ar_hdr_big *hdrp;
1436 hdrp
1390 struct xcoff_ar_hdr *hdrp; local
1422 struct xcoff_ar_hdr_big *hdrp; local
1538 struct xcoff_ar_hdr *hdrp = arch_xhdr (abfd); local
1548 struct xcoff_ar_hdr_big *hdrp = arch_xhdr_big (abfd); local
[all...]
H A Darchive.c392 char *hdrp = (char *) &hdr;
400 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr))
388 char *hdrp = (char *) &hdr; local
/openbsd-current/sys/dev/ic/
H A Ddp8390.c1003 dp8390_read_hdr(struct dp8390_softc *sc, int src, struct dp8390_ring *hdrp) argument
1012 hdrp->rsr = bus_space_read_1(buft, bufh, src);
1013 hdrp->next_packet = bus_space_read_1(buft, bufh, src + 1);
1014 hdrp->count = bus_space_read_1(buft, bufh, src + 2) |
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5757 INTERCEPTOR(int, capget, void *hdrp, void *datap) {
5759 COMMON_INTERCEPTOR_ENTER(ctx, capget, hdrp, datap);
5760 if (hdrp)
5761 COMMON_INTERCEPTOR_READ_RANGE(ctx, hdrp, __user_cap_header_struct_sz);
5765 int res = REAL(capget)(hdrp, datap);
5768 // We can also return -1 and write to hdrp->version if the version passed in
5769 // hdrp->version is unsupported. But that's not a trivial condition to check,
5773 INTERCEPTOR(int, capset, void *hdrp, const void *datap) {
5775 COMMON_INTERCEPTOR_ENTER(ctx, capset, hdrp, datap);
5776 if (hdrp)
[all...]

Completed in 112 milliseconds