/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | index.c | 33 index(sp, c) function
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | index.c | 53 index(const char *sp, int c) function
|
/illumos-gate/usr/src/lib/libgss/ |
H A D | g_rel_oid_set.c | 45 OM_uint32 index; local 56 for (index = 0; index < (*set)->count; index++) { 57 oid = &(*set)->elements[index];
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | index.c | 54 index(char *sp, char c) function
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcGetAdapterName.cc | 42 * @param index the index to which adapter to retrieve the name 49 HBA_STATUS Sun_fcGetAdapterName(HBA_UINT32 index, char *name) { argument 58 std::string sname = list->getHBAName(index);
|
H A D | Sun_fcGetTgtAdapterName.cc | 42 * @param index the index to which adapter to retrieve the name 49 HBA_STATUS Sun_fcGetTgtAdapterName(HBA_UINT32 index, char *name) { argument 58 std::string sname = list->getTgtHBAName(index);
|
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | Sun_sasGetAdapterName.c | 34 * index the index to which adapter to retrive the name 37 HBA_STATUS Sun_sasGetAdapterName(HBA_UINT32 index, char *name) { argument 48 if (hba_ptr->index == index) { 62 "Unable to find adapter index %d.", index);
|
H A D | Sun_sasGetAdapterAttributes.c | 36 int index = 0; local 44 index = RetrieveIndex(handle); 46 hba_ptr = RetrieveHandle(index);
|
H A D | Sun_sasGetAdapterPortAttributes.c | 39 int index; local 49 index = RetrieveIndex(handle); 51 hba_ptr = RetrieveHandle(index); 76 "Internal failure: Adapter at index %d contains no port " 77 "data", hba_ptr->index); 85 if (hba_port_ptr->index == port) { 89 if (hba_port_ptr == NULL || hba_port_ptr->index != port) { 91 "Invalid port index %d for handle %08lx.",
|
H A D | Sun_sasGetNumberOfPorts.c | 38 int count, index; local 48 index = RetrieveIndex(handle); 50 hba_ptr = RetrieveHandle(index);
|
H A D | Sun_sasGetPortType.c | 38 int index; local 49 index = RetrieveIndex(handle); 51 hba_ptr = RetrieveHandle(index); 68 "Internal failure: Adapter at index %d contains " 69 "no port data", hba_ptr->index); 78 if (hba_port_ptr->index == port) { 83 if (hba_port_ptr == NULL || hba_port_ptr->index != port) { 85 "Invalid port index %d for handle %08lx.",
|
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/ |
H A D | mpapi-sun.c | 48 MP_UINT32 index; local 58 index = pathOid.ownerId - 1; 59 if (plugintable[index].hdlPlugin != NULL) { 61 dlsym(plugintable[index].hdlPlugin,
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | wctomb.c | 44 int size, index; local 74 if ((index = size) <= 0) 76 while (index--) { 82 s[index] = d;
|
/illumos-gate/usr/src/cmd/msgfmt/ |
H A D | gnu_prime.h | 76 static const int index[] = { variable
|
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/ |
H A D | table.c | 70 int index; local 73 index = tablekey(key); 74 cur = table[index]; 80 table[index] = new;
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | getscn.c | 38 elf_getscn(Elf * elf, size_t index) argument 42 size_t j = index; 62 * from within _elf_prescn() then we can index straight 65 if (index < tabsz) { 66 s = &elf->ed_hdscn[index]; 83 if (s->s_index == index) {
|
/illumos-gate/usr/src/psm/promif/ieee1275/sun4u/ |
H A D | prom_tlb.c | 34 * and load the {i,d} tlb entry index with tte_data and virt. 38 prom_itlb_load(int index, unsigned long long tte_data, caddr_t virt) argument 54 ci[7] = p1275_int2cell(index); /* Arg5: SA3: index */ 68 prom_dtlb_load(int index, unsigned long long tte_data, caddr_t virt) argument 84 ci[7] = p1275_int2cell(index); /* Arg5: SA3: index */
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | efx_crc32.c | 113 int index; local 116 for (index = 0; index < length; index++) {
|
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN/common/ |
H A D | sun_pages.c | 39 uint64_t index; local 50 &index) != 0) 53 addr = &sfpip->sfpi_descr_addrs[index];
|
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | issubdir.c | 70 int index; local 91 index = 0; 98 if (index == 0) { 104 if (index > 0 && 106 inoeq(child_ino[index - 1], st.st_ino))) { 112 child_ino[index++] = st.st_ino; 128 valid = index; 149 for (index = 0; index < valid; index [all...] |
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_scheme.c | 51 int index = q->components.components_val[i].which_index; local 52 if (index >= s->keys.keys_len) { 54 "%s: query index %d out-of-range (%d)", 55 myself, index, s->keys.keys_len-1); 60 s->keys.keys_val[index].column_number - 1; 107 int index; local 112 "%s: query index %d out-of-range (%d)", 119 index = s->keys.keys_val[i].column_number - 1; 120 if (index >= nc) { 122 "%s: column index ou [all...] |
/illumos-gate/usr/src/cmd/mailx/ |
H A D | stralloc.c | 73 int index; local 85 index = 0; 87 if (sp->s_topFree == NOSTR && (STRINGSIZE << index) >= s) 91 index++; 96 index = sp - &stringdope[0]; 97 sp->s_topFree = (char *) calloc(STRINGSIZE << index, 101 index); 105 sp->s_nleft = STRINGSIZE << index; 162 register int index; local 167 index [all...] |
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma_cache.c | 42 uint32_t index; local 72 if (nvlist_lookup_uint32(asru, FM_FMRI_CPU_CACHE_INDEX, &index) != 0) { 105 "cpu %d: Unretire for index %d, way %d\n bit %d" 108 cpuid, index, way, bit, type); 117 "cpu %d: Retiring index %d, way %d\n bit %d" 118 " type 0x%02x", cpuid, index, way, bit, type); 127 cache_info.index = index;
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | dynamic.c | 48 char index[INDEX_STR_SIZE]; local 50 (void) snprintf(index, sizeof (index), MSG_ORIG(MSG_FMT_INDEX), ndx); 51 dbg_print(lml, MSG_INTL(MSG_DYN_ENTRY), index, 59 * a single line using an index range instead of a single index. 65 char index[2 * INDEX_STR_SIZE]; local 71 (void) snprintf(index, sizeof (index), 73 dbg_print(lml, MSG_INTL(MSG_DYN_ENTRY), index, [all...] |
/illumos-gate/usr/src/cmd/lastcomm/ |
H A D | lc_pacct.c | 27 ok(int argc, char *argv[], int index, struct acct *acp) argument 31 for (j = index; j < argc; j++) 40 lc_pacct(char *name, int argc, char *argv[], int index) argument 89 if (argc > index && !ok(argc, argv, index, acp))
|