Searched refs:eidx (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/vscan/vscand/ |
H A D | vs_eng.c | 345 int eidx = eng_ctx->vse_eidx; in vs_eng_set_error() local 351 eng = &(vs_engines[eidx]); in vs_eng_set_error() 353 if (vs_eng_compare(eidx, eng_ctx->vse_host, eng_ctx->vse_port) == 0) in vs_eng_set_error() 377 int eidx, cidx, sockfd; in vs_eng_get() local 397 (vs_eng_find_connection(&eidx, &cidx, retry) == -1)) { in vs_eng_get() 422 eng = &(vs_engines[eidx]); in vs_eng_get() 431 vs_eng_next = (eidx == VS_SE_MAX) ? 0 : eidx + 1; in vs_eng_get() 434 eng_ctx->vse_eidx = eidx; in vs_eng_get() 607 int eidx = eng_ctx->vse_eidx; in vs_eng_release() local 612 cxn = &(vs_engines[eidx].vse_cxns[cidx]); in vs_eng_release() [all …]
|
/titanic_41/usr/src/lib/scsi/libses/common/ |
H A D | ses_node.c | 145 uint64_t idx, eidx; in ses_build_snap_skel() local 221 for (i = 0, toff = 0, idx = eidx = 0; i < n_etds; i++) { in ses_build_snap_skel() 231 eidx += tip->sthi_max_elements; in ses_build_snap_skel() 245 SES_PROP_ELEMENT_ONLY_INDEX, eidx); in ses_build_snap_skel() 264 eidx += tip->sthi_max_elements; in ses_build_snap_skel() 307 SES_PROP_ELEMENT_ONLY_INDEX, eidx + j); in ses_build_snap_skel() 314 eidx += tip->sthi_max_elements; in ses_build_snap_skel()
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | vm_anon.c | 3284 ulong_t eidx = sidx + btopr(len); in anon_shmap_free_pages() local 3295 ASSERT(eidx <= ahp->size); in anon_shmap_free_pages() 3304 (eidx < sidx_aligned + pages && eidx < ahp->size)) { in anon_shmap_free_pages() 3309 size = (eidx <= sidx_aligned + pages) ? (eidx - sidx) : in anon_shmap_free_pages() 3314 if (eidx <= sidx) { in anon_shmap_free_pages() 3318 eidx_aligned = P2ALIGN(eidx, pages); in anon_shmap_free_pages() 3326 if (eidx == eidx_aligned) { in anon_shmap_free_pages() 3329 tidx = eidx; in anon_shmap_free_pages() 3330 if (eidx != ahp->size && anon_get_next_ptr(ahp, &tidx) != NULL && in anon_shmap_free_pages() 3335 size = (eidx - sidx) << PAGESHIFT; in anon_shmap_free_pages()
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 2236 uint32_t nidx, eidx; in walk_all_links() local 2240 eidx = DB_NUM(hdp, DB_LINK); in walk_all_links() 2243 for (nidx = 1; nidx < eidx; nidx++) { in walk_all_links()
|