HomeSort by: relevance | last modified time | path
    Searched refs:hdroffset (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_malloc.c 112 size_t allocsize, hdroffset; local
123 hdroffset = PAGE_SIZE - sizeof(struct malloc_header);
126 hdroffset = 0;
139 mh = (void *)((char *)p + hdroffset);
140 mh->mh_size = allocsize - hdroffset;
  /src/usr.sbin/iostat/
iostat.c 207 int ch, hdrcnt, hdroffset, ndrives, lines; local
363 hdroffset = 3;
366 hdroffset = 3;
369 hdroffset = 4;
375 hdrcnt = winlines - hdroffset;

Completed in 16 milliseconds