OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hdr_cnt
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/sysinst/
part_edit.c
376
size_t count,
hdr_cnt
;
local in function:fill_part_edit_menu_opts
379
hdr_cnt
= __arraycount(common_ptn_edit_opts);
380
count =
hdr_cnt
+ parts->pscheme->custom_attribute_count
383
hdr_cnt
= PTN_OPTS_COMMON;
384
count =
hdr_cnt
+ suffix_count;
394
sizeof(*opts)*
hdr_cnt
);
395
p = opts +
hdr_cnt
;
part_edit.c
376
size_t count,
hdr_cnt
;
local in function:fill_part_edit_menu_opts
379
hdr_cnt
= __arraycount(common_ptn_edit_opts);
380
count =
hdr_cnt
+ parts->pscheme->custom_attribute_count
383
hdr_cnt
= PTN_OPTS_COMMON;
384
count =
hdr_cnt
+ suffix_count;
394
sizeof(*opts)*
hdr_cnt
);
395
p = opts +
hdr_cnt
;
Completed in 27 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025