Searched defs:hmuch (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/ficlplatform/
H A Dpager.c155 size_t hmuch; local
165 hmuch = read(fd, buf, sizeof (buf) - 1);
166 if (hmuch == -1) {
170 if (hmuch == 0) {
174 buf[hmuch] = 0;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dpager.c134 size_t hmuch; local
144 hmuch = read(fd, buf, sizeof(buf) - 1);
145 if (hmuch == -1) {
149 if (hmuch == 0) {
153 buf[hmuch] = 0;

Completed in 57 milliseconds