Home
last modified time | relevance | path

Searched refs:hdrp (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sbin/cryptdisks/
H A Dsafe_mem.c57 struct safe_mem_hdr *hdr, *hdrp; in _alloc_safe_mem() local
88 hdrp = safe_mem_hdr_first; in _alloc_safe_mem()
89 while (hdrp->next != NULL) in _alloc_safe_mem()
90 hdrp = hdrp->next; in _alloc_safe_mem()
91 hdr->prev = hdrp; in _alloc_safe_mem()
92 hdrp->next = hdr; in _alloc_safe_mem()
/dragonfly/sys/dev/misc/tbridge/
H A Dsafe_mem.c74 struct safe_mem_hdr *hdr, *hdrp; in _alloc_safe_mem() local
97 hdrp = safe_mem_hdr_first; in _alloc_safe_mem()
98 while (hdrp->next != NULL) in _alloc_safe_mem()
99 hdrp = hdrp->next; in _alloc_safe_mem()
100 hdr->prev = hdrp; in _alloc_safe_mem()
101 hdrp->next = hdr; in _alloc_safe_mem()
/dragonfly/lib/libtcplay/
H A Dsafe_mem.c57 struct safe_mem_hdr *hdr, *hdrp; in _alloc_safe_mem() local
88 hdrp = safe_mem_hdr_first; in _alloc_safe_mem()
89 while (hdrp->next != NULL) in _alloc_safe_mem()
90 hdrp = hdrp->next; in _alloc_safe_mem()
91 hdr->prev = hdrp; in _alloc_safe_mem()
92 hdrp->next = hdr; in _alloc_safe_mem()
/dragonfly/lib/libc/db/hash/
H A Dhash.c936 HASHHDR *hdrp; in swap_header() local
939 hdrp = &hashp->hdr; in swap_header()
941 M_32_SWAP(hdrp->magic); in swap_header()
942 M_32_SWAP(hdrp->version); in swap_header()
943 M_32_SWAP(hdrp->lorder); in swap_header()
944 M_32_SWAP(hdrp->bsize); in swap_header()
945 M_32_SWAP(hdrp->bshift); in swap_header()
946 M_32_SWAP(hdrp->dsize); in swap_header()
947 M_32_SWAP(hdrp->ssize); in swap_header()
948 M_32_SWAP(hdrp->sshift); in swap_header()
[all …]
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_cam.c1275 MSG_REQUEST_HEADER *hdrp; in mpt_execute_req_a64() local
1286 hdrp = req->req_vbuf; in mpt_execute_req_a64()
1294 switch (hdrp->Function) { in mpt_execute_req_a64()
1306 hdrp->Function); in mpt_execute_req_a64()
1457 hdrp->ChainOffset = ((char *)se - (char *)hdrp) >> 2; in mpt_execute_req_a64()
1678 MSG_REQUEST_HEADER *hdrp; in mpt_execute_req() local
1689 hdrp = req->req_vbuf; in mpt_execute_req()
1698 switch (hdrp->Function) { in mpt_execute_req()
1709 hdrp->Function); in mpt_execute_req()
1853 hdrp->ChainOffset = ((char *)se - (char *)hdrp) >> 2; in mpt_execute_req()
[all …]
/dragonfly/sys/net/ppp_layer/
H A Dslcompress.c458 struct slcompress *comp, u_char **hdrp, u_int *hlenp) in sl_uncompress_tcp_core() argument
490 *hdrp = (u_char *) &cs->cs_ip; in sl_uncompress_tcp_core()
589 *hdrp = (u_char *) &cs->cs_ip; in sl_uncompress_tcp_core()
/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-create.c267 ctf_header_t hdr, *hdrp; in ctf_serialize() local
359 hdrp = (ctf_header_t *) buf; in ctf_serialize()
361 ctf_str_add_ref (fp, fp->ctf_parname, &hdrp->cth_parname); in ctf_serialize()
363 ctf_str_add_ref (fp, fp->ctf_cuname, &hdrp->cth_cuname); in ctf_serialize()
500 hdrp = (ctf_header_t *) buf; in ctf_serialize()
501 hdrp->cth_strlen = strtab.cts_len; in ctf_serialize()
502 buf_size += hdrp->cth_strlen; in ctf_serialize()
/dragonfly/sys/dev/disk/isp/
H A Disp_target.c151 #define hdrp unp.hp in isp_target_notify() macro
433 #undef hdrp in isp_target_notify()
/dragonfly/contrib/gdb-7/bfd/
H A Darchive.c467 char *hdrp = (char *) &hdr; in _bfd_generic_read_ar_hdr_mag() local
479 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr)) in _bfd_generic_read_ar_hdr_mag()
/dragonfly/contrib/binutils-2.34/bfd/
H A Darchive.c487 char *hdrp = (char *) &hdr; in _bfd_generic_read_ar_hdr_mag() local
499 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr)) in _bfd_generic_read_ar_hdr_mag()
/dragonfly/contrib/binutils-2.27/bfd/
H A Darchive.c487 char *hdrp = (char *) &hdr; in _bfd_generic_read_ar_hdr_mag() local
499 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr)) in _bfd_generic_read_ar_hdr_mag()