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 D | bi.c | 173 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 D | bi.h | 88 #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 D | efiboot.h | 94 extern int bi_load(struct bootinfo *, struct preloaded_file *,
|
H A D | exec.c | 169 bi_load(bi, fp, &mapkey, pages); in elf64_exec()
|
H A D | bootinfo.c | 200 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 D | libski.h | 77 extern int bi_load(struct bootinfo *, struct preloaded_file *, char *args);
|
H A D | exec.c | 163 bi_load(bi, fp, ""); in elf64_exec()
|
H A D | bootinfo.c | 198 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 D | test.c | 165 bi_load( bi_tmp, file); in main()
|