Home
last modified time | relevance | path

Searched refs:exp_ndx (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/sysinst/
H A Dbsddisklabel.c1383 size_t i, exp_ndx = ~0U; local
1413 exp_ndx == ~0U)
1414 exp_ndx = i;
1436 if (exp_ndx < wanted->num) {
1439 daddr_t new_size = wanted->infos[exp_ndx].size;
1443 if (wanted->infos[exp_ndx].limit > 0 &&
1444 (new_size + wanted->infos[exp_ndx].cur_start)
1445 > wanted->infos[exp_ndx].limit) {
1446 wanted->infos[exp_ndx].size =
1447 wanted->infos[exp_ndx].limit
[all …]