Searched refs:nbytes (Results 1 – 2 of 2) sorted by relevance
65 ssize_t nbytes; in scan_mounted_volumes() local93 nbytes = read(fd, buf, sizeof(buf) - 1); in scan_mounted_volumes()95 if (nbytes < 0) { in scan_mounted_volumes()98 buf[nbytes] = '\0'; in scan_mounted_volumes()115 while (nbytes > 0) { in scan_mounted_volumes()145 while (nbytes > 0 && *bufp != '\n') { in scan_mounted_volumes()147 nbytes--; in scan_mounted_volumes()149 if (nbytes > 0) { in scan_mounted_volumes()151 nbytes--; in scan_mounted_volumes()
73 ssize_t nbytes; in mtd_scan_partitions() local107 nbytes = read(fd, buf, sizeof(buf) - 1); in mtd_scan_partitions()109 if (nbytes < 0) { in mtd_scan_partitions()112 buf[nbytes] = '\0'; in mtd_scan_partitions()126 while (nbytes > 0) { in mtd_scan_partitions()153 while (nbytes > 0 && *bufp != '\n') { in mtd_scan_partitions()155 nbytes--; in mtd_scan_partitions()157 if (nbytes > 0) { in mtd_scan_partitions()159 nbytes--; in mtd_scan_partitions()