Searched refs:index (Results 276 - 300 of 503) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java989 * Must decrement the index 'i' otherwise the next iteration
1421 for (int index = 0; index < timeouts.length; index++) {
1422 totalWait += timeouts[index];
1467 for (int index = 0; index < timeouts.length; index++) {
1468 timeouts[index] = averagedTimeout;
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_table_c.x289 % void enumSetup(entryp loc, long index);
H A Dnis_parse_ldap_yp_util.c70 mapping->index.numIndexes = 0;
71 mapping->index.name = NULL;
72 mapping->index.value = NULL;
160 if (!out->index.numIndexes && in->index.numIndexes > 0) {
161 if (!dup_index(&in->index, &out->index))
/osnet-11/usr/src/lib/libcmd/common/
H A Dpaste.c206 argv += opt_info.index;
249 n = argc - opt_info.index;
H A Dpr.c718 if(opt_info.arg && opt_info.arg==argv[opt_info.index-1] && (!(cp=argv[opt_info.index]) || *cp!='-'))
722 opt_info.index--;
757 if(opt_info.arg && opt_info.arg==argv[opt_info.index-1] && (!(cp=argv[opt_info.index]) || *cp!='-'))
761 opt_info.index--;
788 argv += opt_info.index;
801 pp->columns = argc-opt_info.index;
H A Dwho.c297 argv += opt_info.index;
298 argc -= opt_info.index;
/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientlib.c340 uint16_t index,
350 while (p<e && count<index) { p += 1 + p[0]; count++; } // Find requested item
336 TXTRecordGetItemAtIndex( uint16_t txtLen, const void *txtRecord, uint16_t index, uint16_t keyBufLen, char *key, uint8_t *valueLen, const void **value ) argument
/osnet-11/usr/src/lib/libdtrace_jni/java/
H A DMakefile186 $(DOCAPIDESTDIR)/index.html: $(DTRACE_API_CLASSES)
221 $(DOCAPIDESTDIR)/index.html \
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDistribution.java183 * index. Uses {@code base} and {@code constant} constructor args
189 * expected range for the given bucket index {@code i}
214 bucket.getMin() + " at index " + i + ", expected " + min);
218 bucket.getMax() + " at index " + i + ", expected " + max);
262 * Gets the bucket at the given distribution index (starting at
266 * index
269 get(int index) argument
272 return buckets.get(index);
573 // subList inclusive at low index, exclusive at high index
[all...]
/osnet-11/usr/src/lib/libeti/form/common/
H A Dchg_field.c50 FIELD **p = t->field + f->index;
67 FIELD **p = t->field + f->index;
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.h137 unsigned int index; /* Index of this cred in the creds[] array */ member in struct:_pkinit_cert_data
146 unsigned int index; member in struct:_pkinit_cert_iter_data
/osnet-11/usr/src/lib/libadr/common/
H A Dadr.h309 #define adr_array_get(data, index) adr_data_get(data, DT_ARRAY, \
310 array[index])
/osnet-11/usr/src/grub/grub2/grub-core/partmap/
H A Dbsdlabel.c91 p.index = pos % GRUB_DISK_SECTOR_SIZE;
93 if (grub_disk_read (disk, p.offset, p.index, sizeof (be), &be))
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl39 name clob, -- Name of a table or index in the database file
41 is_index boolean, -- TRUE if it is an index, false for a table
43 payload int, -- Total amount of data stored in this table or index
53 # This query will be used to find the root page number for every index and
58 FROM sqlite_master WHERE type IN ('table','index')
105 append sql ",'$tblname',[expr {$type=="index"}],$n_entry"
216 set nindex [db eval {SELECT count(*) FROM sqlite_master WHERE type='index'}]
218 WHERE type='index' AND name LIKE '(% autoindex %)'}]
349 amount of data. Each index entry has 4 or more bytes of key and no
/osnet-11/usr/src/lib/sun_fc/common/
H A DHandle.cc71 * @param portIndex The index of the HBA port to open a handle for,
252 * @memo Refresh underlying index values
253 * @postcondition All HandlePorts will be reset and prior index values
258 * the use of index values for identifying what "thing"
326 * @memo Get the underlying Handle port based on index
327 * @return The Handle port for the given port index
328 * @param index The index of the desired port
330 HandlePort* Handle::getHandlePortByIndex(int index) { argument
332 HBAPort* port = hba->getPortByIndex(index);
[all...]
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetPhyStatistics.c86 if (hba_port_ptr->index == port) {
93 "Invalid port index of phyIndex: %08lx", phy);
100 log(LOG_DEBUG, ROUTINE, "Invalid phy index %08lx", phy);
109 if (phy == phy_ptr->index)
114 log(LOG_DEBUG, ROUTINE, "Invalid phy index %08lx", phy);
H A Ddevtree_hba_disco.c293 port_ptr->index = 0;
296 port_ptr->index = hba_ptr->first_port->index + 1;
524 new_hba->index = hba_count++;
566 new_hba->index = hba_count++;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c79 int index; /* where are we in array? */ member in struct:cache_entry
495 _rpc_authdes_cache[i].index = i;
505 cache_head->index = 0;
506 cache_tail->index = authdes_cachesz - 1;
524 return (cache_head->index); /* list in lru order */
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_split.c76 * skip: index to leave open
134 * entry is a page number and a page index offset. The offset is for
144 * in the case of a key being placed at index 0 causing the split, the
163 * The new key goes ONE AFTER the index, because the split
166 skip = parent->index + 1;
255 * added at index 0, fix the correct page.
273 * added at index 0, fix the correct page.
337 * skip: pointer to index to leave open
442 * skip: pointer to index to leave open
606 * pskip: pointer to index t
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c950 int index = i * 48; local
952 *(KS+index+j) = C[PC2_C[j]-1];
953 *(KS+index+j+24) = D[PC2_D[j]-28-1];
1030 int index = i * 48; local
1035 preS[j] = R[E[j]-1] ^ *(KS+index+j);
/osnet-11/usr/src/lib/scsi/libsmp/common/
H A Dsmp_engine.c678 size_t index; local
686 index = lrand48() % len;
687 buf[index] = (lrand48() % 256);
692 index = lrand48() % len;
693 buf[index] = (lrand48() % 256);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c110 argv += (opt_info.index-1);
151 opt_info.index = 1;
175 argv += (opt_info.index-1);
236 opt_info.index--;
249 if(opt_info.offset && !strchr(argv[opt_info.index],'E'))
363 argv += opt_info.index;
940 argv += opt_info.index;
946 errormsg(SH_DICT,ERROR_exit(1),e_restricted,argv[-opt_info.index]);
948 errormsg(SH_DICT,ERROR_exit(1),e_pfsh,argv[-opt_info.index]);
1111 argv += opt_info.index;
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_config.c1292 *type = defconfig[i].index;
1326 *type = defconfig[i].index;
1343 *type = defconfig[i].index;
1356 if (defconfig[i].index == type) {
1369 if (defconfig[i].index == type) {
1388 if (defconfig[i].index == type &&
1520 ParamIndexType index = 0; local
1526 if (__s_api_get_type(name, &index) != 0) {
1532 def = get_defconfig(cfg, index);
1547 switch (index) {
3041 __s_api_strValue(ns_config_t *cfg, ParamIndexType index, ns_strfmt_t fmt) argument
3394 ParamIndexType index = 0; local
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Ddstream.c239 int index, sum; local
244 &index, tmpvol) >= 1) {
247 sum += index;
250 ds_volpart = index;
698 int nparts, n, index; local
706 (void) sscanf(ds_volnos, "%d %[ 0-9]", &index, tmpvol);
708 ds_curpartcnt += index;
/osnet-11/usr/src/lib/libcpc/common/
H A Dlibcpc.c614 cpc_request_preset(cpc_t *cpc, int index, uint64_t preset) argument
616 return (syscall(SYS_cpc, CPC_PRESET, -1, index,
765 * Gets or sets the value of the request specified by index.
769 cpc_buf_get(cpc_t *cpc, cpc_buf_t *buf, int index, uint64_t *val) argument
771 *val = buf->cb_data[index];
778 cpc_buf_set(cpc_t *cpc, cpc_buf_t *buf, int index, uint64_t val) argument
780 buf->cb_data[index] = val;
842 void (*action)(void *arg, int index, const char *event, uint64_t preset,
841 cpc_walk_requests(cpc_t *cpc, cpc_set_t *set, void *arg, void (*action)(void *arg, int index, const char *event, uint64_t preset, uint_t flags, int nattrs, const cpc_attr_t *attrs)) argument

Completed in 95 milliseconds

<<11121314151617181920>>