OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bpb_detect
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/com32/chain/
utility.h
53
int
bpb_detect
(const uint8_t *bpb, const char *tag);
mangle.c
278
int type =
bpb_detect
(data->data, tag);
353
type1 =
bpb_detect
(fil->data, "bss/file");
354
type2 =
bpb_detect
(sec->data, "bss/sect");
utility.c
187
int
bpb_detect
(const uint8_t *sec, const char *tag)
function
Completed in 49 milliseconds