Searched defs:index (Results 151 - 175 of 261) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c378 if (heap_element(ctx->timers, del->index) != del)
381 if (heap_delete(ctx->timers, del->index) < 0)
405 if (heap_element(ctx->timers, timer->index) != timer)
431 if (heap_element(ctx->timers, timer->index) != timer)
460 result = heap_increased(ctx->timers, timer->index);
466 result = heap_decreased(ctx->timers, timer->index);
576 set_index(void *what, int index) { argument
580 timer->index = index;
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_table.cc652 * We're returning an index of the table array, so the caller
653 * should hold a lock until done with the index. To save us
1047 * Add the entry indicated by 'loc' to the enumIndex array, at 'index'.
1050 db_table::enumSetup(entryp loc, long index) { argument
1052 index < 0 || index >= enumCount.flag)
1055 ((entryp *)enumIndex.ptr)[index] = loc;
1056 ((entry_object **)enumArray.ptr)[index] = tab[loc];
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c514 int index; local
517 for (index = 0; NULL != list[index]; index ++)
518 sfree(list[index]);
H A Ddit_access_utils.c650 int r, i, j, k, l, index, nrq, res, len; local
1058 /* Verify if key matches the index */
1268 /* Verify if key matches the index */
H A Dshim_changepasswd.c433 int index, ans = 0; local
445 for (index = 0; map_list[index] != NULL; index ++)
446 if (map_name_len < strlen(map_list[index]))
447 map_name_len = strlen(map_list[index]);
458 for (index = 0; map_list[index] != NULL; index ++) {
466 strcat(map_name, map_list[index]);
[all...]
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dwinreg_svc.c566 winreg_enum_subkey(ndr_xa_t *mxa, const char *subkey, uint32_t index) argument
597 if (count < index) {
652 subkey = winreg_enum_subkey(mxa, name, param->index);
/osnet-11/usr/src/lib/libcmd/common/
H A Djoin.c292 * read in a record from file <index> and split into fields
295 getrec(Join_t* jp, int index, int discard) argument
298 register File_t* fp = &jp->file[index];
313 jp->outmode &= ~(1<<index);
451 _trace_getrec(Join_t* jp, int index, int discard) argument
455 r = getrec(jp, index, discard);
466 * print field <n> from file <index>
469 outfield(Join_t* jp, int index, register int n, int last) argument
471 register File_t* fp = &jp->file[index];
850 cp = argv[opt_info.index
[all...]
/osnet-11/usr/src/lib/fm/libfmd_snmp/common/
H A Dproblem.c57 * Update types. Single-index and all are mutually exclusive.
116 faultevent_lookup_index_exact(sunFmProblem_data_t *data, ulong_t index) argument
118 if (index > data->d_nsuspects)
124 return (data->d_suspects[index - 1]);
128 faultstatus_lookup_index_exact(sunFmProblem_data_t *data, ulong_t index) argument
130 if (index > data->d_nsuspects)
139 return (data->d_statuses[index - 1]);
308 * for the use of index-only updates; therefore we always do a full
310 * index, the contexts can be queued by the handler instead.
529 DEBUGMSGTL((MODNAME_STR, "nextpr: built fake index
618 ulong_t index; local
744 ulong_t index; local
[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/grub/grub2/grub-core/gnulib/
H A Dargp-parse.c385 unsigned index = 0;
388 convert_options (children++->argp, parent, index++, group, cvt);
678 int index = --parser->state.next;
709 if (parser->state.next > index)
713 (--group)->args_processed += (parser->state.next - index);
877 index in ARGV of the first unparsed option is returned in it. If an
379 unsigned index = 0; local
669 int index = --parser->state.next; local
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dieee1275.c566 int index, int r, int g, int b)
573 grub_ieee1275_cell_t index;
584 args.index = index;
564 grub_ieee1275_set_color(grub_ieee1275_ihandle_t ihandle, int index, int r, int g, int b) argument
572 grub_ieee1275_cell_t index; member in struct:set_color_args
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzFind.c72 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; } argument
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dundi.c148 int index; local
154 index = FIRING_SQUAD_TARGET_INDEX ( target );
156 lineup->targets[index] = ( shoot << bit ) |
157 ( lineup->targets[index] & ~( 1 << bit ) );
/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/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/lib/libast/common/comp/
H A Diconv.c76 int index; member in struct:Map_s
164 * return the codeset index given its name or alias
244 if ((cc->from.index = _win_codeset(f)) < 0)
246 if ((cc->to.index = _win_codeset(t)) < 0)
249 error(DEBUG_TRACE, "AHA#%d _win_iconv_open f=0x%04x t=0x%04x\n", __LINE__, cc->from.index, cc->to.index);
272 error(DEBUG_TRACE, "AHA#%d _win_iconv from=0x%04x to=0x%04x\n", __LINE__, cc->from.index, cc->to.index);
274 if (cc->from.index == cc->to.index)
[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/libc/amd64/unwind/
H A Dcall_frame_inst.c187 fix_reg(struct _Unwind_Context *ctx, struct register_state *rs, int index) argument
189 switch (rs[index].rule) {
191 ctx->entry_regs[index] = ctx->current_regs[index];
194 ctx->entry_regs[index] = *(uint64_t *)
195 (ctx->cfa + rs[index].offset);
198 ctx->entry_regs[index] = ctx->cfa + rs[index].offset;
201 ctx->entry_regs[index] =
202 ctx->current_regs[rs[index]
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c782 int index; local
793 if ((index = nss_dbop_search(dbname, (uint32_t)dbop)) < 0)
797 dbop, rlen, getXbyY_to_dbop[index].tostr));
905 int *dbop, nss_XbyY_args_t *arg, int index)
925 strtype = getXbyY_to_dbop[index].tostr;
1088 nss_pinit_funcs(int index, nss_db_initf_t *initf, nss_str2ent_t *s2e) argument
1119 if (getXbyY_to_dbop[index].initfnp == NULL) {
1120 name = getXbyY_to_dbop[index].initfn;
1124 if (getXbyY_to_dbop[index].initfnp == NULL)
1125 getXbyY_to_dbop[index]
904 nss_upack_key2arg(void *buffer, size_t length, char **dbname, int *dbop, nss_XbyY_args_t *arg, int index) argument
1157 int index; local
1222 int index; local
[all...]
/osnet-11/usr/src/lib/libvdp/common/
H A Dvdp_impl.c767 size_t index = 0; local
806 list[index].ve_ver = VDPT_ECPCFG_VERSION;
807 (void) strcpy(list[index].ve_phys_link_name,
809 list[index].ve_req_seq = ecpc.ecpc_req_seq;
810 list[index].ve_ack_seq = ecpc.ecpc_ack_seq;
811 list[index].ve_last_ack_seq =
813 list[index].ve_max_tx_attempts =
815 list[index++].ve_ack_timeout_msec =
818 (sizeof (vdpd_ecpinfo_t)) * (index + 1));
837 if (index
855 size_t index = 0; local
[all...]
/osnet-11/usr/src/lib/libxcurses/h/
H A Dmks.h667 int index; /* argv[optind] index */ member in struct:getopt_state
669 mbstate_t st; /* State of argv[optind][index] */
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c263 __m_tty_wc(int index, wchar_t *wcp) argument
274 mb = (char)PTERMIOS(_shell)->c_cc[index];
/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/sun_fc/common/
H A DFCHBAPort.cc459 // This routine is not index based, so we can discard stateChange
705 int i, index; local
/osnet-11/usr/src/lib/libproc/common/
H A DPgcore.c667 dump_symtab(pgcore_t *pgc, file_info_t *fptr, uint_t index, int dynsym) argument
686 index + 1, sym->sym_hdr_pri.sh_info, sym->sym_hdr_pri.sh_addralign,
711 uint_t index = 1; local
745 symindex = index;
746 if (dump_symtab(pgc, fptr, index, dynsym) != 0)
748 index += 2;
765 index++;
773 if (dump_symtab(pgc, fptr, index, 0) != 0)
775 index += 2;
1046 * header, we'll need that program header at index zer
1542 uint_t index; local
[all...]

Completed in 214 milliseconds

1234567891011