Searched defs:sectcntp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c398 * sectcntp - is both input/output parameter.
399 * On entry, *sectcntp contains maximum allowable number of sections;
404 int *sectcntp, uint32_t *offp)
411 const int max_sectcnt = *sectcntp;
452 *sectcntp = used_sections;
403 fastboot_elf32_find_loadables(void *img, off_t imgsz, fastboot_section_t *sectp, int *sectcntp, uint32_t *offp) argument

Completed in 67 milliseconds