Searched defs:index (Results 76 - 100 of 945) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_kstats.c36 offset_t index; member in struct:__anon6477
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mm.c130 int index = i*n_items + j; local
132 if (first_time && index >= mempool->items_initial) {
136 mempool->items_arr[index] =
148 mempool->items_arr[index],
149 index,
158 index =i*n_items + k;
163 mempool->items_arr[index],
164 index, is_last,
187 mempool->items_current = index + 1;
365 int index local
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dstack.h55 int index; /* index within current block */ member in struct:stackposition
/illumos-gate/usr/src/lib/libast/common/include/
H A Dstack.h46 int index; /* index within current block */ member in struct:stackposition
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dstack.h55 int index; /* index within current block */ member in struct:stackposition
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dstack.h55 int index; /* index within current block */ member in struct:stackposition
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dstack.h55 int index; /* index within current block */ member in struct:stackposition
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_error.c141 int index, value;
199 if ((index = sbdp_func_lookup(func_str)) == -1) {
210 if (entry >= sbdp_error_matrix[index].num_entries) {
221 SBDP_DBG_ERR("%s: index = %d, entry = %d, value = %d\n",
222 f, index, entry, value);
227 sbdp_error_matrix[index].entries[entry] = value;
256 int index; local
282 if ((index = sbdp_func_lookup(func_name)) == -1) {
290 if (entry >= sbdp_error_matrix[index].num_entries) {
295 value = sbdp_error_matrix[index]
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_plat.c52 int index = level - 1; local
60 (intptr_t)index, FWRITE | FKIOCTL, kcred, NULL);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_osdep.c145 e1000_rar_clear(struct e1000_hw *hw, uint32_t index) argument
153 E1000_WRITE_REG_ARRAY(hw, E1000_RA, ((index << 1) + 1), rar_high);
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_stat.c263 uint_t index; local
272 for (index = 0; index < SOFTMAC_DRIVER_SI_SZ; index++) {
273 if (stat == i_softmac_driver_si[index].ssi_stat) {
274 ssip = &i_softmac_driver_si[index];
294 for (index = 0; index < SOFTMAC_ETHER_SI_SZ; index++) {
296 i_softmac_ether_si[index]
[all...]
/illumos-gate/usr/src/common/zfs/
H A Dzpool_prop.c109 /* default index (boolean) properties */
123 /* default index properties */
200 uint64_t *index)
202 return (zprop_string_to_index(prop, string, index, ZFS_TYPE_POOL));
206 zpool_prop_index_to_string(zpool_prop_t prop, uint64_t index, argument
209 return (zprop_index_to_string(prop, index, string, ZFS_TYPE_POOL));
199 zpool_prop_string_to_index(zpool_prop_t prop, const char *string, uint64_t *index) argument
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DTXTRecord.java100 protected void insert( byte[] keyBytes, byte[] value, int index) argument
101 // Insert a key-value pair at index
109 for ( int i=0; i < index && insertion < fBytes.length; i++)
128 /** Remove a key/value pair from the TXT record. Returns index it was at, or -1 if not found. */
175 /** Return a key in the TXT record by zero-based index. Returns null if index exceeds the total number of keys. */
176 public String getKey( int index) argument
180 for ( int i=0; i < index && avStart < fBytes.length; i++)
197 Look up a key in the TXT record by zero-based index and return its value. <P>
198 Returns null if index exceed
201 getValue( int index) argument
228 getValueAsString( int index) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dbiosdisk.c160 int index; local
189 index = drivenum - 0x80;
190 biosdev_info[index].edd_valid = 1;
198 tmp = (uchar_t *)&biosdev_info[index].fn48_dev_params;
251 int i, index; local
280 index = drivenum - 0x80;
282 biosdev_info[index].first_block_valid = 1;
284 biosdev_info[index].first_block[i] = *((uchar_t *)bufp + i);
/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A Dmp_utils.c209 int index = -1; local
236 index = MP_OBJECT_TYPE_PLUGIN;
241 index = MP_OBJECT_TYPE_MULTIPATH_LU;
246 index = MP_OBJECT_TYPE_PATH_LU;
251 index = MP_OBJECT_TYPE_INITIATOR_PORT;
256 index = MP_OBJECT_TYPE_TARGET_PORT_GROUP;
261 index = MP_OBJECT_TYPE_TARGET_PORT;
266 index = MP_OBJECT_TYPE_DEVICE_PRODUCT;
282 index = MP_OBJECT_TYPE_MULTIPATH_LU;
287 index
[all...]
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dregress.c136 void sh_regress(unsigned int index, const char* intercept, const char* info, unsigned int line, const char* file) argument
141 if (index >= 1 && index <= elementsof(regress_options))
142 name = (char*)regress_options[index];
144 sfsprintf(name = buf, sizeof(buf), "%u", index);
334 if (error_info.errors || *(argv + opt_info.index))
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dulimit.h163 int index; member in struct:Limit_s
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DTuple.java161 "index " + elements.size());
217 * Gets the element at the given tuple index (starting at zero).
219 * @return non-null tuple element at the given zero-based index
222 get(int index) argument
224 return elements.get(index);
331 * index. Elements are ordered as defined in the native DTrace
340 * @throws IndexOutOfBoundsException if the given tuple index {@code
/illumos-gate/usr/src/lib/libsocket/inet/
H A Druserpass.c53 #define index strchr macro
137 if (index(*aname, '\n'))
138 *index(*aname, '\n') = 0;
/illumos-gate/usr/src/lib/libtnf/
H A Dinfo.c138 tnf_abs16_t index; local
143 index = 0;
147 index = TAG_INDEX(tag16);
150 if (index) {
151 if ((info = tnf->tag_directory[index]) != NULL)
156 return ((tnf->tag_directory[index] = info));
160 /* default: not referenced via index */
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dslk.c267 slk_label(int index) argument
270 __m_trace("slk_label(%d)", index);
273 return __m_return_pointer("slk_label", __m_screen->_slk._labels[index]);
277 slk_set(int index, const char *label, int justify) argument
283 __m_trace("slk_set(%d, %p, %d)", index, label, justify);
287 code = slk_wset(index, wcs, justify);
293 slk_wset(int index, const wchar_t *label, int justify) argument
311 __m_trace("slk_wset(%d, %p, %d)", index, label, justify);
314 if (index < 1 || 8 < index || justif
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_ldap.c203 * The 'index' and 'numIndexes' parameters are used as follows:
205 * index < 0 || index >= numIndexes
208 * index >= val->numVals
211 * item->repeat == 0 || index < numIndexes
212 * Store val->val[index]
214 * Else (repeat != 0 && index == numIndexes-1)
215 * Store val->val[index...val->numVals-1]
233 storeLDAP(__nis_mapping_item_t *item, int index, int numIndexes, argument
245 index <
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppexpr.c159 int index; local
167 index = (int)hashref(pp.strtab, pp.token);
168 if (warn && peekchr() != '(') switch (index)
196 if (index && !(pp.state & STRICT))
208 if ((pp.state & STRICT) && !(pp.mode & HOSTED)) switch (index)
217 switch (index)
234 return exists(index, pred, args);
237 return compare(pred, args, index == X_MATCH);
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dheap.c53 heap_new(heap_higher_priority_func higher_priority, heap_index_func index, argument
72 ctx->index = index;
113 if (ctx->index != NULL)
114 (ctx->index)(ctx->heap[i], i);
117 if (ctx->index != NULL)
118 (ctx->index)(ctx->heap[i], i);
136 if (ctx->index != NULL)
137 (ctx->index)(ctx->heap[i], i);
141 if (ctx->index !
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Deuc.multibyte.c159 int size, index; local
186 index = size;
187 while(index--) {
192 s[index] = d;

Completed in 144 milliseconds

1234567891011>>