Searched defs:section_id (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c131 char *section_id; member in struct:section
177 const char *section_id);
185 const char *section_id);
196 static boolean_t del_section(config_file_t *p_config_file, char *section_id);
638 * new_section: Add a list pointed by "p_list", with identity "section_id" to
643 const char *section_id)
648 section_id));
650 (section_id != NULL));
655 p_section->section_id = safe_strdup(section_id);
642 new_section(config_file_t *p_config_file, aelist_t *p_list, const char *section_id) argument
1031 find_section(config_file_t *p_config_file, const char *section_id) argument
1282 del_section(config_file_t *p_config_file, char *section_id) argument
2502 char *section_id; local
3087 char *section_id = NULL; local
[all...]

Completed in 65 milliseconds