Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dpager.c135 size_t hmuch; in pager_file() local
145 hmuch = read(fd, buf, sizeof (buf) - 1); in pager_file()
146 if (hmuch == -1) { in pager_file()
150 if (hmuch == 0) { in pager_file()
154 buf[hmuch] = 0; in pager_file()
/illumos-gate/usr/src/common/ficl/ficlplatform/
H A Dpager.c155 size_t hmuch; in pager_file() local
165 hmuch = read(fd, buf, sizeof (buf) - 1); in pager_file()
166 if (hmuch == -1) { in pager_file()
170 if (hmuch == 0) { in pager_file()
174 buf[hmuch] = 0; in pager_file()