Lines Matching defs:options
72 // Add options in opts from toadd.
205 * checks for aliases, options, install, remove and blacklist
261 } else if (!strcmp(tokens[0], "options")) {
377 // Parse cmdline options suplied for module.
411 char *fn, *options;
430 options = m2->opts;
432 if (m == m2) options = add_opts(options, TT.cmdopts);
437 printf(options ? "insmod %s %s\n" : "insmod %s\n", fn, options);
438 if (options) free(options);
443 if (options) free(options);
448 rc = ins_mod(fn, options);
450 printf("loaded %s '%s': %s\n", fn, options, strerror(errno));
452 free(options);