Searched refs:sectp (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/man/
H A Dman.c523 char **sectp; local
534 for (sectp = manp->secv; *sectp; sectp++)
535 lower(*sectp);
540 for (sectp = manp->secv; *sectp; sectp++)
541 lower(*sectp);
549 for (sectp
[all...]
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfru_mbox.h334 fru_info_t *fru, section_t *sectp);
H A Dsgfru_priv.h142 const frup_info_t *frup, const section_t *sectp);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c403 fastboot_elf32_find_loadables(void *img, off_t imgsz, fastboot_section_t *sectp, argument
434 sectp[used_sections].fb_sec_offset = phdr->p_offset;
435 sectp[used_sections].fb_sec_paddr = phdr->p_paddr;
436 sectp[used_sections].fb_sec_size = phdr->p_filesz;
437 sectp[used_sections].fb_sec_bss_size =
442 if (sectp[used_sections].fb_sec_paddr +
443 sectp[used_sections].fb_sec_size +
444 sectp[used_sections].fb_sec_bss_size >=
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c561 section_t *sectp; local
586 sectp = (section_t *)kmem_zalloc(ssize, KM_SLEEP);
589 if ((ret = sgfru_section_pad(datap, max_cnt, &sects.fru_info, sectp))
592 kmem_free(sectp, ssize);
600 kmem_free(sectp, ssize);
604 if (sgfru_copyout_sections(iargp, &sects, sectp) != 0) {
605 kmem_free(sectp, ssize);
609 kmem_free(sectp, ssize);
1616 const section_t *sectp)
1622 if (ddi_copyout((void *)sectp, (voi
1615 sgfru_copyout_sections(const sgfru_init_arg_t *argp, const frup_info_t *frup, const section_t *sectp) argument
1747 sgfru_section_pad(const caddr_t datap, const int max_cnt, fru_info_t *fru, section_t *sectp) argument
[all...]

Completed in 66 milliseconds