Home
last modified time | relevance | path

Searched refs:count (Results 1 – 7 of 7) sorted by relevance

/DragonStub/inc/dragonstub/linux/
H A Dhex.h30 extern int __must_check hex2bin(u8 *dst, const char *src, size_t count);
31 extern char *bin2hex(char *dst, const void *src, size_t count);
/DragonStub/apps/lib/
H A Dstring.c103 int strncmp(const char *cs, const char *ct, size_t count) in strncmp() argument
107 while (count) { in strncmp()
114 count--; in strncmp()
/DragonStub/apps/
H A Dstub.c212 int *count) in efi_get_virtmap() argument
218 *count = 0; in efi_get_virtmap()
262 ++*count; in efi_get_virtmap()
283 rsv->count = 0; in install_memreserve_table()
/DragonStub/inc/dragonstub/
H A Dlinux-efi.h373 int count; // number of entries used member
409 typedef efi_status_t efi_get_next_high_mono_count_t(u32 *count);
419 unsigned long count,
422 unsigned long count,
H A Ddragonstub.h165 int strncmp(const char *cs, const char *ct, size_t count);
261 int *count);
/DragonStub/apps/lib/libfdt/
H A Dfdt_ro.c726 int length, count = 0; in fdt_stringlist_count() local
742 count++; in fdt_stringlist_count()
745 return count; in fdt_stringlist_count()
/DragonStub/docs/
H A DREADME.gnuefi349 and the application recompiled. An easy way to count the number of