Lines Matching refs:del_section
196 static boolean_t del_section(config_file_t *p_config_file, char *section_id);
1276 * del_section: Delete an section from p_config_file, the idea is
1282 del_section(config_file_t *p_config_file, char *section_id)
1290 PRTDBG(("del_section(0x%x, \"%s\")\n", p_config_file, section_id));
1291 PRTDBG(("del_section: %d section(s) in config file\n",
2523 (void) del_section(gp_config_file, section_id);
2524 (void) del_section(gp_wepkey_file, section_id);
2543 if (del_section(gp_config_file, section_id)
2545 if (del_section(gp_wepkey_file, section_id)
2561 (void) del_section(gp_wepkey_file, section_id);