/osnet-11/usr/src/lib/libdhcpsvc/private/ |
H A D | errmsgs.c | 74 dhcpsvc_errmsg(unsigned int index) argument 76 if (index >= DSVC_NERR) 79 return (dgettext(TEXT_DOMAIN, errmsgs[index]));
|
/osnet-11/usr/src/lib/libgss/ |
H A D | g_rel_oid_set.c | 42 OM_uint32 index; local 53 for (index = 0; index < (*set)->count; index++) { 54 oid = &(*set)->elements[index];
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | index.c | 53 index(const char *sp, int c) function
|
/osnet-11/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcGetAdapterName.cc | 40 * @param index the index to which adapter to retrieve the name 47 HBA_STATUS Sun_fcGetAdapterName(HBA_UINT32 index, char *name) { argument 56 std::string sname = list->getHBAName(index);
|
H A D | Sun_fcGetTgtAdapterName.cc | 40 * @param index the index to which adapter to retrieve the name 47 HBA_STATUS Sun_fcGetTgtAdapterName(HBA_UINT32 index, char *name) { argument 56 std::string sname = list->getTgtHBAName(index);
|
H A D | HandleNPIVPort.cc | 59 * @memo Reset the state tracking values for stale index detection 60 * @postcondition The first subsequent call to any index based routine 114 * @memo Verify this port is the stated index 117 * @param index The index value to compare against this port 120 bool HandleNPIVPort::match(int index) { argument 121 Trace log("HandleNPIVPort::match(index)"); 122 return (*vport == *(port->getPortByIndex(index)));
|
H A D | 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);
|
/osnet-11/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.",
|
H A D | 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 [all...] |
H A D | 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);
|
H A D | Sun_sasGetTargetMapping.c | 36 int i, index; local 50 index = RetrieveIndex(handle); 52 hba_ptr = RetrieveHandle(index);
|
/osnet-11/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;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | bytes_heavy.pl | 26 sub index ($$;$) { subroutine 29 @_ == 2 ? CORE::index($_[0], $_[1]) : 30 CORE::index($_[0], $_[1], $_[2]) ;
|
/osnet-11/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,
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_scheme.c | 48 int index = q->components.components_val[i].which_index; local 49 if (index >= s->keys.keys_len) { 51 "%s: query index %d out-of-range (%d)", 52 myself, index, s->keys.keys_len-1); 57 s->keys.keys_val[index].column_number - 1; 104 int index; local 109 "%s: query index %d out-of-range (%d)", 116 index = s->keys.keys_val[i].column_number - 1; 117 if (index >= nc) { 119 "%s: column index ou [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/parttool/ |
H A D | msdospart.c | 46 int i, index; local 53 index = dev->disk->partition->index; 68 mbr.entries[index].flag = 0x80; 69 grub_printf_ (N_("Partition %d is active now. \n"), index); 73 mbr.entries[index].flag = 0x0; 74 grub_printf (N_("Cleared active flag on %d. \n"), index); 95 int index; local 100 index = dev->disk->partition->index; [all...] |
/osnet-11/usr/src/lib/libast/common/hash/ |
H A D | 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;
|
/osnet-11/usr/src/lib/libresolv2/include/isc/ |
H A D | heap.h | 28 heap_index_func index; member in struct:heap_context
|
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPTokenizer.java | 49 private int index; field in class:SLPTokenizer 56 index = 0; 130 if (index >= str.length()) { 137 for (int i = index; i < str.length(); i++) { 176 if (index >= str.length()) throw new NoSuchElementException(); 179 char c = str.charAt(index); 187 sb.append(str.charAt(index)); 188 index++; 193 while (index < str.length()) { 195 c = str.charAt(index); [all...] |
/osnet-11/usr/src/lib/libnsctl/common/ |
H A D | hash.c | 46 int index; local 58 * in this index for a duplicate 60 index = calc_hash(key); 61 node->next = hash[ index ]; 62 hash[ index ] = node; 80 int index; local 83 index = calc_hash(key); 84 node = hash[ index ]; 96 int index; local 100 index [all...] |
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_list.c | 162 int index; local 174 index = topo_node_hash(node->tn_phash, node->tn_instance) + 1; 176 for (i = index; i < nhp->th_arrlen; ++i) { 181 index = 0;
|