__kmod_path__parse
!__kmod_path__parse(&m, path, alloc_name));
int __kmod_path__parse(struct kmod_path *m, const char *path,
#define kmod_path__parse(__m, __p) __kmod_path__parse(__m, __p, false)
#define kmod_path__parse_name(__m, __p) __kmod_path__parse(__m, __p, true)