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

/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dglue.c328 lbasize_t act_len; local
335 if (!syscall(API_DEV_READ, &err, di, buf, &len, &start, &act_len))
339 *rlen = act_len;
361 int err = 0, act_len; local
367 if (!syscall(API_DEV_READ, &err, di, buf, &len, &act_len))
371 *rlen = act_len;
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_init.c194 uint16_t act_len; local
209 act_len = BE_16(header->di_page_length);
210 if (act_len > page_len) {
212 page_len = act_len;
219 while (accessed < act_len) {

Completed in 57 milliseconds