Searched refs:s_index (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/cmd/sgs/libelf/common/ |
H A D | newscn.c | 80 s->sb_scn.s_index = tl->s_index + 1; in elf_newscn() 84 = (Elf32_Half)(tl->s_index + 2); in elf_newscn() 110 s->sb_scn.s_index = tl->s_index + 1; in elf_newscn() 114 = (Elf64_Half)(tl->s_index + 2); in elf_newscn()
|
H A D | ndxscn.c | 46 rc = scn->s_index; in elf_ndxscn()
|
H A D | getscn.c | 83 if (s->s_index == index) { in elf_getscn()
|
H A D | newdata.c | 49 if (s->s_index == SHN_UNDEF) { in elf_newdata()
|
H A D | clscook.c | 113 s->s_index = s - elf->ed_hdscn; in _elf_prepscn() 114 s->s_shdr = (Shdr*)s->s_elf->ed_shdr + s->s_index; in _elf_prepscn()
|
H A D | decl.h | 142 size_t s_index; /* section index */ member
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | lgrp.c | 235 const char *s_index = NULL, *s_handle = NULL, *s_parent = NULL; in lgrp() local 253 'i', MDB_OPT_STR, &s_index, in lgrp() 258 if (s_index != NULL) in lgrp() 268 if (s_index != NULL) in lgrp() 269 index = mdb_strtoull(s_index); in lgrp() 310 ((s_index == NULL) || ((int)index != LGRP_NONE))) in lgrp() 321 if ((s_index != NULL) && index != (uintptr_t)lgrp.lgrp_id) in lgrp()
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | vm_usage.c | 1099 pgcnt_t p_index, s_index, p_start, p_end, s_start, s_end, rss, virt; in vmu_calculate_seg() local 1194 s_index = s_start; in vmu_calculate_seg() 1238 cur->vmb_start = s_index; in vmu_calculate_seg() 1239 cur->vmb_end = s_index + p_bound_size; in vmu_calculate_seg() 1250 s_index = s_index + p_bound_size + 1; in vmu_calculate_seg() 1263 s_index++; in vmu_calculate_seg() 1300 s_index += pgcnt; in vmu_calculate_seg() 1303 s_index++; in vmu_calculate_seg()
|
/titanic_50/usr/src/cmd/awk_xpg4/ |
H A D | awk0.c | 83 s_index, FUNC, f_index, 138 wchar_t s_index[] = M_MB_L("index"); /* Name of "index" function */ variable
|
H A D | awk.h | 383 extern wchar_t s_exp[], s_getline[], s_index[], s_int[], s_length[], s_log[];
|
H A D | awk4.c | 313 awkerr(nargerr, s_index); in f_index()
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_map.c | 2514 char *s_index; in getIndex() local 2542 for (s_index = index; s_index < s_index_end; in getIndex() 2543 s_index++) { in getIndex() 2544 if (*s_index == ESCAPE_CHAR) { in getIndex() 2545 *s_index1++ = *s_index++; in getIndex() 2546 } else if (*s_index == DOUBLE_QUOTE_CHAR) { in getIndex() 2549 is_whitespace(*s_index)) { in getIndex() 2552 *s_index1++ = *s_index; in getIndex() 2554 *s_index1 = *s_index; in getIndex()
|
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/ |
H A D | montecarlo.c | 1370 int s_index, i1; in display_mc_prtdiag_info() local 1765 for (s_index = 0; s_index < slot_table_size; s_index++) { in display_mc_prtdiag_info() 1769 prom_slot_table[s_index].pslotnum) { in display_mc_prtdiag_info() 1776 if (prom_slot_table[s_index].pci_devno == in display_mc_prtdiag_info() 1805 hotswap_slot_table[s_index].pslotnum) { in display_mc_prtdiag_info() 1811 if (hotswap_slot_table[s_index].pci_devno == in display_mc_prtdiag_info()
|