Home
last modified time | relevance | path

Searched refs:ISO_GPT_ENTRIES_MAX (Results 1 – 4 of 4) sorted by relevance

/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Decma119.h87 #define ISO_GPT_ENTRIES_MAX 248 macro
874 struct iso_gpt_partition_request *gpt_req[ISO_GPT_ENTRIES_MAX];
H A Dsystem_area.c2482 if (*gpt_req_count >= ISO_GPT_ENTRIES_MAX) in iso_register_gpt_entry()
H A Decma119.c2718 for (i = 0; i < ISO_GPT_ENTRIES_MAX; i++) in ecma119_image_new()
H A Dfs_image.c4362 sai->gpt_req = calloc(ISO_GPT_ENTRIES_MAX, in iso_analyze_gpt()