Searched defs:bfiles (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c3201 char **bfiles; local
3252 bfiles = calloc(1, (num_paths + 1) * sizeof (char *));
3254 if (bfiles == NULL) {
3260 if (uefirt_add_memlist(hdl, bfiles) != 0) {
3261 free(bfiles);
3267 *boot_files = bfiles;
3279 bfiles[i] = malloc(strlen(path) + 1);
3280 if (bfiles[i] == NULL) {
3281 EPRINT("unable to allocate bfiles\n");
3286 if (uefirt_add_memlist(hdl, bfiles[
[all...]

Completed in 32 milliseconds