Searched refs:p_section (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 645 section_t *p_section = NULL; in new_section() local 652 p_section = safe_calloc(sizeof (*p_section), 1); in new_section() 653 p_section->list = p_list; in new_section() 654 p_section->section_next = NULL; in new_section() 655 p_section->section_id = safe_strdup(section_id); in new_section() 658 p_config_file->section_head = p_section; in new_section() 660 p_config_file->section_tail->section_next = p_section; in new_section() 662 p_config_file->section_tail = p_section; in new_section() 672 section_t *p_section = NULL; in destroy_config() local 679 p_section = p_config_file->section_head; in destroy_config() [all …]
|
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.c | 146 #pragma weak __p_section = p_section 206 p_section(section, opcode)); in do_section() 345 p_section(ns_s_qd, opcode), qdcount); in res_pquery() 347 p_section(ns_s_an, opcode), ancount); in res_pquery() 349 p_section(ns_s_ns, opcode), nscount); in res_pquery() 351 p_section(ns_s_ar, opcode), arcount); in res_pquery() 650 p_section(int section, int opcode) { in p_section() function
|
H A D | res_findzonecut.c | 327 p_section(sect, ns_o_query), i)); in get_soa() 531 p_section(sect, ns_o_query), i)); in save_ns() 588 p_section(sect, ns_o_query), i)); in save_a()
|
/titanic_41/usr/src/head/ |
H A D | resolv.h | 388 const char *p_section __P((int section, int opcode));
|
/titanic_41/usr/src/lib/libresolv2/common/ |
H A D | mapfile-vers | 294 p_section;
|