OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:part_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/sysinst/
disklabel.c
1012
int
part_index
;
local in function:disklabel_get_part_device
1018
for (id =
part_index
= 0;
part_index
< parts->l.d_npartitions;
1019
part_index
++) {
1020
if (parts->l.d_partitions[
part_index
].p_fstype == FS_UNUSED &&
1021
parts->l.d_partitions[
part_index
].p_size == 0)
1031
*part =
part_index
;
1033
pname = 'a'+
part_index
;
disklabel.c
1012
int
part_index
;
local in function:disklabel_get_part_device
1018
for (id =
part_index
= 0;
part_index
< parts->l.d_npartitions;
1019
part_index
++) {
1020
if (parts->l.d_partitions[
part_index
].p_fstype == FS_UNUSED &&
1021
parts->l.d_partitions[
part_index
].p_size == 0)
1031
*part =
part_index
;
1033
pname = 'a'+
part_index
;
Completed in 22 milliseconds
Indexes created Sun Sep 21 15:09:59 GMT 2025