Home | History | Annotate | Download | only in libkmod

Lines Matching refs:xopt

1042 static char *module_options_concat(const char *opt, const char *xopt)
1044 // TODO: we might need to check if xopt overrides options on opt
1046 size_t xoptlen = xopt == NULL ? 0 : strlen(xopt);
1060 if (xopt != NULL)
1061 memcpy(r + optlen, xopt, xoptlen);