Lines Matching +full:is +full:- +full:builtin +full:- +full:module
2 * Copyright (C) 2012-2013 ProFUSION embedded systems
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,
46 ERR("could not load libkmod resources: %s\n", strerror(-err)); in test_load_resources()
55 … = "test if kmod_load_resources works (recent modprobe on kernel without modules.builtin.modinfo)",
57 [TC_ROOTFS] = TESTSUITE_ROOTFS "test-init-load-resources/",
63 …d_load_resources works with empty modules.builtin.aliases.bin (recent depmod on kernel without mod…
65 [TC_ROOTFS] = TESTSUITE_ROOTFS "test-init-load-resources-empty-builtin-aliases-bin/",
97 err = kmod_module_new_from_path(ctx, "/mod-simple.ko", &mod); in test_insert()
99 ERR("could not create module from path: %m\n"); in test_insert()
105 ERR("could not insert module: %m\n"); in test_insert()
115 [TC_ROOTFS] = TESTSUITE_ROOTFS "test-init/",
132 err = kmod_module_new_from_name(ctx, "mod-simple", &mod_simple); in test_remove()
134 ERR("could not create module from name: %s\n", strerror(-err)); in test_remove()
140 ERR("could not create module from name: %s\n", strerror(-err)); in test_remove()
146 ERR("could not remove module: %s\n", strerror(-err)); in test_remove()
151 if (err != -ENOENT) { in test_remove()
163 [TC_ROOTFS] = TESTSUITE_ROOTFS "test-remove/",
165 "mod-simple:0:0:bla:-1:" STRINGIFY(ENOENT),