Home
last modified time | relevance | path

Searched refs:attr_len (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/util-linux/volume_id/
Dntfs.c103 unsigned attr_len; in volume_id_probe_ntfs() local
159 attr_len = le32_to_cpu(attr->len); in volume_id_probe_ntfs()
162 attr_off += attr_len; in volume_id_probe_ntfs()
164 if (attr_len == 0) in volume_id_probe_ntfs()
174 attr_type, attr_len, attr_off); in volume_id_probe_ntfs()
/busybox-1.35.0/networking/
Difplugd.c508 int attr_len; in check_existence_through_netlink() local
516 attr_len = IFLA_PAYLOAD(mhdr); in check_existence_through_netlink()
518 while (RTA_OK(attr, attr_len)) { in check_existence_through_netlink()
529 attr = RTA_NEXT(attr, attr_len); in check_existence_through_netlink()