Lines Matching defs:section
173 /* we got the module section. Get the library name from the module */
320 absolute relocations needed in read-only section ".rodata".
612 char *section = NULL;
615 section = kdb_get_conf_section(kcontext);
616 if (section == NULL) {
619 gettext("unable to determine configuration section for realm %s\n"),
640 dal_handle->lib_handle->vftabl.init_module(kcontext, section, db_args,
651 if (section)
652 free(section);
667 char *section = NULL;
670 section = kdb_get_conf_section(kcontext);
671 if (section == NULL) {
674 gettext("unable to determine configuration section for realm %s\n"),
693 dal_handle->lib_handle->vftabl.db_create(kcontext, section, db_args);
699 if (section)
700 free(section);
740 char *section = NULL;
743 section = kdb_get_conf_section(kcontext);
744 if (section == NULL) {
747 gettext("unable to determine configuration section for realm %s\n"),
766 dal_handle->lib_handle->vftabl.db_destroy(kcontext, section, db_args);
771 if (section)
772 free(section);
1981 char *section = NULL;
1984 section = kdb_get_conf_section(kcontext);
1985 if (section == NULL) {
1988 gettext("unable to determine configuration section for realm %s\n"),
2007 dal_handle->lib_handle->vftabl.promote_db(kcontext, section, db_args);
2012 if (section)
2013 free(section);