Home
last modified time | relevance | path

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

/Linux-v4.19/tools/bpf/bpftool/
Dcommon.c521 char vendor_id_buf[8]; in read_sysfs_hex_int() local
531 len = read(fd, vendor_id_buf, sizeof(vendor_id_buf)); in read_sysfs_hex_int()
537 if (len >= (int)sizeof(vendor_id_buf)) { in read_sysfs_hex_int()
542 vendor_id_buf[len] = 0; in read_sysfs_hex_int()
544 return strtol(vendor_id_buf, NULL, 0); in read_sysfs_hex_int()