Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c201 add_segs_for_section(section_t *section, fru_strlist_t *list) in add_segs_for_section()
256 section_t *sects = NULL; in frt_get_seg_list()
296 find_seg_in_sect(section_t *sect, const char *seg_name, int *prot_flg, in find_seg_in_sect()
343 section_t *sect = NULL; in find_segment()
430 section_t *sects; in frt_for_each_segment()
444 sects = malloc((num_sect + 1) * sizeof (section_t)); in frt_for_each_segment()
505 section_t *sects; in frt_get_segment_name()
H A Dfru_access.h57 section_t; typedef
83 int fru_get_sections(container_hdl_t container, section_t *section,
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) in get_section()
698 fru_get_sections(container_hdl_t container, section_t *section, int maxsec, in fru_get_sections()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.h57 section_t; typedef
83 int fru_get_sections(container_hdl_t container, section_t *section,
H A Dfru_access_impl.h173 section_t section;
H A Dfru_access.c951 get_section(int fd, hash_obj_t *sec_hash, section_t *section) in get_section()
1119 fru_get_sections(container_hdl_t container, section_t *section, int maxsec, in fru_get_sections()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c134 }section_t; typedef
647 section_t *p_section = NULL; in new_section()
674 section_t *p_section = NULL; in destroy_config()
931 section_t *p_section = NULL; in fprint_config_file()
1032 static section_t *
1035 section_t *p_section = NULL; in find_section()
1225 section_t *p_section = NULL; in del_prefer()
1286 section_t *p_section = NULL; in del_section()
1355 section_t *p_section = NULL; in set_prefer()
1454 section_t *p_section = NULL; in add_to_history()
[all …]
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfru.h85 } section_t; typedef
H A Dsgfru_mbox.h334 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/lw8/fruaccess/
H A Dlibfruaccess.c55 int fru_get_sections(container_hdl_t container, section_t *section,
167 fru_get_sections(container_hdl_t container, section_t *section, in fru_get_sections()
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c561 section_t *sectp; in sgfru_getsections()
585 ssize = (size_t)(max_cnt * sizeof (section_t)); in sgfru_getsections()
586 sectp = (section_t *)kmem_zalloc(ssize, KM_SLEEP); in sgfru_getsections()
1616 const section_t *sectp) in sgfru_copyout_sections()
1620 size_t size = (size_t)(frup->fru_cnt * sizeof (section_t)); in sgfru_copyout_sections()
1748 section_t *sectp) in sgfru_section_pad()
1751 section_t *sp; in sgfru_section_pad()
/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) in alloc_section_node_object()
1748 section_t *section, container_tbl_t *cont_tbl) in create_section_node()
1874 section_t *section; in frudata_write_section()
1936 section = alloca(num_of_section * sizeof (section_t)); in frudata_write_section()