Searched refs:sectp (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/man/ |
H A D | man.c | 523 char **sectp; in getsect() local 533 for (sectp = manp->secv; *sectp; sectp++) in getsect() 534 lower(*sectp); in getsect() 538 for (sectp = manp->secv; *sectp; sectp++) in getsect() 539 lower(*sectp); in getsect() 547 for (sectp = manp->secv; *sectp; sectp++) in getsect() 548 lower(*sectp); in getsect()
|
/titanic_41/usr/src/uts/sun4u/lw8/io/ |
H A D | sgfru.c | 561 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, §s.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, §s, 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 …]
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 403 fastboot_elf32_find_loadables(void *img, off_t imgsz, fastboot_section_t *sectp, in fastboot_elf32_find_loadables() argument 434 sectp[used_sections].fb_sec_offset = phdr->p_offset; in fastboot_elf32_find_loadables() 435 sectp[used_sections].fb_sec_paddr = phdr->p_paddr; in fastboot_elf32_find_loadables() 436 sectp[used_sections].fb_sec_size = phdr->p_filesz; in fastboot_elf32_find_loadables() 437 sectp[used_sections].fb_sec_bss_size = in fastboot_elf32_find_loadables() 442 if (sectp[used_sections].fb_sec_paddr + in fastboot_elf32_find_loadables() 443 sectp[used_sections].fb_sec_size + in fastboot_elf32_find_loadables() 444 sectp[used_sections].fb_sec_bss_size >= in fastboot_elf32_find_loadables()
|
/titanic_41/usr/src/uts/sun4u/lw8/sys/ |
H A D | sgfru_mbox.h | 334 fru_info_t *fru, section_t *sectp);
|
H A D | sgfru_priv.h | 142 const frup_info_t *frup, const section_t *sectp);
|