Searched refs:index (Results 226 - 250 of 503) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libast/common/misc/
H A Dfindlib.h100 unsigned long index; member in struct:__anon1157
H A Doptget.c4113 * '[' [flag][=][index][:<long-name>[|<alias-name>...]['?'description]] ']'
4114 * long option name, index, description; -index returned
4204 state.pindex = opt_info.index;
4206 if (!opt_info.index)
4208 opt_info.index = 1;
4285 if (opt_info.index == 1 && opt_info.argv != state.strv)
4293 if (!(s = argv[opt_info.index]))
4308 opt_info.index++;
4333 opt_info.index
[all...]
/osnet-11/usr/src/lib/libsocket/inet/
H A Druserpass.c50 #define index strchr macro
134 if (index(*aname, '\n'))
135 *index(*aname, '\n') = 0;
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_index.cc55 /* Constructor: creates empty index. */
62 INITRW(index);
67 /* Destructor: deletes index, including all associated db_index_entry. */
72 DESTROYRW(index);
104 * Initialize index according to the specification of the key descriptor
105 * Currently, only affects case_insens flag of index.
183 * Look up given index value in hashtable.
222 * Remove the entry with the given index value and location 'recnum'.
260 * Add a new index entry with the given index valu
[all...]
H A Dnis_parse_ldap_util.c266 for (i = 0; i < mapping->index.numIndexes; i++) {
267 free(mapping->index.name[i]);
268 free_mapping_format(mapping->index.value[i]);
271 if (mapping->index.name != NULL)
272 free(mapping->index.name);
273 mapping->index.name = NULL;
275 if (mapping->index.value != NULL)
276 free(mapping->index.value);
277 mapping->index.value = NULL;
279 mapping->index
464 free_index(__nis_index_t *index) argument
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbtree.h86 /* First and next index. */
96 * past the last filled-in index. The h_upper offset is the first item on the
129 /* Get the page's BINTERNAL structure at index indx. */
156 /* Get the page's RINTERNAL structure at index indx. */
179 /* Get the page's BLEAF structure at index indx. */
211 /* Get the page's RLEAF structure at index indx. */
232 * A record in the tree is either a pointer to a page and an index in the page
233 * or a page number and an index. These structures are used as a cursor, stack
238 * must find the smallest record greater than key so that the returned index
243 indx_t index; /* th member in struct:_epgno
248 indx_t index; /* the index on the page */ member in struct:_epg
[all...]
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasScsiInquiry.c75 int index = 0; local
110 index = RetrieveIndex(handle);
112 if ((hba_ptr = RetrieveHandle(index)) == NULL) {
H A DSun_sasScsiReadCapacity.c72 int index = 0, domainPortFound = 0; local
106 index = RetrieveIndex(handle);
108 if ((hba_ptr = RetrieveHandle(index)) == NULL) {
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c122 int index; /* Index number for this symbol */ member in struct:symbol
160 int index; /* An index number for this rule */ member in struct:rule
212 int index; /* Sequencial number for this state */ member in struct:state
358 rc = ap1->sp->index - ap2->sp->index;
363 rc = ap1->x.rp->index - ap2->x.rp->index;
510 ** i is the index in p->aAction[] where p->mnLookahead is inserted.
545 /* Insert transaction set at index
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_prop.c69 * Returns the index (zfs_prop_t) into the array of built-in ZFS properties, or
327 avl_index_t index; local
331 found = avl_find(sublists_examined, &zpd, &index);
343 avl_index_t index; local
353 found = avl_find(table, &zpd, &index);
362 found = avl_find(table, &zpd, &index);
386 if (avl_find(sublists_examined, &zpd, &index) != NULL)
448 found = avl_find(table, &zpd, &index);
458 found = avl_find(table, &zpd, &index);
795 avl_index_t index; local
[all...]
H A Dlibzfs_cache.c136 avl_index_t index; local
179 found = avl_find(&zhc->zhc_path_avl, &pathent, &index);
349 avl_index_t index; local
352 found = avl_find(&zhc->zhc_path_avl, &pathent, &index);
365 avl_insert(&zhc->zhc_path_avl, zp, index);
381 avl_index_t index; local
384 found = avl_find(&zhc->zhc_path_avl, &pathent, &index);
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dmap_ctrl.c509 int index; local
518 index = hash(map_name);
532 if (map_id_list[index] == NULL) {
535 new_elt->next = map_id_list[index];
538 map_id_list[index] = new_elt;
567 "no map for index %d", i);
570 "index %d has the following maps", i);
/osnet-11/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c605 size_t index; local
613 index = lrand48() % len;
614 buf[index] = (lrand48() % 256);
619 index = lrand48() % len;
620 buf[index] = (lrand48() % 256);
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Djfs.c146 grub_uint32_t index; member in struct:grub_jfs_leaf_dirent
225 int index; member in struct:grub_jfs_diropen
441 int index;
452 index = diro->dirpage->sorted[diro->dirpage->header.sindex * 32];
453 blk = (grub_le_to_cpu32 (de[index].ex.blk2)
498 if (diro->index == diro->count)
521 diro->index = 0;
524 leaf = &diro->leaf[diro->sorted[diro->index]];
525 next_leaf = &diro->next_leaf[diro->index];
530 diro->index
440 int index; local
[all...]
/osnet-11/usr/src/lib/libast/common/port/
H A Dlcgen.c48 int index; member in struct:Link_s
102 int index; member in struct:Territory_s
152 v->index = tab->count++;
533 ap->link.index = i++;
728 fprintf(lf, "&lc_charsets[%d],0,", lp->charset ? lp->charset->link.index : 0);
731 fprintf(lf, "&attribute_%s[%d],", lp->link.code, al->attribute->link.index);
759 fprintf(lf, "&lc_languages[%d],", ll->language->link.index);
773 fprintf(lf, "&lc_languages[%d],", mp->language->link.index);
774 fprintf(lf, "&lc_territories[%d],", mp->territory->link.index);
775 fprintf(lf, "&lc_charsets[%d],", mp->charset ? mp->charset->link.index
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.c276 uint32_t index; local
305 * Cache index, way and type are optional elements
309 &index);
327 FM_FMRI_CPU_CACHE_INDEX, index,
343 FM_FMRI_CPU_CACHE_INDEX, index,
396 uint32_t index = 0; local
437 index = strtoul(s, &end, 0);
487 index);
/osnet-11/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c51 * The top 16 bits of handle are the library index
193 HBA_UINT32 index; member in struct:hba_library_info
248 HBA_UINT32 index; member in struct:hba_tgtadapter_info
288 * on a linked list. There is a unique "index" foreach each adapter.
289 * Adapters always keep their index, even if they are removed from the
391 adapt_infop->index = _hbaapi_total_tgtadapter_count;
413 * The adapter index is from old code, but we have
424 if(adapt_infop->index == adapterindex) {
435 DEBUG(2, "GetAdapterName for index:%d ->%s", adapterindex, adaptername, 0);
470 /* or this with the library index t
[all...]
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregnexec.c170 vecseek(Vector_t** p, int index) argument
174 if (index >= v->max)
176 while ((v->max += v->inc) <= index);
182 return v->vec + index * v->siz;
1424 memset(catcher.re.neg_catch.index = p, 0, n);
1457 bitset(rex->re.neg_catch.index, s - rex->re.neg_catch.beg);
1906 register size_t index = e->re.bm.left + e->re.bm.size; local
1914 DEBUG_TEST(0x0080,(sfprintf(sfstdout, "AHA#%04d REX_BM len=%d right=%d left=%d size=%d %d %d\n", __LINE__, len, e->re.bm.right, e->re.bm.left, e->re.bm.size, index, mid)),(0));
1917 while ((index += skip[buf[index]]) < mi
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c925 int index = 0; local
957 if (buf[index++] != 0x30)
960 if (buf[index] & 0x80) {
961 length_octets = buf[index++] & 0x0F; /* long form */
966 index += length_octets;
967 if (index >= buf_len)
971 if (memcmp(buf + index, pkcs12_version, sizeof (pkcs12_version)) != 0)
974 index += sizeof (pkcs12_version);
975 if (index >= buf_len)
982 if ((buf[index
1620 int nbytes, index; local
2416 kmf_set_attr_at_index(KMF_ATTRIBUTE *attlist, int index, KMF_ATTR_TYPE type, void *pValue, uint32_t len) argument
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppinput.c111 cur->index = newof(0, struct ppindex, 1, 0);
112 if (pp.lastindex) pp.lastindex->next = cur->index;
113 else pp.firstindex = cur->index;
114 pp.lastindex = cur->index;
115 cur->index->file = pp.original;
116 cur->index->begin = ppoffset();
422 * output include file index
520 * get the macro and index offsets
532 * read the include index
536 error(3, "checkpoint index see
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c111 int index; local
115 index = strlen(filespec) - 1;
116 if (index >= 0 && (filespec[index] == '/' || filespec[index] == '\\'))
117 filespec[index] = '\0';
/osnet-11/usr/src/cmd/powertop/common/
H A Dutil.c762 pt_kstat_long(kstat_t *ksp, char *name, int *index) argument
766 kp = pt_kstat_data_lookup(ksp, name, index);
792 * If index_ptr integer value is > -1 then the index points to the
801 int index; local
821 index = *index_ptr;
822 if (index >= 0) {
825 datap = &datap[size*index];
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmxfmt.c248 goto index;
251 goto index;
255 goto index;
258 goto index;
361 goto index;
619 index:
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c1911 ntfs_log_error("add_attr_index_root: index block size is not "
1920 ntfs_log_error("add_attr_index_root: index block size is not "
1926 ntfs_log_error("add_attr_index_root: index block size "
1935 r->index.entries_offset = const_cpu_to_le32(sizeof(INDEX_HEADER));
1936 r->index.index_length = const_cpu_to_le32(sizeof(INDEX_HEADER) +
1938 r->index.allocated_size = r->index.index_length;
1939 r->index.flags = SMALL_INDEX;
1940 memset(&r->index.reserved, 0, sizeof(r->index
[all...]
/osnet-11/usr/src/lib/libeti/form/common/
H A Dform.c128 field[i]->index = i;
133 Smin(f, page) = p->index; /* set sorted min */
134 Smax(f, page) = p->sprev->index; /* set sorted max */

Completed in 101 milliseconds

1234567891011>>