Searched refs:objectp (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/libsupc++/
H A Deh_catch.cc52 void* objectp; local
87 objectp = __gxx_caught_object(exceptionObject);
91 return objectp;
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dddt_zap.c37 ddt_zap_create(objset_t *os, uint64_t *objectp, dmu_tx_t *tx, boolean_t prehash) argument
44 *objectp = zap_create_flags(os, 0, flags, DMU_OT_DDT_ZAP,
48 return (*objectp == 0 ? ENOTSUP : 0);
H A Ddmu_object.c158 * Return (in *objectp) the next object which is allocated (or a hole)
163 dmu_object_next(objset_t *os, uint64_t *objectp, boolean_t hole, uint64_t txg) argument
165 uint64_t offset = (*objectp + 1) << DNODE_SHIFT;
171 *objectp = offset >> DNODE_SHIFT;
H A Dddt.c67 uint64_t *objectp = &ddt->ddt_object[type][class]; local
74 ASSERT(*objectp == 0);
75 VERIFY(ddt_ops[type]->ddt_op_create(os, objectp, tx, prehash) == 0);
76 ASSERT(*objectp != 0);
79 sizeof (uint64_t), 1, objectp, tx) == 0);
92 uint64_t *objectp = &ddt->ddt_object[type][class]; local
98 ASSERT(*objectp != 0);
103 VERIFY(ddt_ops[type]->ddt_op_destroy(os, *objectp, tx) == 0);
106 *objectp = 0;
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h339 * dmu_object_alloc() chooses an object and returns it in *objectp.
374 * The objectp parameter is in-out. It will be updated to be the next
382 int dmu_object_next(objset_t *os, uint64_t *objectp,
/freebsd-10-stable/contrib/gcc/
H A Demit-rtl.c1437 set_mem_attributes_minus_bitpos (rtx ref, tree t, int objectp,
1474 if ((objectp || DECL_P (t)) && ! AGGREGATE_TYPE_P (type))
1479 if (objectp || TREE_CODE (t) == INDIRECT_REF
1697 set_mem_attributes (rtx ref, tree t, int objectp)
1699 set_mem_attributes_minus_bitpos (ref, t, objectp, 0);
1430 set_mem_attributes_minus_bitpos(rtx ref, tree t, int objectp, HOST_WIDE_INT bitpos) argument
1690 set_mem_attributes(rtx ref, tree t, int objectp) argument

Completed in 75 milliseconds