Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dload_elf.c69 size_t firstlen; member
109 ef->firstlen = (size_t)bytes_read; in __elfN()
110 if (bytes_read < 0 || ef->firstlen <= sizeof (Elf_Ehdr)) { in __elfN()
411 if ((ehdr->e_phoff + ehdr->e_phnum * sizeof (*phdr)) > ef->firstlen) { in __elfN()
449 if (ef->firstlen > phdr[i].p_offset) { in __elfN()
450 fpcopy = ef->firstlen - phdr[i].p_offset; in __elfN()
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c2038 int firstlen, hdrlen, lastlen, lastlen0, npkt, overlen, paylen; in rtw_compute_duration() local
2066 firstlen = fraglen + overlen; in rtw_compute_duration()
2068 firstlen = paylen + overlen; in rtw_compute_duration()
2074 rc = rtw_compute_duration1(firstlen + hdrlen, in rtw_compute_duration()