Searched refs:sysfs_id_buf (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/edd_id/
H A Dedd_id.c141 char sysfs_id_buf[256]; local
157 size = read(sysfs_fd, sysfs_id_buf, sizeof(sysfs_id_buf)-1);
163 sysfs_id_buf[size] = '\0';
164 info("read '%s' from '%s'", sysfs_id_buf, file);
165 sysfs_id = strtoul(sysfs_id_buf, NULL, 16);

Completed in 88 milliseconds