Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c112 static int read_stage2_from_file(char *, ig_data_t *);
315 if (read_stage2_from_file(stage2_path, &install_data) != BC_SUCCESS) { in handle_install()
1101 read_stage2_from_file(char *path, ig_data_t *dest) in read_stage2_from_file() function