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

/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h170 long h_size; /* total file size */ member in struct:cfgheader
H A Dcfg.c2108 cfp->cf_head->h_size = cfp->cf_head->h_parsesize
2217 cfp->cf_head->h_size = cfp->cf_head->h_parsesize +
/illumos-gate/usr/src/head/
H A Darchives.h241 * h_size size of header + variable sized data sections.
248 char h_size[10]; member in struct:xattr_hdr
/illumos-gate/usr/src/uts/common/io/
H A Dmultidata.c1082 int h_size = 0, p_size = 0; local
1098 h_size = PDESC_HDRL(pdi);
1105 ASSERT(h_size + p_size >= 0);
1106 if ((mp = allocb(h_size + p_size, BPRI_HI)) == NULL) {
1112 if ((pdi->flags & PDESC_HBUF_REF) && h_size > 0) {
1113 bcopy(pdi->hdr_rptr, mp->b_wptr, h_size);
1114 mp->b_wptr += h_size;
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c317 (void) snprintf(xhdr->h_size, sizeof (xhdr->h_size), "%0*d",
318 sizeof (xhdr->h_size) - 1, hsize);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c118 int64_t h_size; member in struct:nvf_hdr::__anon6521::hdr
128 #define nvfh_size h_u.h_info.h_size
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c8630 (void) sprintf(hptr->h_size, "%0*d", sizeof (hptr->h_size) - 1, len);
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c7672 (void) sprintf(hptr->h_size, "%0*d", sizeof (hptr->h_size) - 1, len);

Completed in 128 milliseconds