Searched refs:section_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c141 section_t *section_head, *section_tail; member in struct:config_file
631 p_config_file->section_head = p_config_file->section_tail = NULL;
658 p_config_file->section_head = p_section;
679 p_section = p_config_file->section_head;
699 free(p_config_file->section_head);
700 p_config_file->section_head = p_section;
949 p_section = p_config_file->section_head;
1038 p_section = p_config_file->section_head;
1298 p_section = p_config_file->section_head;
1299 prm_section = p_config_file->section_head;
[all...]

Completed in 75 milliseconds