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

/illumos-gate/usr/src/head/
H A Darchives.h258 char h_namesz[7]; /* length of h_names */
260 char h_names[1]; /* filepathNULattrpathNUL... */ member in struct:xattr_buf
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_names.h145 struct nm_rec_hdr h_names; /* device-name structures */ member in struct:nm_header
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c3090 xattrp->h_names);
4214 xattrp->h_names,
4240 "file %.*s", NAMSIZ, xattrp->h_names);
4262 xattr_linkp->h_names +
4263 strlen(xattr_linkp->h_names) + 1);
6193 (void) strcpy(fullname, xattrp->h_names);
6195 (void) strcpy(component, basename(xattrp->h_names +
6196 strlen(xattrp->h_names) + 1));
7693 (void) strcpy(tptr->h_names, filename);
7695 (void) strcpy(&tptr->h_names[attrnames_inde
[all...]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c4761 tapath = xattrp->h_names +
4762 strlen(xattrp->h_names) + 1;
4795 xattrp->h_names);
4834 E_EXIT, xattr_linkp->h_names);
8651 (void) strcpy(tptr->h_names, filename);
8653 (void) strcpy(&tptr->h_names[attrnames_index], attrpath);
8662 if ((aptr = strpbrk(&tptr->h_names[attrnames_index], "/")) != NULL) {
8676 (void) strcpy(tptr->h_names, linkinfo->L_gen.g_attrfnam_p);
8678 &tptr->h_names[strlen(linkinfo->L_gen.g_attrfnam_p) + 1],
8813 parentfilelen = strlen(xattrp->h_names);
[all...]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c333 (void) strlcpy(xbuf->h_names, fname, TLM_NAME_SIZE);
334 (void) strlcpy(&xbuf->h_names[strlen(fname) + 1], aname,
H A Dtlm_restore_writer.c1428 xattrname = xbuf->h_names + strlen(xbuf->h_names) + 1;
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c228 hhdr->hh_names.nmn_record = &(hhdr->hh_header->h_names);
232 * h_names.r_next_key is set to zero in devid nmspace
236 hhdr->hh_header->h_names.r_next_key = 0;
239 hhdr->hh_header->h_names.r_next_key = 1;
3879 hdr->hh_names.nmn_record = &(hdr->hh_header->h_names);
H A Dmd_mddb.c12410 hdr = &hhdr->h_names;

Completed in 163 milliseconds