Lines Matching +full:is +full:- +full:builtin +full:- +full:module
4 * This program is free software; you can redistribute it and/or
9 * This program is distributed in the hope that it will be useful,
47 err = kmod_module_new_from_lookup(ctx, "fake-builtin", &list); in test_initstate_from_lookup()
49 ERR("could not create module from lookup: %s\n", strerror(-err)); in test_initstate_from_lookup()
54 ERR("could not create module from lookup: module not found: fake-builtin\n"); in test_initstate_from_lookup()
62 ERR("module should have builtin state but is: %s\n", in test_initstate_from_lookup()
74 .description = "test if libkmod return correct initstate for builtin module from lookup",
76 [TC_ROOTFS] = TESTSUITE_ROOTFS "test-initstate",
92 err = kmod_module_new_from_name(ctx, "fake-builtin", &mod); in test_initstate_from_name()
94 ERR("could not create module from lookup: %s\n", strerror(-err)); in test_initstate_from_name()
99 ERR("could not create module from lookup: module not found: fake-builtin\n"); in test_initstate_from_name()
105 ERR("module should have builtin state but is: %s\n", in test_initstate_from_name()
116 .description = "test if libkmod return correct initstate for builtin module from name",
118 [TC_ROOTFS] = TESTSUITE_ROOTFS "test-initstate",