Searched refs:nindex (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/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 224 trap "rm -f xindex nindex; exit 1" INT QUIT 239 /usr/bin/rm nindex xindex
|
/illumos-gate/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_slice.c | 103 uint32_t nindex, 726 uint32_t nindex = oindex; local 739 nindex = oindex; 740 if ((error = disk_get_available_slice_index(odisk, &nindex)) != 0) { 797 (error = disk_reserve_index(odisk, (uint16_t)nindex)); 800 if (nindex == oindex) { 807 (error = disk_reserve_index(odisk, (uint16_t)nindex)); 814 nindex, &nname)) != 0) || 816 ostart, osize, bytes_per_sect, nname, nindex, nsize, 819 (error = disk_reserve_index(odisk, (uint16_t)nindex)); 858 create_modified_slice( dm_descriptor_t oslice, char *oname, uint32_t oindex, uint64_t ostart, uint64_t osize, uint64_t bytes_per_sect, char *nname, uint32_t nindex, uint64_t nsize, devconfig_t **nslice) argument [all...] |
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | spaceanal.tcl | 216 set nindex [db eval {SELECT count(*) FROM sqlite_master WHERE type='index'}] 219 set manindex [expr {$nindex-$autoindex}] 220 statline {Number of indices} $nindex 221 statline {Number of named indices} $manindex [percent $manindex $nindex] 223 [percent $autoindex $nindex] 246 if {$nindex>0} { 250 if {$nindex>0} {
|
/illumos-gate/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;
|
Completed in 68 milliseconds