Searched refs:raw_list_t (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | fruraw.h | 58 } raw_list_t; typedef 62 container_hdl_t open_raw_data(raw_list_t *); 64 raw_list_t *seghdl_to_rawlist(segment_hdl_t node);
|
H A D | fruraw.c | 40 raw_list_t *g_raw = NULL; 44 static raw_list_t * 54 raw_list_t *ptr; in treehdl_to_conthdl() 82 static raw_list_t * 85 raw_list_t *node; in make_raw() 87 node = (raw_list_t *)malloc(sizeof (raw_list_t)); in make_raw()
|
H A D | raw_access.c | 36 extern raw_list_t *g_raw; 555 raw_memcpy(void *buffer, raw_list_t *rawlist, int offset, int size) in raw_memcpy() 593 get_section(raw_list_t *rawlist, hash_obj_t *sec_hash, section_t *section) in get_section() 778 get_packet(raw_list_t *rawlist, void *buffer, int size, int offset) in get_packet() 792 get_packets(hash_obj_t *seg_hash, raw_list_t *rawlist, int offset, int length) in get_packets() 1090 open_raw_data(raw_list_t *node) in open_raw_data()
|