Searched defs:s_index (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | lgrp.c | 235 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)
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | decl.h | 142 size_t s_index; /* section index */ member in struct:Elf_Scn
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_map.c | 2514 char *s_index; local 2542 for (s_index = index; s_index < s_index_end; 2543 s_index++) { 2544 if (*s_index == ESCAPE_CHAR) { 2545 *s_index1++ = *s_index++; 2546 } else if (*s_index == DOUBLE_QUOTE_CHAR) { 2549 is_whitespace(*s_index)) { 2552 *s_index1++ = *s_index; 2554 *s_index1 = *s_index; [all...] |
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/ |
H A D | montecarlo.c | 1370 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) */
|
/illumos-gate/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; 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++;
|
Completed in 146 milliseconds