Lines Matching refs:gp_config_file

144 static config_file_t *gp_config_file = NULL;
1683 * gp_config_file is golable, so the return is gloable too.
1695 p_section = find_section(gp_config_file, pbuf);
1861 add_to_history(gp_config_file, ess_num, hisess_argv);
1868 p_section = find_section(gp_config_file, WIFI_PREFER);
2042 p_section = find_section(gp_config_file, pbuf);
2096 activep_section = find_section(gp_config_file, WIFI_ACTIVEP);
2103 p_section = gp_config_file->section_head;
2138 p_section = find_section(gp_config_file, WIFI_ACTIVEP);
2141 new_section(gp_config_file, plist, WIFI_ACTIVEP);
2224 p_section = find_section(gp_config_file, pbuf);
2227 (void) set_prefer(gp_config_file, argv[0], 1);
2241 (void) set_prefer(gp_config_file, argv[0], 1);
2297 p_section = find_section(gp_config_file, pbuf);
2378 p_section = gp_config_file->section_head;
2404 p_section = find_section(gp_config_file, pbuf);
2517 p_section = gp_config_file->section_head;
2523 (void) del_section(gp_config_file, section_id);
2530 (void) del_prefer(gp_config_file, prefer,
2540 if (gp_config_file != NULL) {
2543 if (del_section(gp_config_file, section_id)
2547 (void) del_prefer(gp_config_file,
2560 (void) del_prefer(gp_config_file, argv[i], B_FALSE);
2590 p_section = find_section(gp_config_file, WIFI_HISTORY);
2702 p_section = find_section(gp_config_file, WIFI_PREFER);
2746 p_section = find_section(gp_config_file, WIFI_PREFER);
2759 } else if (gp_config_file != NULL) {
2761 if (del_prefer(gp_config_file, argv[i], B_TRUE)
2813 return (set_prefer(gp_config_file, argv[0], rank));
3942 add_to_history(gp_config_file, ess_num, ess_argv);
4207 if ((find_section(gp_config_file, pbuf) != NULL) ||
4219 new_section(gp_config_file, plist_config, pbuf);
4248 psection_config = find_section(gp_config_file, pbuf);
4287 p_section = find_section(gp_config_file, pbuf);
4875 gp_config_file = parse_file(file_wifi);
4876 if (gp_config_file == NULL) {
4883 destroy_config(gp_config_file);
4895 else if ((fprint_config_file(gp_config_file,
4907 destroy_config(gp_config_file);