Home
last modified time | relevance | path

Searched refs:del_section (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c198 static boolean_t del_section(config_file_t *p_config_file, char *section_id);
1284 del_section(config_file_t *p_config_file, char *section_id) in del_section() function
2525 (void) del_section(gp_config_file, section_id); in do_deletepf()
2526 (void) del_section(gp_wepkey_file, section_id); in do_deletepf()
2545 if (del_section(gp_config_file, section_id) in do_deletepf()
2547 if (del_section(gp_wepkey_file, section_id) in do_deletepf()
2563 (void) del_section(gp_wepkey_file, section_id); in do_deletepf()