Searched refs:index (Results 376 - 400 of 503) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/cmd/powertop/common/
H A Dpowertop.h425 extern long pt_kstat_long(kstat_t *ksp, char *name, int *index);
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice.c1105 guint index)
1114 i = g_slist_nth (strlist, index);
1188 guint index)
1201 if (hal_property_strlist_remove_elem (prop, index)) {
1103 hal_device_property_get_strlist_elem(HalDevice *device, const char *key, guint index) argument
1186 hal_device_property_strlist_remove_elem(HalDevice *device, const char *key, guint index) argument
/osnet-11/usr/src/cmd/hal/probing/xkb/
H A Dprobe-xkb.c150 int index; local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.c879 short index; local
886 for (index = 0; !GetVolInfo(index+1, true, &spec); ++index) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t182 index index
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t78 chomp, chop, chr, crypt, hex, index, lc, lcfirst, length,
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h332 #define strchr(s,c) index(s,c)
/osnet-11/usr/src/lib/libast/common/include/
H A Dast_std.h318 #define strchr(s,c) index(s,c)
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h332 #define strchr(s,c) index(s,c)
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h332 #define strchr(s,c) index(s,c)
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h332 #define strchr(s,c) index(s,c)
/osnet-11/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c501 disco_port_ptr->index = 0;
507 disco_port_ptr->index = port_ptr->port_attributes.\
915 disco_port_ptr->index = 0;
921 disco_port_ptr->index = port_ptr->port_attributes.\
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dedit.c1297 * copy virtual to physical and return the index for cursor in physical buffer
1610 return(m2->index-m1->index);
1698 mp->index = index1;
1718 if(mp->index> mplast->index)
1719 mplast->index = mp->index;
/osnet-11/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c54 * The top 16 bits of handle are the library index
195 HBA_UINT32 index; member in struct:hba_library_info
220 HBA_UINT32 index; member in struct:hba_adapter_info
343 if(lib_infop->index == libraryIndex) {
587 lib_infop->index = _hbaapi_total_library_count;
743 lib_infop->index = _hbaapi_total_library_count;
981 * on a linked list. There is a unique "index" foreach each adapter.
982 * Adapters always keep their index, even if they are removed from the
1080 adapt_infop->index = _hbaapi_total_adapter_count;
1101 * The adapter index i
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dls.c312 short index; /* index */ member in struct:__anon1491
496 kp->index = KEY_environ;
509 else switch (kp->index)
1324 hashput(state.keys, keys[n].name, &keys[keys[n].index]);
1706 argv += opt_info.index;
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c309 * Given the index into a table (msgcvt_t) of messages,
319 DPRINTF("get_error_msg: bad error msg index: %d\n", msg_index);
463 DPRINTF("ib_err_msg: Unrecognized message index: %d\n", rv);
1644 int i, index, count; local
1799 index = 1; count = 0;
1810 ++index;
1814 * Check if the index doesn't go beyond the
1818 if (show_dynamic == 0 && index > num_devices)
1823 &(ap_id_list[0][index]);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dname.c104 short index; member in struct:Namcache
1356 xp = &nvcache.entries[nvcache.index];
1382 nvcache.index = (nvcache.index+1)&(NVCACHE-1);
1494 * current index is assigned to.
2616 * the value associated with the current index.
3084 int r=0,arraynp,arraynr,index= -1; local
3107 index=nv_aindex(np);
3131 if(!mp && index>=0 && nv_isvtree(nr))
3133 sfprintf(shp->strbuf,"%s[%d]%c",nv_name(np),index,
3320 sh_getscope(int index, int whence) argument
[all...]
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh2093 typeset -i index=0
2101 array[$index]=
2102 init_dataset "array[$index]" "$ds"
2108 array[$index]="$ds"
2111 (( index++ ))
2114 if (( index == 0 )); then
2616 # Push item(s) onto an index array
3909 # Zoneadmd writes a one-line index file into the zone when the zone boots,
3921 if [[ -h $zoneconfig/index || ! -f $zoneconfig/index ]]; the
[all...]
/osnet-11/usr/src/lib/libumem/common/
H A Dumem.c1864 size_t index = (size - 1) >> UMEM_ALIGN_SHIFT; local
1868 if (index < UMEM_MAXBUF >> UMEM_ALIGN_SHIFT) {
1869 umem_cache_t *cp = umem_alloc_table[index];
1892 size_t index = (size - 1) >> UMEM_ALIGN_SHIFT; local
1895 if (index < UMEM_MAXBUF >> UMEM_ALIGN_SHIFT) {
1896 umem_cache_t *cp = umem_alloc_table[index];
1958 size_t index = (size - 1) >> UMEM_ALIGN_SHIFT; local
1960 if (index < UMEM_MAXBUF >> UMEM_ALIGN_SHIFT) {
1961 umem_cache_t *cp = umem_alloc_table[index];
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgtrans.c1480 int index; local
1502 (void) sscanf(volnos, "%d %[ 0-9]", &index, tmpvol);
1504 curpartcnt += index;
1644 int index; local
1668 (void) sscanf(volnos, "%d %[ 0-9]", &index,
1671 curpartcnt += index;
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_internal.h457 ParamIndexType index; /* config file enum index */ member in struct:ns_default_config
761 unsigned long index; member in struct:ns_ldap_cookie
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs708 my $index = index $string_acc, $s;
709 if ($index >= 0) {
711 $strings_in_acc{$s} = $index;
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c1740 int index = 0; local
1746 return (index);
1747 index++;
1790 int index; local
1865 if ((index = in_deletelist(devname, db_nlp)) != -1) {
1867 tag_array[index] = 1;
1898 index = 0;
1901 if (tag_array[index++] != 1) {
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe.py552 ver = output[output.index("@") + 1:output.index(" ")]
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex352 \normalturnoffactive % \ in index entries must not stay \, e.g., if
524 % If an index command is used in an @example environment, any spaces
525 % therein should become regular spaces in the raw index file, not the
684 % if the definition is written into an index file.
3063 % to index the item name in whatever manner is desired (perhaps none).
3739 % the result winds up in the index file. This means that if the
3798 % \newindex {foo} defines an index named foo.
3800 % \fooindex ...rest of line... puts an entry in the index foo.
3802 % the file that accumulates this index. The file's extension is foo.
3803 % The name of an index shoul
[all...]

Completed in 128 milliseconds

<<11121314151617181920>>