Searched refs:oindex (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/db/db/ |
H A D | db_dup.c | 220 db_indx_t halfbytes, i, indx, lastsum, nindex, oindex, s, sum; local 306 for (nindex = 0, oindex = i; oindex < NUM_ENT(h); oindex++) { 307 bk = GET_BKEYDATA(h, oindex); 322 for (nindex = 0, oindex = 0; oindex < i; oindex++) { 323 bk = GET_BKEYDATA(h, oindex);
|
/titanic_41/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_slice.c | 98 uint32_t oindex, 725 uint32_t oindex = 0; in create_new_slice() local 726 uint32_t nindex = oindex; in create_new_slice() 733 (error = slice_get_index(oslice, &oindex)); in create_new_slice() 739 nindex = oindex; in create_new_slice() 800 if (nindex == oindex) { in create_new_slice() 815 (error = create_modified_slice(oslice, oname, oindex, in create_new_slice() 861 uint32_t oindex, in create_modified_slice() argument 897 oname, oindex, (uint64_t)(ostart / bytes_per_sect), in create_modified_slice()
|
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_io.c | 1890 int oindex; in add_to_many() local 1901 oindex = rdc_lookup_multimany(krdc, TRUE); in add_to_many() 1902 if (oindex < 0) { in add_to_many() 1910 okrdc = &rdc_k_info[oindex]; in add_to_many()
|