/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_bboard.c | 358 id_t *cont_hdl; local 362 cont_hdl = topo_mod_alloc(mod, cont_cnt * 365 cont_hdl); 367 topo_mod_free(mod, cont_hdl, cont_cnt * 376 hdl = (uint16_t)cont_hdl[j]; 392 topo_mod_free(mod, cont_hdl, cont_cnt * sizeof (id_t));
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | fmsmb.c | 272 id_t *cont_hdl = NULL; local 284 cont_hdl = kmem_zalloc(cont_count * cont_len, KM_SLEEP); 285 if (cont_hdl == NULL) 289 cont_count, cont_hdl); 291 kmem_free(cont_hdl, cont_count * cont_len); 302 cont_id = (uint16_t)cont_hdl[j]; 321 if (cont_hdl != NULL) 322 kmem_free(cont_hdl, cont_count * cont_len); 644 id_t *cont_hdl = NULL; local 654 cont_hdl [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/ |
H A D | fru_data_impl.h | 89 fru_access_hdl_t cont_hdl; /* fru_access handle */ member in struct:__anon1138
|
H A D | fru_data.c | 338 cont_node->cont_hdl = acc_hdl; /* fruaccess handle */ 1926 cont_acc_hdl = hash_obj->u.cont_node->cont_hdl; 2154 (void) fru_close_container(cont_hash->u.cont_node->cont_hdl);
|
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | fru_access_impl.h | 168 handle_t cont_hdl; /* container handle */ member in struct:__anon3263
|
H A D | raw_access.c | 224 hash_obj = lookup_handle_object(hash_obj->u.sec_obj->cont_hdl, 341 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl;
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access_impl.h | 170 handle_t cont_hdl; /* container handle */ member in struct:__anon1091
|
H A D | fru_access.c | 226 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; 318 hash_obj = lookup_handle_object(hash_obj->u.sec_obj->cont_hdl, 1266 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, 1554 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, 1685 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, 2218 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, 2368 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, 2582 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl,
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access_impl.h | 174 handle_t cont_hdl; /* container handle */ member in struct:__anon1159
|
H A D | fru_access.c | 225 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; 317 hash_obj = lookup_handle_object(hash_obj->u.sec_obj->cont_hdl, 1338 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, 1628 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, 1757 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, 2320 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, 2479 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, 2678 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl,
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | fru_access_impl.h | 226 handle_t cont_hdl; /* container handle */ member in struct:__anon1222
|
H A D | libfruaccess.c | 363 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; 945 hash_obj = lookup_handle_object(hash_obj->u.sec_obj->cont_hdl, 959 hash_obj = lookup_handle_object(hash_obj->u.sec_obj->cont_hdl, 1700 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, 1923 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, 2056 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, 2510 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, 2675 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl, 2891 cont_hash = lookup_handle_object(sec_hash->u.sec_obj->cont_hdl,
|
/illumos-gate/usr/src/cmd/fruadm/ |
H A D | fruadm.c | 274 print_node_data(fru_nodehdl_t cont_hdl) argument 306 if ((fru_get_num_iterations(cont_hdl, 326 if ((fru_read_field(cont_hdl,
|