Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c1593 size_t attr_length, l, line_length, value_length; in pax_header() local
1601 attr_length = in_as->length; in pax_header()
1609 while (attr_length > 0) { in pax_header()
1612 l = attr_length; in pax_header()
1641 if (line_length > attr_length in pax_header()
1679 attr_length -= line_length; in pax_header()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dsa.c1201 int attr_length, reg_length; in sa_attr_iter() local
1207 attr_length = reg_length; in sa_attr_iter()
1210 attr_length = length_start[length_idx]; in sa_attr_iter()
1214 func(hdr, data_start, tb->lot_attrs[i], attr_length, in sa_attr_iter()
1218 attr_length), 8); in sa_attr_iter()
/freebsd/sys/cam/scsi/
H A Dscsi_sa.h893 uint8_t attr_length[2]; member