Searched refs:cont_hdl (Results 1 - 13 of 13) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bboard.c358 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));
/opensolaris-onvv-gate/usr/src/uts/intel/os/
H A Dfmsmb.c272 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);
653 id_t *cont_hdl = NULL; local
663 cont_hdl
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data_impl.h89 fru_access_hdl_t cont_hdl; /* fru_access handle */ member in struct:__anon1304
H A Dfru_data.c338 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);
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access_impl.h170 handle_t cont_hdl; /* container handle */ member in struct:__anon1257
H A Dfru_access.c226 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,
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access_impl.h174 handle_t cont_hdl; /* container handle */ member in struct:__anon1325
H A Dfru_access.c225 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,
/opensolaris-onvv-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h168 handle_t cont_hdl; /* container handle */ member in struct:__anon3487
H A Draw_access.c224 hash_obj = lookup_handle_object(hash_obj->u.sec_obj->cont_hdl,
341 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl;
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dfru_access_impl.h226 handle_t cont_hdl; /* container handle */ member in struct:__anon1388
H A Dlibfruaccess.c363 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,
/opensolaris-onvv-gate/usr/src/cmd/fruadm/
H A Dfruadm.c272 print_node_data(fru_nodehdl_t cont_hdl) argument
304 if ((fru_get_num_iterations(cont_hdl,
324 if ((fru_read_field(cont_hdl,

Completed in 320 milliseconds