Home | History | Annotate | Download | only in efi

Lines Matching defs:ssz

400 	ssize_t ssz;
428 ssz = read(fd, cp, (size_t)(ep - cp));
429 if (ssz == -1) {
434 assert(ssz >= 0);
436 printf("ssz: %zd\n", ssz);
437 show_data((uint8_t *)cp, (size_t)ssz, "");
439 if (ssz == 0)
442 cp += ssz;
443 sz = (size_t)ssz;