Searched refs:inx (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/file/ |
H A D | elf_read.c | 249 get_phdr(Elf_Info *EI, int inx) in get_phdr() argument 254 if (inx >= EI_Ehdr_phnum) in get_phdr() 258 off = (FILE_ELF_OFF_T)EI_Ehdr.e_phoff + (inx * size); in get_phdr() 272 get_shdr(Elf_Info *EI, int inx) in get_shdr() argument 286 if ((EI_Ehdr.e_shoff == 0) || ((inx > 0) && (inx >= EI_Ehdr_shnum))) in get_shdr() 290 off = (FILE_ELF_OFF_T)EI_Ehdr.e_shoff + (inx * size); in get_shdr() 310 register int inx; in process_phdr() local 324 for (inx = 0; inx < EI_Ehdr_phnum; inx++) { in process_phdr() 325 if (get_phdr(EI, inx) == ELF_READ_FAIL) in process_phdr() 334 if (get_phdr(EI, inx+1) == ELF_READ_FAIL) in process_phdr() [all …]
|
/illumos-gate/usr/src/uts/sun4u/vm/ |
H A D | mach_kpm.c | 272 pgcnt_t inx; \ 278 inx = ptokpmp(kpmptop(ptokpmp(pfn)) - mseg->kpm_pbase); \ 279 ASSERT(inx < mseg->kpm_nkpmpgs); \ 280 kp = &mseg->kpm_pages[inx]; \ 286 pgcnt_t inx; \ 292 inx = pfn - mseg->kpm_pbase; \ 293 ksp = &mseg->kpm_spages[inx]; \ 372 hat_kpm_mseghash_update(pgcnt_t inx, struct memseg *msp) in hat_kpm_mseghash_update() argument 377 memseg_phash[inx] = (msp) ? va_to_pa(msp) : MSEG_NULLPTR_PA; in hat_kpm_mseghash_update() 1205 pgcnt_t inx; in sfmmu_kpm_fault() local [all …]
|
/illumos-gate/usr/src/uts/common/io/skd/ |
H A D | skd.c | 3625 int inx = 0; in skd_list_skreq() local 3637 inx, (void *)skreq, skreq->state, in skd_list_skreq() 3641 inx++; in skd_list_skreq() 3646 inx = 0; in skd_list_skreq() 3654 "pbuf=%p dir=%d\n", inx, (void *)skreq, in skd_list_skreq() 3657 inx++; in skd_list_skreq() 3661 return (inx); in skd_list_skreq() 3677 int inx = 0; in skd_list_skmsg() local 3688 "l=%d o=%d nxt=%p\n", inx, (void *)skmsgp, in skd_list_skmsg() 3692 inx++; in skd_list_skmsg() [all …]
|
/illumos-gate/usr/src/uts/sun4v/vm/ |
H A D | mach_kpm.c | 218 hat_kpm_mseghash_update(pgcnt_t inx, struct memseg *msp) in hat_kpm_mseghash_update() argument
|
/illumos-gate/usr/src/contrib/ast/lib/package/ |
H A D | package.mk | 1063 } > $(PACKAGEGEN)/$(name).inx 1283 } > $(PACKAGEGEN)/$(name).inx 1350 } > $(PACKAGEGEN)/$(name).inx 1469 } > $(PACKAGEGEN)/$(name).inx
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | package.mk | 1063 } > $(PACKAGEGEN)/$(name).inx 1283 } > $(PACKAGEGEN)/$(name).inx 1350 } > $(PACKAGEGEN)/$(name).inx 1469 } > $(PACKAGEGEN)/$(name).inx
|
H A D | RELEASE | 469 03-04-05 package.mk: restore *.inx generation somehow lost during cyg additions 738 00-12-11 package.mk: *.inx now contains name=value
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | hat_i86.c | 4837 hat_kpm_mseghash_update(pgcnt_t inx, struct memseg *msp) in hat_kpm_mseghash_update() argument
|