Lines Matching defs:module
500 * use to construct an appropriate "module$" line that can be used to specify
604 * Parse a hypervisor's "module$" line into parameters that can be used to
614 * If multiple pathnames exist on the module$ line, we just want
771 char *module = NULL;
856 module = strdupa(lp->arg);
878 * If findroot, module or kern_path are NULL, the boot entry is
887 if (module == NULL) {
888 bam_error(_("module$ in default boot entry (%d) missing or "
899 /* assemble new kernel and module arguments from parsed values */
979 BAM_DPRINTF(("%s: converted module cmd to %s\n", fcn, mod_kernel));
982 module, bootfs)) == BAM_ERROR)
1029 char *module = NULL;
1088 module = strdupa(lp->arg);
1089 cvt_hyper_module(module, &kern_path);
1106 * If findroot, module or kern_path are NULL, the boot entry is
1115 if (module == NULL) {
1116 bam_error(_("module$ in default boot entry (%d) missing or "
1128 * Assemble new kernel and module arguments from parsed values.
1244 BAM_DPRINTF(("%s: converted module cmd to %s\n", fcn, module));