Searched refs:s_index (Results 1 - 13 of 13) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/common/
H A Dndxscn.c46 rc = scn->s_index;
H A Dnewscn.c80 s->sb_scn.s_index = tl->s_index + 1;
84 = (Elf32_Half)(tl->s_index + 2);
110 s->sb_scn.s_index = tl->s_index + 1;
114 = (Elf64_Half)(tl->s_index + 2);
H A Dgetscn.c83 if (s->s_index == index) {
H A Dnewdata.c49 if (s->s_index == SHN_UNDEF) {
H A Dclscook.c114 s->s_index = s - elf->ed_hdscn;
115 s->s_shdr = (Shdr*)s->s_elf->ed_shdr + s->s_index;
H A Ddecl.h142 size_t s_index; /* section index */ member in struct:Elf_Scn
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlgrp.c235 const char *s_index = NULL, *s_handle = NULL, *s_parent = NULL; local
253 'i', MDB_OPT_STR, &s_index,
258 if (s_index != NULL)
268 if (s_index != NULL)
269 index = mdb_strtoull(s_index);
310 ((s_index == NULL) || ((int)index != LGRP_NONE)))
321 if ((s_index != NULL) && index != (uintptr_t)lgrp.lgrp_id)
/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk0.c83 s_index, FUNC, f_index,
138 wchar_t s_index[] = M_MB_L("index"); /* Name of "index" function */ variable
H A Dawk.h383 extern wchar_t s_exp[], s_getline[], s_index[], s_int[], s_length[], s_log[];
H A Dawk4.c313 awkerr(nargerr, s_index);
/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dvm_usage.c1099 pgcnt_t p_index, s_index, p_start, p_end, s_start, s_end, rss, virt; local
1194 s_index = s_start;
1238 cur->vmb_start = s_index;
1239 cur->vmb_end = s_index + p_bound_size;
1250 s_index = s_index + p_bound_size + 1;
1263 s_index++;
1300 s_index += pgcnt;
1303 s_index++;
/opensolaris-onvv-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c1370 int s_index, i1; local
1765 for (s_index = 0; s_index < slot_table_size; s_index++) {
1769 prom_slot_table[s_index].pslotnum) {
1776 if (prom_slot_table[s_index].pci_devno ==
1805 hotswap_slot_table[s_index].pslotnum) {
1811 if (hotswap_slot_table[s_index].pci_devno ==
1831 } /* for(s_index) */
/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c2517 char *s_index; local
2545 for (s_index = index; s_index < s_index_end;
2546 s_index++) {
2547 if (*s_index == ESCAPE_CHAR) {
2548 *s_index1++ = *s_index++;
2549 } else if (*s_index == DOUBLE_QUOTE_CHAR) {
2552 is_whitespace(*s_index)) {
2555 *s_index1++ = *s_index;
2557 *s_index1 = *s_index;
[all...]

Completed in 124 milliseconds