Lines Matching defs:module

177 	"module",	/* MODULE_CMD */
178 "module$", /* MODULE_DOLLAR_CMD */
2936 * in boot based on presence/absence of a kernel module.
4692 BAM_DPRINTF(("%s: not module cmd: %s\n", fcn, cmd));
4705 BAM_DPRINTF(("%s: bootadm or LU module cmd: %s\n", fcn, arg));
4710 BAM_DPRINTF(("%s: is HAND module: %s\n", fcn, arg));
4713 BAM_DPRINTF(("%s: is UNKNOWN module: %s\n", fcn, arg));
4714 bam_error(_("module command on line %d not recognized.\n"),
5170 char *module,
5195 if (module == NULL) {
5204 module = DIRECT_BOOT_ARCHIVE;
5206 module = DIRECT_BOOT_ARCHIVE_64;
5208 module = DIRECT_BOOT_ARCHIVE_32;
5258 menu_cmds[m_cmd], menu_cmds[SEP_CMD], module);
8397 * - Else, match on root/findroot, kernel, and module.
8408 char *module,
8513 * Check for matching module entry (failsafe or normal).
8515 * For xpv entries, there are two module lines, so we
8518 lp = lp->next; /* advance to module line */
8519 if (check_cmd(lp->cmd, MODULE_CMD, lp->arg, module) ||
8521 check_cmd(lp->cmd, MODULE_CMD, lp->arg, module))) {
8523 BAM_DPRINTF(("%s: module match: %s, %s\n", fcn,
8524 module, lp->arg));
8528 if (strcmp(module, FAILSAFE_ARCHIVE) == 0 &&
8551 char *kernel, char *mod_kernel, char *module, int root_opt)
8562 ent = find_boot_entry(mp, NULL, kernel, findroot, root, module,
8586 kernel, mod_kernel, module, NULL));
8677 module);
8682 lp->arg = s_strdup(module);
8685 BAM_DPRINTF(("%s: adding new module$ line: %s\n",
8686 fcn, module));
8690 /* module line */
8698 module);
8703 lp->arg = s_strdup(module);
8707 BAM_DPRINTF(("%s: adding new module$ line: %s\n",
8708 fcn, module));
9432 BAM_DPRINTF(("%s: no module/archive line for entry: "
9439 BAM_DPRINTF(("%s: no module/archive line for entry: %d\n",