/src/usr.sbin/makefs/cd9660/ |
cd9660_eltorito.c | 366 *valid_entry, *default_entry, *temp, *head, **headp, *next; local in function:cd9660_setup_boot 392 valid_entry = cd9660_boot_setup_validation_entry(system); 393 if (valid_entry == NULL) 426 LIST_INSERT_HEAD(&diskStructure->boot_entries, valid_entry, ll_struct); 447 LIST_INSERT_AFTER(valid_entry, default_entry, ll_struct);
|
cd9660_eltorito.c | 366 *valid_entry, *default_entry, *temp, *head, **headp, *next; local in function:cd9660_setup_boot 392 valid_entry = cd9660_boot_setup_validation_entry(system); 393 if (valid_entry == NULL) 426 LIST_INSERT_HEAD(&diskStructure->boot_entries, valid_entry, ll_struct); 447 LIST_INSERT_AFTER(valid_entry, default_entry, ll_struct);
|