Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/man/
H A Dman.c565 char **sectp; in getsect() local
577 for (sectp = manp->secv; *sectp; sectp++) in getsect()
578 lower(*sectp); in getsect()
583 for (sectp = manp->secv; *sectp; sectp++) in getsect()
584 lower(*sectp); in getsect()
592 for (sectp = manp->secv; *sectp; sectp++) in getsect()
593 lower(*sectp); in getsect()
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c561 section_t *sectp; in sgfru_getsections() local
586 sectp = (section_t *)kmem_zalloc(ssize, KM_SLEEP); in sgfru_getsections()
589 if ((ret = sgfru_section_pad(datap, max_cnt, &sects.fru_info, sectp)) in sgfru_getsections()
592 kmem_free(sectp, ssize); in sgfru_getsections()
600 kmem_free(sectp, ssize); in sgfru_getsections()
604 if (sgfru_copyout_sections(iargp, &sects, sectp) != 0) { in sgfru_getsections()
605 kmem_free(sectp, ssize); in sgfru_getsections()
609 kmem_free(sectp, ssize); in sgfru_getsections()
1616 const section_t *sectp) in sgfru_copyout_sections() argument
1622 if (ddi_copyout((void *)sectp, (void *)frup->frus, size, argp->mode) in sgfru_copyout_sections()
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c395 fastboot_elf32_find_loadables(void *img, off_t imgsz, fastboot_section_t *sectp, in fastboot_elf32_find_loadables() argument
426 sectp[used_sections].fb_sec_offset = phdr->p_offset; in fastboot_elf32_find_loadables()
427 sectp[used_sections].fb_sec_paddr = phdr->p_paddr; in fastboot_elf32_find_loadables()
428 sectp[used_sections].fb_sec_size = phdr->p_filesz; in fastboot_elf32_find_loadables()
429 sectp[used_sections].fb_sec_bss_size = in fastboot_elf32_find_loadables()
434 if (sectp[used_sections].fb_sec_paddr + in fastboot_elf32_find_loadables()
435 sectp[used_sections].fb_sec_size + in fastboot_elf32_find_loadables()
436 sectp[used_sections].fb_sec_bss_size >= in fastboot_elf32_find_loadables()
/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);