struct rc_map_list *map;
map = seek_rc_map(name);
#ifdef MODULE
#ifdef CONFIG_MODULES
if (!map) {
int rc = request_module("%s", name);
if (rc < 0) {