Searched refs:bhdr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libtnf/
H A Daccess.c72 tnf_ref32_t *bhdr; local
78 bhdr = _GET_BLOCK(tnf, DATUM_VAL(datum));
79 index = _GET_BLOCK_INDEX(tnf, bhdr);
89 tnf_ref32_t *bhdr; local
95 bhdr = _GET_BLOCK(info->tnf, val);
97 return (((caddr_t)bhdr == val) &&
125 tnf_ref32_t *bhdr, *cell, ref32; local
146 bhdr = _GET_BLOCK(tnf, nval);
148 bytes = _GET_BLOCK_BYTES_VALID(tnf, bhdr);
149 bval = (caddr_t)bhdr;
[all...]
H A Dreader.c40 tnf_ref32_t *fhdr, *bhdr; local
146 bhdr = (tnf_ref32_t *)tnf->data_start;
149 genp = _tnf_get_slot_named(tnf, bhdr, TNF_N_GENERATION);
150 tnf->block_generation_offset = genp - (caddr_t)bhdr;
153 bvp = _tnf_get_slot_named(tnf, bhdr, TNF_N_BYTES_VALID);
154 tnf->block_bytes_valid_offset = bvp - (caddr_t)bhdr;
164 tnf->block_header_info = _tnf_get_info(tnf, _tnf_get_tag(tnf, bhdr));
H A Dlibtnf.h157 unsigned block_shift; /* index -> bhdr */
158 unsigned block_mask; /* ptr -> bhdr */
213 #define _GET_BLOCK_INDEX(tnf, bhdr) \
214 (((caddr_t)(bhdr) - (tnf)->data_start) >> (tnf)->block_shift)
219 #define _GET_BLOCK_GENERATION(tnf, bhdr) \
220 _GET_UINT32(tnf, (caddr_t)bhdr + tnf->block_generation_offset)
222 #define _GET_BLOCK_BYTES_VALID(tnf, bhdr) \
223 (!(bhdr) ? 0 : _GET_UINT16(tnf, (caddr_t)bhdr + \
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_client.c47 ndr_bind_hdr_t *bhdr; local
65 bhdr = &mxa.send_hdr.bind_hdr;
66 bhdr->common_hdr.ptype = NDR_PTYPE_BIND;
67 bhdr->common_hdr.frag_length = sizeof (*bhdr);
68 bhdr->max_xmit_frag = NDR_DEFAULT_FRAGSZ;
69 bhdr->max_recv_frag = NDR_DEFAULT_FRAGSZ;
70 bhdr->assoc_group_id = 0;
71 bhdr->p_context_elem.n_context_elem = 1;
74 pce = &bhdr
[all...]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c242 } lbuf[NBUF], bhdr; variable in typeref:struct:lbuf
246 bp->back = &bhdr; \
247 bp->fwd = bhdr.fwd; \
248 bhdr.fwd->back = bp; \
249 bhdr.fwd = bp; \
260 bhdr.fwd = bhdr.back = &bhdr;
277 for (bp = bhdr.fwd; bp != &bhdr; b
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c182 } lbuf[NBUF], bhdr; variable in typeref:struct:lbuf
622 bhdr.fwd = bhdr.back = &bhdr;
1835 for (bp = bhdr.fwd; bp != &bhdr; bp = bp->fwd)
3182 lblkno(fs, addr) != (bhdr.fwd)->blkno)) {
3333 for (bp = bhdr.fwd; bp != &bhdr; bp = bp->fwd)
3337 bp = bhdr
[all...]

Completed in 83 milliseconds