Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
A Dcommon.c526 char vendor_id_buf[8]; in read_sysfs_hex_int() local
536 len = read(fd, vendor_id_buf, sizeof(vendor_id_buf)); in read_sysfs_hex_int()
542 if (len >= (int)sizeof(vendor_id_buf)) { in read_sysfs_hex_int()
547 vendor_id_buf[len] = 0; in read_sysfs_hex_int()
549 return strtol(vendor_id_buf, NULL, 0); in read_sysfs_hex_int()

Completed in 5 milliseconds