Searched refs:parent_obj (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 238 add_to_pkt_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_pkt_object_list() argument 243 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl; in add_to_pkt_object_list() 245 if (parent_obj->u.seg_obj->pkt_obj_list == NULL) { in add_to_pkt_object_list() 246 parent_obj->u.seg_obj->pkt_obj_list = child_obj; in add_to_pkt_object_list() 250 for (next_hash = parent_obj->u.seg_obj->pkt_obj_list; in add_to_pkt_object_list() 337 add_to_sec_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_sec_object_list() argument 341 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; in add_to_sec_object_list() 342 if (parent_obj->u.cont_obj->sec_obj_list == NULL) { in add_to_sec_object_list() 343 parent_obj->u.cont_obj->sec_obj_list = child_obj; in add_to_sec_object_list() 347 for (next_hash = parent_obj->u.cont_obj->sec_obj_list; in add_to_sec_object_list() [all …]
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 222 add_to_sec_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_sec_object_list() argument 226 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; in add_to_sec_object_list() 227 if (parent_obj->u.cont_obj->sec_obj_list == NULL) { in add_to_sec_object_list() 228 parent_obj->u.cont_obj->sec_obj_list = child_obj; in add_to_sec_object_list() 232 for (next_hash = parent_obj->u.cont_obj->sec_obj_list; in add_to_sec_object_list() 244 add_to_seg_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_seg_object_list() argument 248 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl; in add_to_seg_object_list() 249 if (parent_obj->u.sec_obj->seg_obj_list == NULL) { in add_to_seg_object_list() 250 parent_obj->u.sec_obj->seg_obj_list = child_obj; in add_to_seg_object_list() 254 for (next_hash = parent_obj->u.sec_obj->seg_obj_list; in add_to_seg_object_list() [all …]
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.c | 221 add_to_sec_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_sec_object_list() argument 225 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; in add_to_sec_object_list() 226 if (parent_obj->u.cont_obj->sec_obj_list == NULL) { in add_to_sec_object_list() 227 parent_obj->u.cont_obj->sec_obj_list = child_obj; in add_to_sec_object_list() 231 for (next_hash = parent_obj->u.cont_obj->sec_obj_list; in add_to_sec_object_list() 243 add_to_seg_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_seg_object_list() argument 247 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl; in add_to_seg_object_list() 248 if (parent_obj->u.sec_obj->seg_obj_list == NULL) { in add_to_seg_object_list() 249 parent_obj->u.sec_obj->seg_obj_list = child_obj; in add_to_seg_object_list() 253 for (next_hash = parent_obj->u.sec_obj->seg_obj_list; in add_to_seg_object_list() [all …]
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | libfruaccess.c | 359 add_to_sec_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_sec_object_list() argument 363 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; in add_to_sec_object_list() 364 if (parent_obj->u.cont_obj->sec_obj_list == NULL) { in add_to_sec_object_list() 365 parent_obj->u.cont_obj->sec_obj_list = child_obj; in add_to_sec_object_list() 369 for (next_hash = parent_obj->u.cont_obj->sec_obj_list; in add_to_sec_object_list() 380 add_to_seg_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_seg_object_list() argument 384 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl; in add_to_seg_object_list() 385 if (parent_obj->u.sec_obj->seg_obj_list == NULL) { in add_to_seg_object_list() 386 parent_obj->u.sec_obj->seg_obj_list = child_obj; in add_to_seg_object_list() 390 for (next_hash = parent_obj->u.sec_obj->seg_obj_list; in add_to_seg_object_list() [all …]
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/frudata/ |
H A D | fru_data.c | 485 add_to_segment_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_segment_list() argument 489 child_obj->u.seg_node->sec_nodehdl = parent_obj->picl_hdl; in add_to_segment_list() 490 if (parent_obj->u.sec_node->segment_list == NULL) { in add_to_segment_list() 491 parent_obj->u.sec_node->segment_list = child_obj; in add_to_segment_list() 495 for (next_hash = parent_obj->u.sec_node->segment_list; in add_to_segment_list() 507 add_to_packet_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_packet_list() argument 511 if (parent_obj->u.seg_node->packet_list == NULL) { in add_to_packet_list() 512 parent_obj->u.seg_node->packet_list = child_obj; in add_to_packet_list() 516 for (next_hash = parent_obj->u.seg_node->packet_list; in add_to_packet_list()
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | zap.h | 141 uint64_t parent_obj, const char *name, dmu_tx_t *tx);
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zap.c | 953 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link() argument 959 VERIFY(zap_add(os, parent_obj, name, sizeof (uint64_t), 1, &new_obj, in zap_create_link()
|