Home
last modified time | relevance | path

Searched refs:xhdr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c247 struct xattr_hdr *xhdr; in output_xattr_header() local
308 xhdr = (struct xattr_hdr *)get_write_buffer(RECORDSIZE, in output_xattr_header()
310 if (!xhdr) { in output_xattr_header()
315 (void) snprintf(xhdr->h_version, sizeof (xhdr->h_version), "%s", in output_xattr_header()
317 (void) snprintf(xhdr->h_size, sizeof (xhdr->h_size), "%0*d", in output_xattr_header()
318 sizeof (xhdr->h_size) - 1, hsize); in output_xattr_header()
319 (void) snprintf(xhdr->h_component_len, sizeof (xhdr->h_component_len), in output_xattr_header()
321 (void) snprintf(xhdr->h_link_component_len, in output_xattr_header()
322 sizeof (xhdr->h_link_component_len), "%0*d", in output_xattr_header()
323 sizeof (xhdr->h_link_component_len) - 1, 0); in output_xattr_header()
[all …]
H A Dtlm_restore_writer.c1396 struct xattr_hdr *xhdr; in restore_xattr_hdr() local
1410 xhdr = (struct xattr_hdr *)get_read_buffer(size, &error, in restore_xattr_hdr()
1412 if (xhdr == NULL || error != 0) { in restore_xattr_hdr()
1421 if (strcmp(xhdr->h_version, XATTR_ARCH_VERS) != 0) { in restore_xattr_hdr()
1423 "Unrecognized header format [%s]", xhdr->h_version); in restore_xattr_hdr()
1426 xbuf = (struct xattr_buf *)(((char *)xhdr) + sizeof (struct xattr_hdr)); in restore_xattr_hdr()
/illumos-gate/usr/src/cmd/stat/arcstat/
H A Darcstat.pl99 my @xhdr = qw(time mfu mru mfug mrug eskip mtxmis dread pread read);
167 @hdr = @xhdr if $xflag; #reset headers to xhdr