Searched refs:boot_info (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c61 cd9660_add_boot_disk(const char *boot_info) argument
70 assert(boot_info != NULL);
72 if (*boot_info == '\0') {
79 if ((temp = strdup(boot_info)) == NULL) {

Completed in 63 milliseconds