OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exp_ndx
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/sysinst/
bsddisklabel.c
1383
size_t i,
exp_ndx
= ~0U;
local in function:apply_settings_to_partitions
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
].limi
[
all
...]
Completed in 14 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025