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

  /src/sys/kern/
kern_malloc.c 112 size_t allocsize, hdroffset; local in function:kern_malloc
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 in function:main
362 hdroffset = 3;
365 hdroffset = 3;
368 hdroffset = 4;
374 hdrcnt = winlines - hdroffset;

Completed in 55 milliseconds