Home
last modified time | relevance | path

Searched refs:m_name (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/modutils/
Dmodutils-24.c2692 static void new_create_this_module(struct obj_file *f, const char *m_name) in new_create_this_module() argument
2706 m_name); in new_create_this_module()
2809 new_init_module(const char *m_name, struct obj_file *f, unsigned long m_size) in new_init_module() argument
2819 bb_perror_msg_and_die("corrupt module %s?", m_name); in new_init_module()
2878 ret = init_module(m_name, (struct new_module *) image); in new_init_module()
2880 bb_perror_msg("init_module: %s", m_name); in new_init_module()
3528 static void set_tainted(int fd, const char *m_name, in set_tainted() argument
3540 m_name, text1, text2); in set_tainted()
3555 static void check_tainted_module(struct obj_file *f, const char *m_name) in check_tainted_module() argument
3577 set_tainted(fd, m_name, kernel_has_tainted, TAINT_PROPRIETORY_MODULE, "no license", ""); in check_tainted_module()
[all …]