Searched refs:curopt (Results 1 – 1 of 1) sorted by relevance
7836 const char *const *curopt) in strong_options() argument7842 if (!curopt) { in strong_options()7846 curopt++; in strong_options()7847 if (curopt == &global_options[ARRAY_SIZE(global_options) - 1] && bs->drv) { in strong_options()7848 curopt = bs->drv->strong_runtime_opts; in strong_options()7851 return (curopt && *curopt) ? curopt : NULL; in strong_options()