OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_available_part_schemes
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/sysinst/
partitions.c
41
size_t
num_available_part_schemes
;
variable in typeref:typename:size_t
207
num_available_part_schemes
= avail;
229
for (size_t i = 0; i <
num_available_part_schemes
; i++)
partitions.h
624
extern size_t
num_available_part_schemes
;
part_edit.c
1087
if (
num_available_part_schemes
> 1) {
1372
opt = calloc(
num_available_part_schemes
, sizeof *opt);
1375
str = calloc(
num_available_part_schemes
, sizeof *str);
1380
options = calloc(
num_available_part_schemes
, sizeof *options);
1387
for (used = 0, ndx = 0; ndx <
num_available_part_schemes
; ndx++) {
bsddisklabel.c
860
if (
num_available_part_schemes
> 1 &&
Completed in 14 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025