Searched defs:idx (Results 26 - 50 of 143) sorted by relevance

123456

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/emu/
H A Dusb.c118 grub_uint16_t idx, grub_size_t size, char *data)
125 value, idx, data, size, 20) < 0)
114 grub_usb_control_msg(grub_usb_device_t dev, grub_uint8_t reqtype, grub_uint8_t request, grub_uint16_t value, grub_uint16_t idx, grub_size_t size, char *data) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm803 push(@search, @{$self->{-idx}}) if($self->{-idx});
812 =item $cacheitem-E<gt>idx()
826 sub idx { subroutine
827 my ($self,@idx) = @_;
828 if(@idx) {
829 push(@{$self->{-idx}}, @idx);
830 return @idx;
833 return @{$self->{-idx}};
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Datexit.c327 uint_t idx; local
329 for (idx = 0; idx < count; idx++) {
330 if ((void *)addr >= ranges[idx].lb &&
331 (void *)addr < ranges[idx].ub) {
/osnet-11/usr/src/lib/libsqlite/src/
H A Ddelete.c385 int idx = pIdx->aiColumn[j]; local
386 if( idx==pTab->iPKey ){
389 sqliteVdbeAddOp(v, OP_Column, iCur, idx);
H A Dinsert.c100 int i, j, idx; /* Loop counters */ local
286 pColumn->a[i].idx = -1;
291 pColumn->a[i].idx = j;
336 idx = sqliteOpenTableAndIndices(pParse, pTab, base);
337 pParse->nTab += idx;
386 if( pColumn->a[j].idx==i ) break;
414 idx = sqliteOpenTableAndIndices(pParse, pTab, base);
415 pParse->nTab += idx;
459 if( pColumn->a[j].idx==i ) break;
492 for(idx
771 int idx = pIdx->aiColumn[i]; local
[all...]
H A Dpragma.c665 int idx = pIdx->aiColumn[k]; local
666 if( idx==pTab->iPKey ){
669 sqliteVdbeAddOp(v, OP_Column, 1, idx);
/osnet-11/usr/src/lib/libumem/common/
H A Dmisc.c82 uint_t idx; local
85 idx = umem_error_begin;
86 WRITE_AND_INC(idx, '.');
87 WRITE_AND_INC(idx, '.');
88 WRITE_AND_INC(idx, '.');
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c300 int idx; local
306 idx = string[0] & 0xff;
307 lwm = idx ? pwp->hwms[idx - 1] : 0;
308 hwm = pwp->hwms[idx];
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirp.c415 int idx = 0; local
439 buffer[idx] = '\0';
444 if (linelen > (len - (idx + 1))) {
455 memcpy(buffer + idx, line, linelen);
456 idx += linelen;
/osnet-11/usr/src/lib/libshadowtest/common/
H A Dlibshadowtest.c65 st_read_fidlist(const char *root, int idx, size_t *count) argument
78 idx);
230 * parameters. The 'idx' parameter controls which list should be checked (0 or
234 st_verify_pending(int idx, int argc, char **argv) argument
254 if ((fids = st_read_fidlist(root, idx, &nfid)) == NULL)
322 st_verify_pending_empty(int idx, const char *path) argument
331 if ((fids = st_read_fidlist(root, idx, &nfid)) == NULL)
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dlogfile.c279 u16 nr_clients, idx; local
295 idx = le16_to_cpu(ra->client_free_list);
298 for (idx_is_first = TRUE; idx != LOGFILE_NO_CLIENT_CPU; nr_clients--,
299 idx = le16_to_cpu(cr->next_client)) {
300 if (!nr_clients || idx >= le16_to_cpu(ra->log_clients))
303 cr = ca + idx;
314 idx = le16_to_cpu(ra->client_in_use_list);
/osnet-11/usr/src/lib/libcpc/sparc/
H A Devent_ultra.c245 int idx = getsubopt(&opts, tokens, &value); local
247 if (idx >= 0 && idx < ntokens) {
248 kv = &keyvals[idx];
254 if (idx == D_pic0) {
258 tokens[idx]);
263 } else if (idx == D_pic1) {
267 tokens[idx]);
273 } else if (idx == -1) {
301 if (idx >
[all...]
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_hash.c175 ulong_t idx, nidx; local
194 for (idx = 0; idx < osize; idx++) {
195 while ((link = ihp->ih_buckets[idx]) != NULL) {
203 ihp->ih_buckets[idx] = link->ihl_next;
219 ulong_t idx = ihp->ih_compute(search) % ihp->ih_nbuckets; local
222 for (hl = ihp->ih_buckets[idx]; hl != NULL; hl = hl->ihl_next) {
258 ulong_t idx = ipmi_hash_compute(ihp, elem); local
262 link->ihl_next = ihp->ih_buckets[idx];
274 ulong_t idx = ipmi_hash_compute(ihp, elem); local
[all...]
/osnet-11/usr/src/lib/fm/libfmd_snmp/common/
H A Dmodule.c145 uu_avl_index_t idx; local
149 if ((data = uu_avl_find(mod_index_avl, key, NULL, &idx)) != NULL &&
153 data = uu_avl_nearest_next(mod_index_avl, idx);
181 uu_avl_index_t idx; local
205 (void) uu_avl_find(mod_name_avl, data, NULL, &idx);
206 uu_avl_insert(mod_name_avl, data, idx);
209 (void) uu_avl_find(mod_index_avl, data, NULL, &idx);
210 uu_avl_insert(mod_index_avl, data, idx);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/common/
H A Dcpu_mdesc.c89 int i, num_nodes, idx; local
106 for (idx = 0, mcmp = chip->cpus; idx < chip->ncpus; idx++, mcmp++) {
108 if (md_get_prop_val(mdp, listp[idx], MD_STR_ID, &x) < 0)
112 if (md_get_prop_val(mdp, listp[idx], MD_STR_PID, &x) < 0)
118 if (md_get_prop_val(mdp, listp[idx], MD_STR_CPU_SERIAL,
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derrmap.h48 * struct mecherrmap__pair *getaddr(idx) -> aborts if out of range
49 * void set(idx, value) -> aborts if out of range
50 * struct mecherrmap__pair get(idx) -> value, or aborts if out of range
120 mecherrmap__pairarray_getaddr (mecherrmap__pairarray *arr, long idx)
122 if (idx < 0 || (unsigned long) idx >= arr->allocated)
124 return arr->elts + idx;
128 mecherrmap__pairarray_set (mecherrmap__pairarray *arr, long idx, struct mecherrmap__pair value)
131 newvalp = mecherrmap__pairarray_getaddr(arr, idx);
136 mecherrmap__pairarray_get (mecherrmap__pairarray *arr, long idx)
118 mecherrmap__pairarray_getaddr(mecherrmap__pairarray *arr, long idx) argument
126 mecherrmap__pairarray_set(mecherrmap__pairarray *arr, long idx, struct mecherrmap__pair value) argument
134 mecherrmap__pairarray_get(mecherrmap__pairarray *arr, long idx) argument
[all...]
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_default.c60 int i, idx; local
117 idx = i;
127 *start = idx+1;
/osnet-11/usr/src/lib/libadm/common/
H A Dpkgparam.c122 int idx = 0; local
209 copy -= n - idx;
210 n = idx;
222 copy -= n - idx;
223 n = idx;
247 idx = n;
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-pe2elf.c138 grub_uint32_t idx; local
151 idx = TEXT_SECTION;
152 shdr[idx].sh_flags = SHF_ALLOC | SHF_EXECINSTR;
156 idx = RDATA_SECTION;
157 shdr[idx].sh_flags = SHF_ALLOC;
161 idx = DATA_SECTION;
162 shdr[idx].sh_flags = SHF_ALLOC | SHF_WRITE;
166 idx = BSS_SECTION;
167 shdr[idx].sh_flags = SHF_ALLOC | SHF_WRITE;
170 idx
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c250 int idx; local
253 idx = 0;
283 (void) slprintf(envname, sizeof (envname), RTE_STR, ++idx);
318 int idx; local
378 idx = 0;
387 RTE_STR, ++idx);
/osnet-11/usr/src/lib/libc/inc/
H A Dmsgfmt.h405 uint32_t idx; member in struct:gnu_dynamic_ent
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c313 uint32_t hash_size, num_of_str, i, idx, inc; local
318 idx = hash_val % hash_size;
321 while ((i = p->hash_table[idx]) != 0) {
329 idx = (idx + inc) % hash_size;
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Ddns.py93 idx = 0 variable in class:DnsClient
94 while idx <= 32:
95 if self.NMLIST[idx] == mask:
98 idx += 1
99 if idx > 32:
101 ret = "%s/%d" % (ip, idx)
/osnet-11/usr/src/lib/scsi/libses/common/
H A Dses_node.c145 uint64_t idx, eidx; local
221 for (i = 0, toff = 0, idx = eidx = 0; i < n_etds; i++) {
230 idx += tip->sthi_max_elements + 1;
239 SES_PROP_ELEMENT_INDEX, idx);
240 pnp->sn_rootidx = idx;
243 SES_PROP_ELEMENT_INDEX, idx + 1);
246 pnp->sn_rootidx = idx + 1;
263 idx += tip->sthi_max_elements + 1;
274 np->sn_rootidx = idx;
277 SES_PROP_ELEMENT_INDEX, idx);
[all...]
H A Dses_snap.c703 uint32_t idx = (id & 0xFFFFFFFF); local
710 if (idx >= sp->ss_n_nodes) {
728 if (sp->ss_nodes[idx] == NULL)
731 return (sp->ss_nodes[idx]);

Completed in 44 milliseconds

123456