Symbol: hdrp
lib/libc/db/hash/hash.c
1000
M_32_SWAP(hdrp->h_charkey);
lib/libc/db/hash/hash.c
1002
M_32_SWAP(hdrp->spares[i]);
lib/libc/db/hash/hash.c
1003
M_16_SWAP(hdrp->bitmaps[i]);
lib/libc/db/hash/hash.c
979
HASHHDR *hdrp;
lib/libc/db/hash/hash.c
982
hdrp = &hashp->hdr;
lib/libc/db/hash/hash.c
984
M_32_SWAP(hdrp->magic);
lib/libc/db/hash/hash.c
985
M_32_SWAP(hdrp->version);
lib/libc/db/hash/hash.c
986
M_32_SWAP(hdrp->lorder);
lib/libc/db/hash/hash.c
987
M_32_SWAP(hdrp->bsize);
lib/libc/db/hash/hash.c
988
M_32_SWAP(hdrp->bshift);
lib/libc/db/hash/hash.c
989
M_32_SWAP(hdrp->dsize);
lib/libc/db/hash/hash.c
990
M_32_SWAP(hdrp->ssize);
lib/libc/db/hash/hash.c
991
M_32_SWAP(hdrp->sshift);
lib/libc/db/hash/hash.c
992
M_32_SWAP(hdrp->ovfl_point);
lib/libc/db/hash/hash.c
993
M_32_SWAP(hdrp->last_freed);
lib/libc/db/hash/hash.c
994
M_32_SWAP(hdrp->max_bucket);
lib/libc/db/hash/hash.c
995
M_32_SWAP(hdrp->high_mask);
lib/libc/db/hash/hash.c
996
M_32_SWAP(hdrp->low_mask);
lib/libc/db/hash/hash.c
997
M_32_SWAP(hdrp->ffactor);
lib/libc/db/hash/hash.c
998
M_32_SWAP(hdrp->nkeys);
lib/libc/db/hash/hash.c
999
M_32_SWAP(hdrp->hdrpages);
sys/arch/amiga/dev/if_ed_zbus.c
225
ed_zbus_read_hdr(struct dp8390_softc *sc, int src, struct dp8390_ring *hdrp)
sys/arch/amiga/dev/if_ed_zbus.c
236
hdrp->rsr = wrd[0] & 0xff;
sys/arch/amiga/dev/if_ed_zbus.c
237
hdrp->next_packet = wrd[0] >> 8;
sys/arch/amiga/dev/if_ed_zbus.c
238
hdrp->count = bswap16(wrd[1]);
sys/arch/arm/acpi/acpi_machdep.c
425
acpi_md_madt_probe_cpu(ACPI_SUBTABLE_HEADER *hdrp, void *aux)
sys/arch/arm/acpi/acpi_machdep.c
429
if (hdrp->Type == ACPI_MADT_TYPE_GENERIC_INTERRUPT)
sys/arch/arm/acpi/acpi_machdep.c
430
config_found(sc->sc_dev, hdrp, NULL,
sys/arch/arm/acpi/acpi_machdep.c
437
acpi_md_madt_probe_gic(ACPI_SUBTABLE_HEADER *hdrp, void *aux)
sys/arch/arm/acpi/acpi_machdep.c
441
if (hdrp->Type == ACPI_MADT_TYPE_GENERIC_DISTRIBUTOR)
sys/arch/arm/acpi/acpi_machdep.c
442
config_found(sc->sc_dev, hdrp, NULL,
sys/arch/arm/acpi/acpi_machdep.c
449
acpi_md_gtdt_probe(ACPI_GTDT_HEADER *hdrp, void *aux)
sys/arch/arm/acpi/acpi_machdep.c
453
config_found(sc->sc_dev, hdrp, NULL,
sys/arch/arm/acpi/acpi_table.c
109
*hdrp = header;
sys/arch/arm/acpi/acpi_table.c
55
acpi_table_map(ACPI_PHYSICAL_ADDRESS pa, void **hdrp)
sys/arch/arm/acpi/acpi_table.c
68
return acpi_md_OsMapMemory(pa, length, hdrp);
sys/arch/arm/acpi/acpi_table.c
72
acpi_table_unmap(ACPI_TABLE_HEADER *hdrp)
sys/arch/arm/acpi/acpi_table.c
74
acpi_md_OsUnmapMemory(hdrp, le32toh(hdrp->Length));
sys/arch/arm/acpi/acpi_table.c
78
acpi_table_find(const char *sig, void **hdrp)
sys/arch/arm/acpi/cpu_acpi.c
355
cpu_acpi_tprof_intr_establish(ACPI_SUBTABLE_HEADER *hdrp, void *aux)
sys/arch/arm/acpi/cpu_acpi.c
365
if (hdrp->Type != ACPI_MADT_TYPE_GENERIC_INTERRUPT)
sys/arch/arm/acpi/cpu_acpi.c
368
gicc = (ACPI_MADT_GENERIC_INTERRUPT *)hdrp;
sys/arch/arm/acpi/cpu_acpi.c
92
ACPI_SUBTABLE_HEADER *hdrp = aux;
sys/arch/arm/acpi/cpu_acpi.c
95
if (hdrp->Type != ACPI_MADT_TYPE_GENERIC_INTERRUPT)
sys/arch/arm/acpi/cpu_acpi.c
98
gicc = (ACPI_MADT_GENERIC_INTERRUPT *)hdrp;
sys/arch/arm/acpi/gic_acpi.c
137
gic_acpi_find_gicc(ACPI_SUBTABLE_HEADER *hdrp, void *aux)
sys/arch/arm/acpi/gic_acpi.c
141
if (hdrp->Type != ACPI_MADT_TYPE_GENERIC_INTERRUPT)
sys/arch/arm/acpi/gic_acpi.c
144
*giccp = (ACPI_MADT_GENERIC_INTERRUPT *)hdrp;
sys/arch/arm/acpi/gic_acpi.c
71
ACPI_SUBTABLE_HEADER *hdrp = aux;
sys/arch/arm/acpi/gic_acpi.c
74
if (hdrp->Type != ACPI_MADT_TYPE_GENERIC_DISTRIBUTOR)
sys/arch/arm/acpi/gic_acpi.c
77
gicd = (ACPI_MADT_GENERIC_DISTRIBUTOR *)hdrp;
sys/arch/arm/acpi/gic_v2m_acpi.c
83
gic_v2m_acpi_find_msi_frame(ACPI_SUBTABLE_HEADER *hdrp, void *aux)
sys/arch/arm/acpi/gic_v2m_acpi.c
85
ACPI_MADT_GENERIC_MSI_FRAME *msi_frame = (ACPI_MADT_GENERIC_MSI_FRAME *)hdrp;
sys/arch/arm/acpi/gic_v2m_acpi.c
90
if (hdrp->Type != ACPI_MADT_TYPE_GENERIC_MSI_FRAME)
sys/arch/arm/acpi/gicv3_acpi.c
158
gicv3_acpi_count_gicr(ACPI_SUBTABLE_HEADER *hdrp, void *aux)
sys/arch/arm/acpi/gicv3_acpi.c
163
if (hdrp->Type == ACPI_MADT_TYPE_GENERIC_REDISTRIBUTOR) {
sys/arch/arm/acpi/gicv3_acpi.c
164
gicr = (ACPI_MADT_GENERIC_REDISTRIBUTOR *)hdrp;
sys/arch/arm/acpi/gicv3_acpi.c
172
gicv3_acpi_map_gicr(ACPI_SUBTABLE_HEADER *hdrp, void *aux)
sys/arch/arm/acpi/gicv3_acpi.c
179
if (hdrp->Type != ACPI_MADT_TYPE_GENERIC_REDISTRIBUTOR)
sys/arch/arm/acpi/gicv3_acpi.c
182
gicr = (ACPI_MADT_GENERIC_REDISTRIBUTOR *)hdrp;
sys/arch/arm/acpi/gicv3_acpi.c
215
gicv3_acpi_count_gicc(ACPI_SUBTABLE_HEADER *hdrp, void *aux)
sys/arch/arm/acpi/gicv3_acpi.c
220
if (hdrp->Type == ACPI_MADT_TYPE_GENERIC_INTERRUPT) {
sys/arch/arm/acpi/gicv3_acpi.c
221
gicc = (ACPI_MADT_GENERIC_INTERRUPT *)hdrp;
sys/arch/arm/acpi/gicv3_acpi.c
230
gicv3_acpi_map_gicc(ACPI_SUBTABLE_HEADER *hdrp, void *aux)
sys/arch/arm/acpi/gicv3_acpi.c
235
if (hdrp->Type != ACPI_MADT_TYPE_GENERIC_INTERRUPT)
sys/arch/arm/acpi/gicv3_acpi.c
238
gicc = (ACPI_MADT_GENERIC_INTERRUPT *)hdrp;
sys/arch/arm/acpi/gicv3_acpi.c
289
gicv3_acpi_map_gits(ACPI_SUBTABLE_HEADER *hdrp, void *aux)
sys/arch/arm/acpi/gicv3_acpi.c
295
if (hdrp->Type != ACPI_MADT_TYPE_GENERIC_TRANSLATOR)
sys/arch/arm/acpi/gicv3_acpi.c
298
gits = (ACPI_MADT_GENERIC_TRANSLATOR *)hdrp;
sys/arch/arm/acpi/gicv3_acpi.c
84
ACPI_SUBTABLE_HEADER *hdrp = aux;
sys/arch/arm/acpi/gicv3_acpi.c
87
if (hdrp->Type != ACPI_MADT_TYPE_GENERIC_DISTRIBUTOR)
sys/arch/arm/acpi/gicv3_acpi.c
90
gicd = (ACPI_MADT_GENERIC_DISTRIBUTOR *)hdrp;
sys/arch/arm/acpi/gtmr_acpi.c
62
ACPI_TABLE_HEADER *hdrp = aux;
sys/arch/arm/acpi/gtmr_acpi.c
64
return memcmp(hdrp->Signature, ACPI_SIG_GTDT, ACPI_NAMESEG_SIZE) == 0;
sys/arch/arm/acpi/sbsawdt_acpi.c
104
ACPI_GTDT_HEADER * const hdrp = aux;
sys/arch/arm/acpi/sbsawdt_acpi.c
106
if (hdrp->Type != ACPI_GTDT_TYPE_WATCHDOG)
sys/arch/x86/acpi/acpi_machdep.c
200
acpi_md_findoverride(ACPI_SUBTABLE_HEADER *hdrp, void *aux)
sys/arch/x86/acpi/acpi_machdep.c
205
if (hdrp->Type != ACPI_MADT_TYPE_INTERRUPT_OVERRIDE) {
sys/arch/x86/acpi/acpi_machdep.c
209
iop = (void *)hdrp;
sys/arch/x86/x86/mpacpi.c
177
mpacpi_nonpci_intr(ACPI_SUBTABLE_HEADER *hdrp, void *aux)
sys/arch/x86/x86/mpacpi.c
188
switch (hdrp->Type) {
sys/arch/x86/x86/mpacpi.c
190
ioapic_nmi = (ACPI_MADT_NMI_SOURCE *)hdrp;
sys/arch/x86/x86/mpacpi.c
221
lapic_nmi = (ACPI_MADT_LOCAL_APIC_NMI *)hdrp;
sys/arch/x86/x86/mpacpi.c
234
isa_ovr = (ACPI_MADT_INTERRUPT_OVERRIDE *)hdrp;
sys/arch/x86/x86/mpacpi.c
311
x2apic_nmi = (ACPI_MADT_LOCAL_X2APIC_NMI *)hdrp;
sys/arch/x86/x86/mpacpi.c
336
mpacpi_count(ACPI_SUBTABLE_HEADER *hdrp, void *aux)
sys/arch/x86/x86/mpacpi.c
340
switch (hdrp->Type) {
sys/arch/x86/x86/mpacpi.c
354
lop = (ACPI_MADT_LOCAL_APIC_OVERRIDE *)hdrp;
sys/arch/x86/x86/mpacpi.c
363
mpacpi_config_cpu(ACPI_SUBTABLE_HEADER *hdrp, void *aux)
sys/arch/x86/x86/mpacpi.c
377
switch (hdrp->Type) {
sys/arch/x86/x86/mpacpi.c
379
lapic = (ACPI_MADT_LOCAL_APIC *)hdrp;
sys/arch/x86/x86/mpacpi.c
397
x2apic = (ACPI_MADT_LOCAL_X2APIC *)hdrp;
sys/arch/x86/x86/mpacpi.c
420
mpacpi_config_ioapic(ACPI_SUBTABLE_HEADER *hdrp, void *aux)
sys/arch/x86/x86/mpacpi.c
427
if (hdrp->Type == ACPI_MADT_TYPE_IO_APIC) {
sys/arch/x86/x86/mpacpi.c
428
p = (ACPI_MADT_IO_APIC *)hdrp;
sys/dev/acpi/acpi.c
2002
ACPI_SUBTABLE_HEADER *hdrp;
sys/dev/acpi/acpi.c
2010
hdrp = (ACPI_SUBTABLE_HEADER *)where;
sys/dev/acpi/acpi.c
2012
if (hdrp->Length == 0 || ACPI_FAILURE(func(hdrp, aux)))
sys/dev/acpi/acpi.c
2015
where += hdrp->Length;
sys/dev/acpi/acpi.c
2022
ACPI_GTDT_HEADER *hdrp;
sys/dev/acpi/acpi.c
2030
hdrp = (ACPI_GTDT_HEADER *)where;
sys/dev/acpi/acpi.c
2032
if (hdrp->Length == 0 || ACPI_FAILURE(func(hdrp, aux)))
sys/dev/acpi/acpi.c
2035
where += hdrp->Length;
sys/dev/acpi/acpi_pcc.c
97
ACPI_TABLE_HEADER *hdrp = aux;
sys/dev/acpi/acpi_pcc.c
99
return memcmp(hdrp->Signature, ACPI_SIG_PCCT, ACPI_NAMESEG_SIZE) == 0;
sys/dev/bluetooth/bcsp.c
1011
bcsp_hdr_t *hdrp;
sys/dev/bluetooth/bcsp.c
1016
hdrp = mtod(m, bcsp_hdr_t *);
sys/dev/bluetooth/bcsp.c
1025
memset(hdrp, 0, sizeof(bcsp_hdr_t));
sys/dev/bluetooth/bcsp.c
1123
bcsp_hdr_t *hdrp;
sys/dev/bluetooth/bcsp.c
1152
hdrp = mtod(m, bcsp_hdr_t *);
sys/dev/bluetooth/bcsp.c
1153
memset(hdrp, 0, sizeof(bcsp_hdr_t));
sys/dev/bluetooth/bcsp.c
1154
hdrp->flags |= sc->sc_seq_txseq;
sys/dev/bluetooth/bcsp.c
1155
hdrp->ident = protocol_id;
sys/dev/bluetooth/bcsp.c
1212
bcsp_hdr_t *hdrp;
sys/dev/bluetooth/bcsp.c
1223
hdrp = mtod(m, bcsp_hdr_t *);
sys/dev/bluetooth/bcsp.c
1224
if (BCSP_FLAGS_SEQ(hdrp->flags) == seqno) {
sys/dev/bluetooth/bcsp.c
1363
bcsp_hdr_t *hdrp;
sys/dev/bluetooth/bcsp.c
1389
hdrp = mtod(m, bcsp_hdr_t *);
sys/dev/bluetooth/bcsp.c
1390
memset(hdrp, 0, sizeof(bcsp_hdr_t));
sys/dev/bluetooth/bcsp.c
1391
hdrp->ident = protocol_id;
sys/dev/bluetooth/bcsp.c
744
bcsp_hdr_t *hdrp = mtod(m, bcsp_hdr_t *);
sys/dev/bluetooth/bcsp.c
752
hdrp->flags |= BCSP_FLAGS_CRC_PRESENT;
sys/dev/bluetooth/bcsp.c
754
BCSP_SET_PLEN(hdrp, pldlen);
sys/dev/bluetooth/bcsp.c
755
BCSP_SET_CSUM(hdrp);
sys/dev/bluetooth/bcsp.c
783
bcsp_hdr_t *hdrp = mtod(m, bcsp_hdr_t *);
sys/dev/bluetooth/bcsp.c
798
((hdrp->flags & BCSP_FLAGS_CRC_PRESENT) ? sizeof(crc) : 0);
sys/dev/bluetooth/bcsp.c
804
if (hdrp->csum != BCSP_GET_CSUM(hdrp)) {
sys/dev/bluetooth/bcsp.c
809
if (BCSP_GET_PLEN(hdrp) != pldlen) {
sys/dev/bluetooth/bcsp.c
814
if (hdrp->flags & BCSP_FLAGS_CRC_PRESENT) {
sys/dev/bluetooth/bcsp.c
892
bcsp_hdr_t *hdrp;
sys/dev/bluetooth/bcsp.c
903
hdrp = mtod(m, bcsp_hdr_t *);
sys/dev/bluetooth/bcsp.c
904
if (hdrp->ident == BCSP_CHANNEL_LE) {
sys/dev/bluetooth/bcsp.c
931
hdrp = mtod(m, bcsp_hdr_t *);
sys/dev/bluetooth/bcsp.c
932
hdrp->flags |= BCSP_FLAGS_PROTOCOL_REL; /* Reliable */
sys/dev/bluetooth/bcsp.c
952
hdrp = mtod(m, bcsp_hdr_t *);
sys/dev/bluetooth/bcsp.c
953
hdrp->flags |=
sys/dev/bluetooth/bcsp.c
970
bcsp_hdr_t *hdrp = mtod(m, bcsp_hdr_t *);
sys/dev/bluetooth/bcsp.c
971
const u_int rxack = BCSP_FLAGS_ACK(hdrp->flags);
sys/dev/bluetooth/bcsp.c
974
device_xname(sc->sc_dev), hdrp->flags, hdrp->ident, rxack));
sys/dev/bluetooth/bcsp.c
985
if (BCSP_FLAGS_SEQ(hdrp->flags) == 0 &&
sys/dev/bluetooth/bcsp.c
986
hdrp->ident == BCSP_IDENT_ACKPKT &&
sys/dev/bluetooth/bcsp.c
987
BCSP_GET_PLEN(hdrp) == 0) {
sys/dev/bluetooth/bcsp.c
992
if (hdrp->flags & BCSP_FLAGS_PROTOCOL_REL)
sys/dev/bluetooth/bcsp.h
65
#define BCSP_SET_PLEN(hdrp, n) \
sys/dev/bluetooth/bcsp.h
67
(hdrp)->plen1 = ((n) & 0x00f); \
sys/dev/bluetooth/bcsp.h
68
(hdrp)->plen2 = ((n) >> 4); \
sys/dev/bluetooth/bcsp.h
70
#define BCSP_GET_PLEN(hdrp) ((hdrp)->plen1 | ((hdrp)->plen2 << 4))
sys/dev/bluetooth/bcsp.h
72
#define BCSP_GET_CSUM(hdrp) \
sys/dev/bluetooth/bcsp.h
73
(0xff - (uint8_t)((hdrp)->flags + ((hdrp)->plen1 << 4) + \
sys/dev/bluetooth/bcsp.h
74
(hdrp)->ident + (hdrp)->plen2))
sys/dev/bluetooth/bcsp.h
75
#define BCSP_SET_CSUM(hdrp) ((hdrp)->csum = BCSP_GET_CSUM(hdrp))
sys/dev/bluetooth/bth5.c
1003
hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
1004
hdrp->flags |=
sys/dev/bluetooth/bth5.c
1021
bth5_hdr_t *hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
1022
const u_int rxack = BTH5_FLAGS_ACK(hdrp->flags);
sys/dev/bluetooth/bth5.c
1025
device_xname(sc->sc_dev), hdrp->flags, hdrp->ident, rxack));
sys/dev/bluetooth/bth5.c
1036
if (BTH5_FLAGS_SEQ(hdrp->flags) == 0 &&
sys/dev/bluetooth/bth5.c
1037
hdrp->ident == BTH5_IDENT_ACKPKT &&
sys/dev/bluetooth/bth5.c
1038
BTH5_GET_PLEN(hdrp) == 0) {
sys/dev/bluetooth/bth5.c
1039
sc->sc_seq_txseq = BTH5_FLAGS_ACK(hdrp->flags);
sys/dev/bluetooth/bth5.c
1046
if (hdrp->flags & BTH5_FLAGS_PROTOCOL_REL)
sys/dev/bluetooth/bth5.c
1065
bth5_hdr_t *hdrp;
sys/dev/bluetooth/bth5.c
1070
hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
1079
memset(hdrp, 0, sizeof(bth5_hdr_t));
sys/dev/bluetooth/bth5.c
1183
bth5_hdr_t *hdrp;
sys/dev/bluetooth/bth5.c
1213
hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
1214
memset(hdrp, 0, sizeof(bth5_hdr_t));
sys/dev/bluetooth/bth5.c
1215
hdrp->flags |= sc->sc_seq_txseq;
sys/dev/bluetooth/bth5.c
1216
hdrp->ident = protocol_id;
sys/dev/bluetooth/bth5.c
1256
bth5_hdr_t *hdrp;
sys/dev/bluetooth/bth5.c
1267
hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
1268
if (BTH5_FLAGS_SEQ(hdrp->flags) == seqno) {
sys/dev/bluetooth/bth5.c
1411
bth5_hdr_t *hdrp;
sys/dev/bluetooth/bth5.c
1437
hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
1438
memset(hdrp, 0, sizeof(bth5_hdr_t));
sys/dev/bluetooth/bth5.c
1439
hdrp->ident = protocol_id;
sys/dev/bluetooth/bth5.c
788
bth5_hdr_t *hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
796
hdrp->flags |= BTH5_FLAGS_CRC_PRESENT;
sys/dev/bluetooth/bth5.c
798
BTH5_SET_PLEN(hdrp, pldlen);
sys/dev/bluetooth/bth5.c
799
BTH5_SET_CSUM(hdrp);
sys/dev/bluetooth/bth5.c
827
bth5_hdr_t *hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
842
((hdrp->flags & BTH5_FLAGS_CRC_PRESENT) ? sizeof(crc) : 0);
sys/dev/bluetooth/bth5.c
848
if (hdrp->csum != BTH5_GET_CSUM(hdrp)) {
sys/dev/bluetooth/bth5.c
853
if (BTH5_GET_PLEN(hdrp) != pldlen) {
sys/dev/bluetooth/bth5.c
858
if (hdrp->flags & BTH5_FLAGS_CRC_PRESENT) {
sys/dev/bluetooth/bth5.c
936
bth5_hdr_t *hdrp;
sys/dev/bluetooth/bth5.c
948
hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
949
if (hdrp->ident == BTH5_CHANNEL_LE) {
sys/dev/bluetooth/bth5.c
976
hdrp = mtod(m, bth5_hdr_t *);
sys/dev/bluetooth/bth5.c
977
hdrp->flags |= BTH5_FLAGS_PROTOCOL_REL; /* Reliable */
sys/dev/bluetooth/bth5.h
68
#define BTH5_SET_PLEN(hdrp, n) \
sys/dev/bluetooth/bth5.h
70
(hdrp)->plen1 = ((n) & 0x00f); \
sys/dev/bluetooth/bth5.h
71
(hdrp)->plen2 = ((n) >> 4); \
sys/dev/bluetooth/bth5.h
73
#define BTH5_GET_PLEN(hdrp) ((hdrp)->plen1 | ((hdrp)->plen2 << 4))
sys/dev/bluetooth/bth5.h
75
#define BTH5_GET_CSUM(hdrp) \
sys/dev/bluetooth/bth5.h
76
(0xff - (uint8_t)((hdrp)->flags + ((hdrp)->plen1 << 4) + \
sys/dev/bluetooth/bth5.h
77
(hdrp)->ident + (hdrp)->plen2))
sys/dev/bluetooth/bth5.h
78
#define BTH5_SET_CSUM(hdrp) ((hdrp)->csum = BTH5_GET_CSUM(hdrp))
sys/dev/ic/dp8390.c
1098
dp8390_read_hdr(struct dp8390_softc *sc, int src, struct dp8390_ring *hdrp)
sys/dev/ic/dp8390.c
1107
hdrp->rsr = bus_space_read_1(buft, bufh, src);
sys/dev/ic/dp8390.c
1108
hdrp->next_packet = bus_space_read_1(buft, bufh, src + 1);
sys/dev/ic/dp8390.c
1109
hdrp->count = bus_space_read_1(buft, bufh, src + 2) |
sys/dev/usb/if_mue.c
1140
struct mue_rxbuf_hdr *hdrp;
sys/dev/usb/if_mue.c
1151
if (__predict_false(total_len < sizeof(*hdrp))) {
sys/dev/usb/if_mue.c
1157
hdrp = (struct mue_rxbuf_hdr *)buf;
sys/dev/usb/if_mue.c
1158
rx_cmd_a = le32toh(hdrp->rx_cmd_a);
sys/dev/usb/if_mue.c
1177
pktlen + sizeof(*hdrp) > total_len)) {
sys/dev/usb/if_mue.c
1212
usbnet_enqueue(un, buf + sizeof(*hdrp), pktlen, csum,
sys/dev/usb/if_mue.c
1216
pktlen = roundup(pktlen + sizeof(*hdrp), 4);
sys/net/slcompress.c
473
struct slcompress *comp, u_char **hdrp, u_int *hlenp)
sys/net/slcompress.c
507
*hdrp = (u_char *)&cs->cs_ip;
sys/net/slcompress.c
612
*hdrp = (u_char *)&cs->cs_ip;
usr.bin/audio/common/libaudio.h
309
int sun_prepare_header(struct track_info *ti, void **hdrp, size_t *lenp, int *leftp);
usr.bin/audio/common/libaudio.h
310
int wav_prepare_header(struct track_info *ti, void **hdrp, size_t *lenp, int *leftp);
usr.bin/audio/common/sun.c
113
sun_prepare_header(struct track_info *ti, void **hdrp, size_t *lenp, int *leftp)
usr.bin/audio/common/sun.c
189
*(sun_audioheader **)hdrp = &auh;
usr.bin/audio/common/wav.c
305
wav_prepare_header(struct track_info *ti, void **hdrp, size_t *lenp, int *leftp)
usr.bin/audio/common/wav.c
498
*hdrp = wavheaderbuf;
usr.bin/crunch/crunchide/exec_aout.c
135
hdrp = (struct exec *) aoutdata;
usr.bin/crunch/crunchide/exec_aout.c
138
textrel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp));
usr.bin/crunch/crunchide/exec_aout.c
139
datarel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp) +
usr.bin/crunch/crunchide/exec_aout.c
140
hdrp->a_trsize);
usr.bin/crunch/crunchide/exec_aout.c
142
textrel = (struct relocation_info *) (aoutdata + N_TRELOFF(*hdrp));
usr.bin/crunch/crunchide/exec_aout.c
143
datarel = (struct relocation_info *) (aoutdata + N_DRELOFF(*hdrp));
usr.bin/crunch/crunchide/exec_aout.c
145
symbase = (struct nlist *) (aoutdata + N_SYMOFF(*hdrp));
usr.bin/crunch/crunchide/exec_aout.c
146
strbase = (char *) (aoutdata + N_STROFF(*hdrp));
usr.bin/crunch/crunchide/exec_aout.c
148
ntextrel = hdrp->a_trsize / sizeof(struct relocation_info);
usr.bin/crunch/crunchide/exec_aout.c
149
ndatarel = hdrp->a_drsize / sizeof(struct relocation_info);
usr.bin/crunch/crunchide/exec_aout.c
150
nsyms = hdrp->a_syms / sizeof(struct nlist);
usr.bin/crunch/crunchide/exec_aout.c
51
struct exec *hdrp;