Searched refs:xhdr (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 247 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() 320 "%0*d", sizeof (xhdr->h_component_len) - 1, comlen); 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() [all …]
|
H A D | tlm_restore_writer.c | 1395 struct xattr_hdr *xhdr; in restore_xattr_hdr() local 1409 xhdr = (struct xattr_hdr *)get_read_buffer(size, &error, in restore_xattr_hdr() 1411 if (xhdr == NULL || error != 0) { in restore_xattr_hdr() 1420 if (strcmp(xhdr->h_version, XATTR_ARCH_VERS) != 0) { in restore_xattr_hdr() 1422 "Unrecognized header format [%s]", xhdr->h_version); in restore_xattr_hdr() 1425 xbuf = (struct xattr_buf *)(((char *)xhdr) + sizeof (struct xattr_hdr)); in restore_xattr_hdr()
|
/titanic_44/usr/src/cmd/stat/arcstat/ |
H A D | arcstat.pl | 99 my @xhdr = qw(time mfu mru mfug mrug eskip mtxmis dread pread read); 167 @hdr = @xhdr if $xflag; #reset headers to xhdr
|