Home
last modified time | relevance | path

Searched refs:bhdr (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libtnf/
H A Daccess.c72 tnf_ref32_t *bhdr; in tnf_get_block_relative() local
78 bhdr = _GET_BLOCK(tnf, DATUM_VAL(datum)); in tnf_get_block_relative()
79 index = _GET_BLOCK_INDEX(tnf, bhdr); in tnf_get_block_relative()
89 tnf_ref32_t *bhdr; in tnf_is_block_header() local
95 bhdr = _GET_BLOCK(info->tnf, val); in tnf_is_block_header()
97 return (((caddr_t)bhdr == val) && in tnf_is_block_header()
125 tnf_ref32_t *bhdr, *cell, ref32; in tnf_get_next_record() local
146 bhdr = _GET_BLOCK(tnf, nval); in tnf_get_next_record()
148 bytes = _GET_BLOCK_BYTES_VALID(tnf, bhdr); in tnf_get_next_record()
149 bval = (caddr_t)bhdr; in tnf_get_next_record()
H A Dreader.c40 tnf_ref32_t *fhdr, *bhdr; in tnf_reader_begin() local
146 bhdr = (tnf_ref32_t *)tnf->data_start; in tnf_reader_begin()
149 genp = _tnf_get_slot_named(tnf, bhdr, TNF_N_GENERATION); in tnf_reader_begin()
150 tnf->block_generation_offset = genp - (caddr_t)bhdr; in tnf_reader_begin()
153 bvp = _tnf_get_slot_named(tnf, bhdr, TNF_N_BYTES_VALID); in tnf_reader_begin()
154 tnf->block_bytes_valid_offset = bvp - (caddr_t)bhdr; in tnf_reader_begin()
164 tnf->block_header_info = _tnf_get_info(tnf, _tnf_get_tag(tnf, bhdr)); in tnf_reader_begin()
H A Dlibtnf.h213 #define _GET_BLOCK_INDEX(tnf, bhdr) \ argument
214 (((caddr_t)(bhdr) - (tnf)->data_start) >> (tnf)->block_shift)
219 #define _GET_BLOCK_GENERATION(tnf, bhdr) \ argument
220 _GET_UINT32(tnf, (caddr_t)bhdr + tnf->block_generation_offset)
222 #define _GET_BLOCK_BYTES_VALID(tnf, bhdr) \ argument
223 (!(bhdr) ? 0 : _GET_UINT16(tnf, (caddr_t)bhdr + \
/titanic_50/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_client.c47 ndr_bind_hdr_t *bhdr; in ndr_clnt_bind() local
65 bhdr = &mxa.send_hdr.bind_hdr; in ndr_clnt_bind()
66 bhdr->common_hdr.ptype = NDR_PTYPE_BIND; in ndr_clnt_bind()
67 bhdr->common_hdr.frag_length = sizeof (*bhdr); in ndr_clnt_bind()
68 bhdr->max_xmit_frag = NDR_DEFAULT_FRAGSZ; in ndr_clnt_bind()
69 bhdr->max_recv_frag = NDR_DEFAULT_FRAGSZ; in ndr_clnt_bind()
70 bhdr->assoc_group_id = 0; in ndr_clnt_bind()
71 bhdr->p_context_elem.n_context_elem = 1; in ndr_clnt_bind()
74 pce = &bhdr->p_context_elem.p_cont_elem[0]; in ndr_clnt_bind()
/titanic_50/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c242 } lbuf[NBUF], bhdr; variable
246 bp->back = &bhdr; \
247 bp->fwd = bhdr.fwd; \
248 bhdr.fwd->back = bp; \
249 bhdr.fwd = bp; \
260 bhdr.fwd = bhdr.back = &bhdr; in init_buffers()
277 for (bp = bhdr.fwd; bp != &bhdr; bp = bp->fwd) { in getblk()
282 bp = bhdr.back; in getblk()
320 for (bp = bhdr.fwd; bp != &bhdr; bp = bp->fwd) { in putblk()
352 for (bp = bhdr.fwd; bp != &bhdr; bp = bp->fwd) { in inval_bufs()
/titanic_50/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c182 } lbuf[NBUF], bhdr; variable
622 bhdr.fwd = bhdr.back = &bhdr; in main()
1835 for (bp = bhdr.fwd; bp != &bhdr; bp = bp->fwd) in main()
3182 lblkno(fs, addr) != (bhdr.fwd)->blkno)) { in syncshadowscan()
3333 for (bp = bhdr.fwd; bp != &bhdr; bp = bp->fwd) in getblk()
3337 bp = bhdr.back; in getblk()
3367 bp->back = &bhdr; in insert()
3368 bp->fwd = bhdr.fwd; in insert()
3369 bhdr.fwd->back = bp; in insert()
3370 bhdr.fwd = bp; in insert()
[all …]
/titanic_50/usr/src/common/ctf/
H A Dctf_create.c281 ctf_header_t hdr, *bhdr; in ctf_update() local
451 bhdr = buf; in ctf_update()
470 bhdr->cth_parname = s - s0; in ctf_update()
488 bhdr->cth_parlabel = label->ctl_label; in ctf_update()