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

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access.h57 section_t; typedef in typeref:struct:__anon3249
83 int fru_get_sections(container_hdl_t container, section_t *section,
H A Dfruraw.c201 add_segs_for_section(section_t *section, fru_strlist_t *list)
256 section_t *sects = NULL;
296 find_seg_in_sect(section_t *sect, const char *seg_name, int *prot_flg,
343 section_t *sect = NULL;
430 section_t *sects;
444 sects = malloc((num_sect + 1) * sizeof (section_t));
505 section_t *sects;
H A Dfru_access_impl.h169 section_t section;
H A Draw_access.c593 get_section(raw_list_t *rawlist, hash_obj_t *sec_hash, section_t *section)
611 /* populate section_t */
698 fru_get_sections(container_hdl_t container, section_t *section, int maxsec,
723 /* populate section_t */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.h59 section_t; typedef in typeref:struct:__anon1145
85 int fru_get_sections(container_hdl_t container, section_t *section,
H A Dfru_access_impl.h175 section_t section;
H A Dfru_access.c953 get_section(int fd, hash_obj_t *sec_hash, section_t *section)
971 /* populate section_t */
1109 * section_t : array of section structure.
1121 fru_get_sections(container_hdl_t container, section_t *section, int maxsec,
1160 /* populate section_t */
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfru.h85 } section_t; typedef in typeref:struct:__anon9830
156 * Receive: sections_t, with section_t array and actual count
H A Dsgfru_mbox.h68 * unpadded section_t array
334 fru_info_t *fru, section_t *sectp);
H A Dsgfru_priv.h142 const frup_info_t *frup, const section_t *sectp);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access_impl.h171 section_t section;
H A Dfru_access.c906 get_section(int fd, hash_obj_t *sec_hash, section_t *section)
924 /* populate section_t */
1038 * section_t : array of section structure.
1050 fru_get_sections(container_hdl_t container, section_t *section, int maxsec,
1088 /* populate section_t */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c132 }section_t; typedef in typeref:struct:section
141 section_t *section_head, *section_tail;
184 static section_t *find_section(config_file_t *p_config_file,
645 section_t *p_section = NULL;
672 section_t *p_section = NULL;
745 * section_t V section_t V section_t
929 section_t *p_section = NULL;
1030 static section_t *
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dfru_access_impl.h227 section_t section;
H A Dlibfruaccess.c61 static int sun_fru_get_sections(container_hdl_t, section_t *,
89 static int ipmi_fru_get_sections(container_hdl_t, section_t *,
118 int (* get_sections)(container_hdl_t, section_t *,
529 ipmi_fru_get_sections(container_hdl_t container, section_t *section,
549 /* populate section_t */
1371 get_section(int fd, hash_obj_t *sec_hash, section_t *section)
1391 /* populate section_t */
1482 * section_t : array of section structure.
1493 sun_fru_get_sections(container_hdl_t container, section_t *section, int maxsec,
1524 /* populate section_t */
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c57 int fru_get_sections(container_hdl_t container, section_t *section,
169 fru_get_sections(container_hdl_t container, section_t *section,
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c561 section_t *sectp;
573 /* allocate buffer for unpadded fru_info_t + section_t's */
584 /* allocate buffer for padded section_t's */
585 ssize = (size_t)(max_cnt * sizeof (section_t));
586 sectp = (section_t *)kmem_zalloc(ssize, KM_SLEEP);
588 /* translate unpadded to padded fru_info_t + section_t's */
595 /* free section_t buffer */
603 /* copyout section_t's */
608 /* free section_t buffer */
1612 * Used to copy out section_t'
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c354 alloc_section_node_object(picl_nodehdl_t nodehdl, section_t *section)
1748 section_t *section, container_tbl_t *cont_tbl)
1874 section_t *section;
1936 section = alloca(num_of_section * sizeof (section_t));

Completed in 162 milliseconds