Home | History | Annotate | Download | only in src

Lines Matching refs:funcs

110 	if (sh->funcs->install == NULL) {
123 return sh->funcs->install(sh, module_data, data_len, name, ext_lang);
129 if (sh->funcs->install_file == NULL) {
142 return sh->funcs->install_file(sh, module_name);
151 if (sh->funcs->extract == NULL) {
159 return sh->funcs->extract(sh, modkey, extract_cil, mapped_data, data_len, modinfo);
201 if (sh->funcs->remove == NULL) {
213 return sh->funcs->remove(sh, module_name);
219 if (sh->funcs->list == NULL) {
226 return sh->funcs->list(sh, modinfo, num_modules);
807 if (sh->funcs->get_enabled == NULL) {
816 return sh->funcs->get_enabled(sh, modkey, enabled);
831 if (sh->funcs->set_enabled == NULL) {
845 return sh->funcs->set_enabled(sh, modkey, enabled);
1075 if (sh->funcs->get_module_info == NULL) {
1084 return sh->funcs->get_module_info(sh, modkey, modinfo);
1095 if (sh->funcs->list_all == NULL) {
1104 return sh->funcs->list_all(sh, modinfos, modinfos_len);
1112 if (sh->funcs->install_info == NULL) {
1125 return sh->funcs->install_info(sh, modinfo, data, data_len);
1131 if (sh->funcs->remove_key== NULL) {
1144 return sh->funcs->remove_key(sh, modkey);