Searched defs:parent_obj (Results 1 - 7 of 7) sorted by relevance
| /illumos-gate/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) argument 243 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl; 245 if (parent_obj->u.seg_obj->pkt_obj_list == NULL) { 246 parent_obj->u.seg_obj->pkt_obj_list = child_obj; 250 for (next_hash = parent_obj->u.seg_obj->pkt_obj_list; 337 add_to_sec_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) argument 341 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; 342 if (parent_obj->u.cont_obj->sec_obj_list == NULL) { 343 parent_obj->u.cont_obj->sec_obj_list = child_obj; 347 for (next_hash = parent_obj 358 add_to_seg_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) argument [all...] |
| /illumos-gate/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) argument 489 child_obj->u.seg_node->sec_nodehdl = parent_obj->picl_hdl; 490 if (parent_obj->u.sec_node->segment_list == NULL) { 491 parent_obj->u.sec_node->segment_list = child_obj; 495 for (next_hash = parent_obj->u.sec_node->segment_list; 507 add_to_packet_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) argument 511 if (parent_obj->u.seg_node->packet_list == NULL) { 512 parent_obj->u.seg_node->packet_list = child_obj; 516 for (next_hash = parent_obj->u.seg_node->packet_list;
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zap.c | 975 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, argument 981 VERIFY0(zap_add(os, parent_obj, name, sizeof (uint64_t), 1, &new_obj,
|
| /illumos-gate/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) argument 226 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; 227 if (parent_obj->u.cont_obj->sec_obj_list == NULL) { 228 parent_obj->u.cont_obj->sec_obj_list = child_obj; 232 for (next_hash = parent_obj->u.cont_obj->sec_obj_list; 244 add_to_seg_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) argument 248 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl; 249 if (parent_obj->u.sec_obj->seg_obj_list == NULL) { 250 parent_obj->u.sec_obj->seg_obj_list = child_obj; 254 for (next_hash = parent_obj 266 add_to_pkt_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) argument [all...] |
| /illumos-gate/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) argument 225 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; 226 if (parent_obj->u.cont_obj->sec_obj_list == NULL) { 227 parent_obj->u.cont_obj->sec_obj_list = child_obj; 231 for (next_hash = parent_obj->u.cont_obj->sec_obj_list; 243 add_to_seg_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) argument 247 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl; 248 if (parent_obj->u.sec_obj->seg_obj_list == NULL) { 249 parent_obj->u.sec_obj->seg_obj_list = child_obj; 253 for (next_hash = parent_obj 265 add_to_pkt_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) argument [all...] |
| /illumos-gate/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) argument 363 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; 364 if (parent_obj->u.cont_obj->sec_obj_list == NULL) { 365 parent_obj->u.cont_obj->sec_obj_list = child_obj; 369 for (next_hash = parent_obj->u.cont_obj->sec_obj_list; 380 add_to_seg_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) argument 384 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl; 385 if (parent_obj->u.sec_obj->seg_obj_list == NULL) { 386 parent_obj->u.sec_obj->seg_obj_list = child_obj; 390 for (next_hash = parent_obj 401 add_to_pkt_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) argument [all...] |
| /illumos-gate/usr/src/boot/sys/boot/zfs/ |
| H A D | zfsimpl.c | 1774 uint64_t dir_obj, parent_obj, child_dir_zapobj; local 1797 parent_obj = dd->dd_parent_obj; 1798 if (parent_obj == 0) 1801 if (objset_get_dnode(spa, &spa->spa_mos, parent_obj, &parent) != 0) 1817 dir_obj = parent_obj;
|
Completed in 134 milliseconds