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

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfruraw.h58 } raw_list_t; typedef in typeref:struct:raw_list
62 container_hdl_t open_raw_data(raw_list_t *);
64 raw_list_t *seghdl_to_rawlist(segment_hdl_t node);
H A Dfruraw.c40 raw_list_t *g_raw = NULL;
44 static raw_list_t *
54 raw_list_t *ptr;
82 static raw_list_t *
85 raw_list_t *node;
87 node = (raw_list_t *)malloc(sizeof (raw_list_t));
H A Draw_access.c36 extern raw_list_t *g_raw;
555 raw_memcpy(void *buffer, raw_list_t *rawlist, int offset, int size)
593 get_section(raw_list_t *rawlist, hash_obj_t *sec_hash, section_t *section)
778 get_packet(raw_list_t *rawlist, void *buffer, int size, int offset)
792 get_packets(hash_obj_t *seg_hash, raw_list_t *rawlist, int offset, int length)
1090 open_raw_data(raw_list_t *node)

Completed in 58 milliseconds