HomeSort by: relevance | last modified time | path
    Searched defs:default_boot_image (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.c 63 static struct cd9660_boot_image *default_boot_image; variable in typeref:struct:cd9660_boot_image *
187 if (default_boot_image == NULL)
188 default_boot_image = new_image;
387 system = default_boot_image != NULL ? default_boot_image->system :
430 if (default_boot_image != NULL) {
433 if (tcbi == default_boot_image) {
458 if (tmp_disk == default_boot_image)
cd9660_eltorito.c 63 static struct cd9660_boot_image *default_boot_image; variable in typeref:struct:cd9660_boot_image *
187 if (default_boot_image == NULL)
188 default_boot_image = new_image;
387 system = default_boot_image != NULL ? default_boot_image->system :
430 if (default_boot_image != NULL) {
433 if (tcbi == default_boot_image) {
458 if (tmp_disk == default_boot_image)

Completed in 177 milliseconds