OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gpt_ptype_cnt
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/sysinst/
gpt.c
122
static size_t
gpt_ptype_cnt
= 0, gpt_ptype_alloc = 0;
variable in typeref:typename:size_t
789
if (
gpt_ptype_cnt
>= gpt_ptype_alloc) {
799
strlcpy(gpt_ptype_descs[
gpt_ptype_cnt
].tid, uid,
800
sizeof(gpt_ptype_descs[
gpt_ptype_cnt
].tid));
801
gpt_ptype_descs[
gpt_ptype_cnt
].gent.short_desc = strdup(name);
802
gpt_ptype_descs[
gpt_ptype_cnt
].gent.description = strdup(desc);
803
gpt_match_ptype(name, &gpt_ptype_descs[
gpt_ptype_cnt
]);
804
gpt_ptype_cnt
++;
810
if (
gpt_ptype_cnt
== 0)
818
for (size_t i = 0; i <
gpt_ptype_cnt
; i++)
[
all
...]
gpt.c
122
static size_t
gpt_ptype_cnt
= 0, gpt_ptype_alloc = 0;
variable in typeref:typename:size_t
789
if (
gpt_ptype_cnt
>= gpt_ptype_alloc) {
799
strlcpy(gpt_ptype_descs[
gpt_ptype_cnt
].tid, uid,
800
sizeof(gpt_ptype_descs[
gpt_ptype_cnt
].tid));
801
gpt_ptype_descs[
gpt_ptype_cnt
].gent.short_desc = strdup(name);
802
gpt_ptype_descs[
gpt_ptype_cnt
].gent.description = strdup(desc);
803
gpt_match_ptype(name, &gpt_ptype_descs[
gpt_ptype_cnt
]);
804
gpt_ptype_cnt
++;
810
if (
gpt_ptype_cnt
== 0)
818
for (size_t i = 0; i <
gpt_ptype_cnt
; i++)
[
all
...]
Completed in 43 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025