Home
last modified time | relevance | path

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

/linux-6.6.21/tools/bpf/bpftool/
Dcommon.c600 char vendor_id_buf[8]; in read_sysfs_hex_int() local
610 len = read(fd, vendor_id_buf, sizeof(vendor_id_buf)); in read_sysfs_hex_int()
616 if (len >= (int)sizeof(vendor_id_buf)) { in read_sysfs_hex_int()
621 vendor_id_buf[len] = 0; in read_sysfs_hex_int()
623 return strtol(vendor_id_buf, NULL, 0); in read_sysfs_hex_int()