Searched refs:cont_type (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | fruraw.c | 83 make_raw(uint8_t *buffer, size_t size, char *cont_type) in make_raw() argument 95 node->cont_type = strdup(cont_type); in make_raw() 96 if (node->cont_type == NULL) { in make_raw() 141 free(g_raw->cont_type); in frt_shutdown()
|
H A D | fruraw.h | 52 char *cont_type; member
|
H A D | raw_access.c | 1112 retval = get_container_info(cont_conf_file, node->cont_type, in open_raw_data() 1117 node->cont_type, &cont_info); in open_raw_data() 1120 retval = get_container_info(cont_conf_file, node->cont_type, in open_raw_data()
|
/illumos-gate/usr/src/lib/libfru/libnvfru/ |
H A D | nvfru.c | 385 rawfru_to_nvlist(uint8_t *buffer, size_t bufsize, char *cont_type, in rawfru_to_nvlist() argument 393 fru_err = fru_open_data_source("raw", buffer, bufsize, cont_type, in rawfru_to_nvlist()
|