Home
last modified time | relevance | path

Searched refs:ndx (Results 101 – 125 of 157) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c127 Elf_got_entry(Lm_list *lml, Sword ndx, Addr addr, Xword value, Half mach, in Elf_got_entry() argument
138 EC_SWORD(ndx)); in Elf_got_entry()
H A Dcap.c224 Elf_cap_entry(Lm_list *lml, Cap *cap, int ndx, const char *str, size_t str_size, in Elf_cap_entry() argument
231 (void) snprintf(index, INDEX_STR_SIZE, MSG_ORIG(MSG_FMT_INDEX), ndx); in Elf_cap_entry()
H A Dsections.c421 Dbg_sec_order_error(Lm_list *lml, Ifl_desc *ifl, Word ndx, int error) in Dbg_sec_order_error() argument
435 dbg_fmt_isec_name(ifl->ifl_isdesc[ndx], buf, &alloc_mem), in Dbg_sec_order_error()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h67 indx_t ndx; member
186 indx_t ndx; member
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c154 int ndx; in sbd_do_read_xfer() local
167 (ndx < dbuf->db_sglist_length); ndx++) { in sbd_do_read_xfer()
1381 int ndx; in sbd_handle_write_xfer_completion() local
1446 (ndx < dbuf->db_sglist_length); ndx++) { in sbd_handle_write_xfer_completion()
1716 uint32_t bufsize, ndx; in sbd_handle_short_read_transfers() local
1744 for (bufsize = 0, ndx = 0; bufsize < cmd_xfer_size; ndx++) { in sbd_handle_short_read_transfers()
1748 d = dbuf->db_sglist[ndx].seg_addr; in sbd_handle_short_read_transfers()
1750 dbuf->db_sglist[ndx].seg_length); in sbd_handle_short_read_transfers()
2450 int ndx, ret; in sbd_handle_write_same_xfer_completion() local
2488 (ndx < dbuf->db_sglist_length); ndx++) { in sbd_handle_write_same_xfer_completion()
[all …]
H A Dats_copy_mgr.c316 int ndx; in sbd_handle_ats_xfer_completion() local
358 for (buflen = 0, ndx = 0; (buflen < dbuf->db_data_size) && in sbd_handle_ats_xfer_completion()
359 (ndx < dbuf->db_sglist_length); ndx++) { in sbd_handle_ats_xfer_completion()
361 dbuf->db_sglist[ndx].seg_length); in sbd_handle_ats_xfer_completion()
364 bcopy(dbuf->db_sglist[ndx].seg_addr, &scmd->trans_data[laddr], in sbd_handle_ats_xfer_completion()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c880 int ndx; in setup() local
894 for (ndx = 0; ndx < 3; ndx++) { in setup()
895 if (aud[ndx]) { in setup()
897 strdup(aud[ndx])) == NULL) in setup()
H A Ddlfcns.c234 uint_t ndx; in hdl_create() local
258 ndx = (uintptr_t)ghp % HDLIST_SZ; in hdl_create()
260 if (aplist_append(&hdl_alp[ndx], ghp, AL_CNT_HANDLES) == NULL) { in hdl_create()
320 uint_t ndx; in hdl_create() local
323 ndx = (uintptr_t)ghp % HDLIST_SZ; in hdl_create()
326 (void) aplist_append(&hdl_alp[ndx], ghp, in hdl_create()
442 uint_t ndx; in hdl_validate() local
445 ndx = (uintptr_t)ghp % HDLIST_SZ; in hdl_validate()
447 for (APLIST_TRAVERSE(hdl_alp[ndx], idx, lghp)) { in hdl_validate()
/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c200 int ndx; in main() local
311 ndx = 1; in main()
323 bss = ndx; in main()
325 ndx++; in main()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c284 Word ndx; in ld_perform_outreloc() local
407 ndx = STN_UNDEF; in ld_perform_outreloc()
417 ndx = sdp->sd_isc->is_osdesc->os_identndx; in ld_perform_outreloc()
419 ndx = sdp->sd_shndx; in ld_perform_outreloc()
421 ndx = ofl->ofl_parexpnndx; in ld_perform_outreloc()
423 ndx = sdp->sd_symndx; in ld_perform_outreloc()
440 if (ndx == 0) { in ld_perform_outreloc()
453 rea.r_info = ELF_R_INFO(ndx, orsp->rel_rtype); in ld_perform_outreloc()
H A Dmachrel.intel.c228 Word ndx, roffset, value; in ld_perform_outreloc() local
322 ndx = STN_UNDEF; in ld_perform_outreloc()
332 ndx = sdp->sd_isc->is_osdesc->os_identndx; in ld_perform_outreloc()
334 ndx = sdp->sd_shndx; in ld_perform_outreloc()
336 ndx = ofl->ofl_parexpnndx; in ld_perform_outreloc()
338 ndx = sdp->sd_symndx; in ld_perform_outreloc()
360 if (ndx == 0) { in ld_perform_outreloc()
373 rea.r_info = ELF_R_INFO(ndx, orsp->rel_rtype); in ld_perform_outreloc()
H A Dplace.c323 size_t ndx; in gnu_comdat_sym() local
325 for (ndx = 1; ndx < ifl->ifl_shnum; ndx++) { in gnu_comdat_sym()
329 if (((isp = ifl->ifl_isdesc[ndx]) == NULL) || in gnu_comdat_sym()
H A Dmap.c1227 Xword ndx; in ld_map_parse_v1() local
1338 ndx = ld_map_seg_index(mf, sgp1); in ld_map_parse_v1()
1340 ndx, sgp1, mf->mf_lineno); in ld_map_parse_v1()
1374 DBG_STATE_MOD_AFTER, ndx, sgp1, in ld_map_parse_v1()
1396 DBG_STATE_MOD_AFTER, ndx, sgp1, in ld_map_parse_v1()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfbt.c410 int ndx; in fbt_destroy() local
424 ndx = FBT_ADDR2NDX(fbt->fbtp_patchpoint); in fbt_destroy()
426 hash = fbt_probetab[ndx]; in fbt_destroy()
437 fbt_probetab[ndx] = fbt->fbtp_hashnext; in fbt_destroy()
H A Dfasttrap_isa.c746 uint16_t sel, ndx, type; in fasttrap_do_seg() local
777 ndx = SELTOIDX(sel); in fasttrap_do_seg()
784 if (ndx > p->p_ldtlimit) in fasttrap_do_seg()
787 desc = p->p_ldt + ndx; in fasttrap_do_seg()
790 if (ndx >= NGDT) in fasttrap_do_seg()
793 desc = cpu_get_gdt() + ndx; in fasttrap_do_seg()
/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c928 u_int32_t nactive, ndx; local
961 ndx = 0;
965 stats->st_txnarray[ndx].txnid = txnp->txnid;
966 stats->st_txnarray[ndx].lsn = txnp->begin_lsn;
967 ndx++;
969 if (ndx >= stats->st_nactive)
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c487 uint_t ndx; in la_symbind64() local
536 for (ndx = 0; (str = spec_sym[ndx]) != NULL; ndx++) { in la_symbind64()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dprint.c196 int ndx, bkts; in scanconfig() local
846 for (ndx = 0; ndx < bkts; ndx++, hash++) { in scanconfig()
858 (void) printf(MSG_INTL(MSG_DMP_HASHENT_1), obj->co_id, ndx, in scanconfig()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h862 #define NEXT_INDEX(ndx, num, lim)\ argument
863 (((ndx) + (num) < (lim)) ? ((ndx) + (num)) : ((ndx) + (num) - (lim)))
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c140 argp->ndx == (u_int32_t)H_NUMPAIRS(pagep)) {
149 argp->ndx, &argp->key, &argp->data);
158 __ham_dpair(file_dbp, pagep, argp->ndx);
437 file_dbp->pgsize, argp->ndx, argp->off, grow, &dbt);
439 hk = P_ENTRY(pagep, argp->ndx);
H A Dhash.c906 db_indx_t ndx; local
916 ndx = H_DATAINDEX(hcp->bndx);
917 type = HPAGE_TYPE(hcp->pagep, ndx);
961 memcpy(&pgno, HOFFDUP_PGNO(P_ENTRY(hcp->pagep, ndx)),
1027 ndx = hcp->dndx;
1066 if ((ret = __db_ret(dbp, pp, ndx, myval, &dbc->rdata.data,
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c3167 uint64_t ndx) in dtrace_dif_variable() argument
3174 ndx = v - DIF_VAR_ARG0; in dtrace_dif_variable()
7469 int ndx; in dtrace_probe() local
9577 uint_t id, ndx; in dtrace_difo_validate() local
9612 maxglobal = ndx; in dtrace_difo_validate()
9625 maxtlocal = ndx; in dtrace_difo_validate()
9633 maxlocal = ndx; in dtrace_difo_validate()
10372 for (ndx = 0; ndx < state->dts_nformats; ndx++) { in dtrace_format_add()
10375 return (ndx + 1); in dtrace_format_add()
10396 ASSERT(ndx != 0); in dtrace_format_add()
[all …]
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb5.c315 int ndx; in kdb_load_library() local
355 ndx = 0; in kdb_load_library()
357 while (profpath[ndx] != NULL) in kdb_load_library()
358 ndx++; in kdb_load_library()
360 path = calloc(ndx + db_dl_n_locations, sizeof (char *)); in kdb_load_library()
365 if (ndx) in kdb_load_library()
366 memcpy(path, profpath, ndx * sizeof(profpath[0])); in kdb_load_library()
367 memcpy(path + ndx, db_dl_location, db_dl_n_locations * sizeof(char *)); in kdb_load_library()
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c666 size_t ndx; in mdb_page_lookup() local
673 ndx = PAGE_HASH_FUNC(vp, offset); in mdb_page_lookup()
674 page_hash_entry = mdb_page_hash + ndx * sizeof (uintptr_t); in mdb_page_lookup()
677 mdb_warn("unable to read page_hash[%ld] (%p)", ndx, in mdb_page_lookup()
704 if (page.p_vnode != NULL && nndx != ndx) { in mdb_page_lookup()
707 "bucket %ld\n", ndx, pp, nndx); in mdb_page_lookup()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h612 extern void elfedit_cpl_ndx(void *cpldata, uint_t ndx);
874 extern void elfedit32_dyn_elt_save(elfedit32_dyn_elt_t *elt, Elf32_Word ndx,
876 extern void elfedit64_dyn_elt_save(elfedit64_dyn_elt_t *elt, Elf64_Word ndx,

1234567