Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c199 const char *option_string, const char *value) in cd9660_eltorito_add_boot_option() argument
204 assert(option_string != NULL); in cd9660_eltorito_add_boot_option()
215 if (strcmp(option_string, "no-emul-boot") == 0) { in cd9660_eltorito_add_boot_option()
217 } else if (strcmp(option_string, "no-boot") == 0) { in cd9660_eltorito_add_boot_option()
219 } else if (strcmp(option_string, "hard-disk-boot") == 0) { in cd9660_eltorito_add_boot_option()
221 } else if (strcmp(option_string, "boot-load-segment") == 0) { in cd9660_eltorito_add_boot_option()
227 } else if (strcmp(option_string, "platformid") == 0) { in cd9660_eltorito_add_boot_option()
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dzts-report.py.in417 def __call__(self, parser, namespace, values, option_string=None): argument