Searched refs:atag (Results 1 – 4 of 4) sorted by relevance
62 if atag="$(git describe 2>/dev/null)"; then63 echo "$atag" | awk -F- '{printf("-%05d-%s", $(NF-1),$(NF))}'
801 atag, alen = struct.unpack(">II", hdr)803 if atag == FILE_ATTR_TAG_COMPRESSION:805 atag, alen, compress, _decomp_size = struct.unpack(807 elif atag == FILE_ATTR_TAG_UNUSED2:810 print('Unknown attribute tag %x' % atag)
29 u32 atag; member
59 passed to the Linux kernel using the ATAG_REVISION atag.
Completed in 14 milliseconds