Searched refs:nindex (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/vgrind/ |
H A D | vgrind.ksh | 213 echo > nindex 216 echo "? $i ?d" | /usr/bin/sed -e "s:/:\\\/:g" -e "s:?:/:g" >> nindex 219 /usr/bin/sed -f nindex index > xindex 239 /usr/bin/rm nindex xindex
|
/titanic_41/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_slice.c | 103 uint32_t nindex, 726 uint32_t nindex = oindex; in create_new_slice() local 739 nindex = oindex; in create_new_slice() 740 if ((error = disk_get_available_slice_index(odisk, &nindex)) != 0) { in create_new_slice() 797 (error = disk_reserve_index(odisk, (uint16_t)nindex)); in create_new_slice() 800 if (nindex == oindex) { in create_new_slice() 807 (error = disk_reserve_index(odisk, (uint16_t)nindex)); in create_new_slice() 814 nindex, &nname)) != 0) || in create_new_slice() 816 ostart, osize, bytes_per_sect, nname, nindex, nsize, in create_new_slice() 819 (error = disk_reserve_index(odisk, (uint16_t)nindex)); in create_new_slice() [all …]
|
/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++) { 313 np->inp[nindex++] = HOFFSET(np) -= s; 322 for (nindex = 0, oindex = 0; oindex < i; oindex++) { 329 tp->inp[nindex++] = HOFFSET(tp) -= s;
|
/titanic_41/usr/src/lib/libsqlite/tool/ |
H A D | spaceanal.tcl | 216 set nindex [db eval {SELECT count(*) FROM sqlite_master WHERE type='index'}] 220 statline {Number of indices} $nindex 221 statline {Number of named indices} $manindex [percent $manindex $nindex] 223 [percent $autoindex $nindex]
|