| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| index.c | 53 index(const char *sp, int c) function
|
| /onnv/onnv-gate/usr/src/ucblib/libucb/port/gen/ |
| index.c | 54 index(char *sp, char c) function
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| index.c | 33 index(sp, c) function
|
| /onnv/onnv-gate/usr/src/lib/libgss/ |
| g_rel_oid_set.c | 45 OM_uint32 index; local 56 for (index = 0; index < (*set)->count; index++) { 57 oid = &(*set)->elements[index];
|
| /onnv/onnv-gate/usr/src/lib/mpapi/libmpapi/common/ |
| mpapi-sun.c | 48 MP_UINT32 index; local 58 index = pathOid.ownerId - 1; 59 if (plugintable[index].hdlPlugin != NULL) { 61 dlsym(plugintable[index].hdlPlugin,
|
| /onnv/onnv-gate/usr/src/lib/sun_sas/common/ |
| Sun_sasGetAdapterAttributes.c | 36 int index = 0; local 44 index = RetrieveIndex(handle); 46 hba_ptr = RetrieveHandle(index);
|
| 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.",
|
| 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.",
|
| Sun_sasGetNumberOfPorts.c | 38 int count, index; local 48 index = RetrieveIndex(handle); 50 hba_ptr = RetrieveHandle(index);
|
| Sun_sasGetDiscoveredPortAttributes.c | 42 int index; local 52 index = RetrieveIndex(handle); 54 hba_ptr = RetrieveHandle(index); 81 "Internal failure: Adapter at index %d contains no port " 82 "data", hba_ptr->index); 91 if (hba_port_ptr->index == port) { 98 "Invalid port index %d for handle %08lx", 110 if (hba_disco_port->index == discoveredport) { 116 "Invalid discovered port index %d for hba port " 117 "index %d on handle %08lx." [all...] |
| Sun_sasGetPortAttributesByWWN.c | 40 int index, chkDomainPort = 0, domainFound = 0; local 53 index = RetrieveIndex(handle); 55 hba_ptr = RetrieveHandle(index); 80 "Internal failure: Adapter at index %d contains " 81 "no port data", hba_ptr->index);
|
| /onnv/onnv-gate/usr/src/lib/libcurses/screen/ |
| wctomb.c | 44 int size, index; local 74 if ((index = size) <= 0) 76 while (index--) { 82 s[index] = d;
|
| /onnv/onnv-gate/usr/src/cmd/sgs/liblddbg/common/ |
| 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...] |
| /onnv/onnv-gate/usr/src/cmd/msgfmt/ |
| gnu_prime.h | 76 static const int index[] = { variable
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| bytes_heavy.pl | 26 sub index ($$;$) { subroutine 29 @_ == 2 ? CORE::index($_[0], $_[1]) : 30 CORE::index($_[0], $_[1], $_[2]) ;
|
| /onnv/onnv-gate/usr/src/cmd/fmli/proc/ |
| pdefault.c | 56 int index; local 63 if ((index = find_freeproc()) == FAIL) { 69 _debug(stderr, "Creating process at %d\n", index); 71 PR_all[index].argv[0] = PR_all[index].name = expand(argv[0]); 73 _debug(stderr, "PROCESS: %s", PR_all[index].name); 76 PR_all[index].argv[i] = expand(argv[i]); 78 _debug(stderr, " %s", PR_all[index].argv[i]); 84 PR_all[index].argv[i] = NULL; 85 PR_all[index].ar = NULL [all...] |
| /onnv/onnv-gate/usr/src/cmd/ypcmd/revnetgroup/ |
| table.c | 70 int index; local 73 index = tablekey(key); 74 cur = table[index]; 80 table[index] = new;
|
| /onnv/onnv-gate/usr/src/lib/sun_fc/common/ |
| Sun_fcAdapterCreateWWN.cc | 59 int index = 0; local 76 randomwwn.wwn[index++] = 0x0; 77 randomwwn.wwn[index++] = 0x0; 78 randomwwn.wwn[index++] = 0x7D; 81 index += 3; 92 memcpy(randomwwn.wwn+index, randombyte, 5);
|
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/cpumem-retire/ |
| 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;
|
| /onnv/onnv-gate/usr/src/lib/libast/common/hash/ |
| hashsize.c | 45 unsigned int index; local 69 index = new_b->hash; 70 HASHMOD(tab, index); 71 new_b->next = new_s[index]; 72 new_s[index] = new_b;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| mDNSPosix.h | 103 int index; member in struct:PosixNetworkInterface
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| chgenv.c | 47 char *index; local 71 index = name; 76 index = name; 82 if (*index) { 83 if (c == *index) { 84 index++; 94 for (p = name; p < index; p++) 100 index = name;
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
| SubFieldTokenizer.java | 66 int index = spec.indexOf(/* NOI18N */ '='); local 67 if (index != -1) { 68 String key = spec.substring(0, index). 70 String value = spec.substring(index + 1).trim();
|
| /onnv/onnv-gate/usr/src/cmd/mailx/ |
| 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 = 0 [all...] |
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| SdText.h | 25 size_t index; member in struct:SP_NAMESPACE::SdTextItem
|