Home
last modified time | relevance | path

Searched refs:bi_load (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi.c173 void bi_load( bi_ptr bi, FILE *file) { in bi_load() function
200 bi_load( array->array[i], file); in bi_load_array()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dbi.h88 #define BI_LOAD( a, b) do { bi_load( a, b); } while(0);
186 void bi_load( bi_ptr bi, FILE *file);
/netbsd-src/sys/arch/ia64/stand/efi/libefi/
H A Defiboot.h94 extern int bi_load(struct bootinfo *, struct preloaded_file *,
H A Dexec.c169 bi_load(bi, fp, &mapkey, pages); in elf64_exec()
H A Dbootinfo.c200 bi_load(struct bootinfo *bi, struct preloaded_file *fp, UINTN *mapkey, in bi_load() function
/netbsd-src/sys/arch/ia64/stand/ia64/ski/
H A Dlibski.h77 extern int bi_load(struct bootinfo *, struct preloaded_file *, char *args);
H A Dexec.c163 bi_load(bi, fp, ""); in elf64_exec()
H A Dbootinfo.c198 bi_load(struct bootinfo *bi, struct preloaded_file *fp, char *args) in bi_load() function
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/test/
H A Dtest.c165 bi_load( bi_tmp, file); in main()