Searched refs:object (Results 151 - 175 of 533) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_sds_remote_node_context.c137 * @param[in] this_rnc The state of the remote node context object to check.
158 * This method will construct the RNC buffer for this remote device object.
234 * node context object.
258 * This method will stop the state machine logging for this object and should
259 * be called before the object is destroyed.
278 * This method will setup the remote node context object so it will transition
304 * This method will setup the remote node context object so it will
749 * @param[in] this_rnc The remote node context object being suspended.
1161 * @param[in] this_rnc The remote node context object that is to be
1210 * @param[in] this_rnc The remote node context object tha
[all...]
H A Dscic_sds_phy.c456 * @param[in] cookie This object is cast to the SCIC_SDS_PHY_T object.
485 * @brief This method returns the object size for a phy object.
496 * phy object.
507 * phy object.
596 * object.
598 * @pre The state machines for the phy object must be constructed before this
624 * @brief This method will construct the SCIC_SDS_PHY object
711 * @brief This method will assign a port to the phy object
[all...]
H A Dscic_sds_stp_packet_request.c82 * @param[in] this_request This parameter specifies the stp packet request object
131 * @param[in] this_request This parameter specifies the smp request object
212 * @param[in] this_request This parameter specifies the smp request object
844 * for the SCIC_SDS_IO_REQUEST object.
848 SCI_BASE_OBJECT_T *object
851 SCIC_SDS_REQUEST_T *this_request = (SCIC_SDS_REQUEST_T *)object;
866 SCI_BASE_OBJECT_T *object
869 SCIC_SDS_REQUEST_T *this_request = (SCIC_SDS_REQUEST_T *)object;
880 SCI_BASE_OBJECT_T *object
883 SCIC_SDS_REQUEST_T *this_request = (SCIC_SDS_REQUEST_T *)object;
[all...]
H A Dscic_sds_port.c60 * methods for the SCIC_SDS_PORT object.
103 * @param[in] this_port This is the port object to which the phy is being
210 * @param[in] this_port This is the port object for which to determine
262 * @return This method returns a pointer to a SCIS_SDS_PHY object.
266 * @retval All other values specify a SCIC_SDS_PHY object that is
297 * @param[in, out] port The port object to which the phy assignement
588 * object.
842 * This method is the a general link up handler for the SCIC_SDS_PORT object.
844 * be assigned to this SCIC_SDS_PORT object. If the SCIC_SDS_PHY object ca
[all...]
H A Dscic_sds_remote_device.c674 * device object.
712 * This method will stop the state machine logging for this object and should
713 * be called before the object is destroyed.
945 * @param[in] user_parameter This is cast to a remote device object.
967 * ready state. This is the indication that the remote device object can also
970 * @param[in] user_parameter This is cast to a remote device object.
1297 * to the remote device from the controller object.
1299 * @param [in] this_device This is the device object that is receiving the
1345 * device object to process.
1408 * device object t
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3prin.c92 printf("%s\n", OBJ_nid2ln(OBJ_obj2nid(ext->object)));
/freebsd-9.3-release/contrib/compiler-rt/BlocksRuntime/
H A Druntime.c265 * Prior to this the only "object" support we can provide is for those
381 // if its weak ask for an object (only matters under GC)
544 When a __block variable is either a C++ object, an Objective-C object, or another Block then the compiler also generates copy/dispose helper functions. Similarly to the Block copy helper, the "__block" copy helper (formerly and still a.k.a. "byref" copy helper) will do a C++ copy constructor (not a const one though!) and the dispose helper will do the destructor. And similarly the helpers will call into the same two support functions with the same values for objects and Blocks with the additional BLOCK_BYREF_CALLER (128) bit of information supplied.
560 void _Block_object_assign(void *destAddr, const void *object, const int flags) { argument
561 //printf("_Block_object_assign(*%p, %p, %x)\n", destAddr, object, flags);
564 _Block_assign_weak(object, destAddr);
568 _Block_assign((void *)object, destAddr);
574 _Block_byref_assign_copy(destAddr, object, flags);
579 _Block_assign(_Block_copy_internal(object, flag
593 _Block_object_dispose(const void *object, const int flags) argument
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Drb_malloc.d56 ruby$target:::object-create-start
H A Dj_stat.d9 * provider support (1.6.0). Method calls and object allocation are only
105 hotspot*:::object-alloc
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Ruby/
H A Drb_malloc.d56 ruby$target:::object-create-start
/freebsd-9.3-release/contrib/llvm/tools/llvm-objdump/
H A DELFDump.cpp22 using namespace llvm::object;
78 void llvm::printELFFileHeader(const object::ObjectFile *Obj) {
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_type.c117 result = OBJ_cmp(a->value.object, b->value.object);
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp10 // This file defines a JITEventListener object that uses OProfileWrapper to tell
173 // Use symbol info to iterate functions in the object.
175 for (object::symbol_iterator I = Obj.begin_symbols(),
179 object::SymbolRef::Type SymType;
181 if (SymType == object::SymbolRef::ST_Function) {
206 // Use symbol info to iterate functions in the object.
208 for (object::symbol_iterator I = Obj.begin_symbols(),
212 object::SymbolRef::Type SymType;
214 if (SymType == object::SymbolRef::ST_Function) {
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_diff.c108 report_dnode(struct diffarg *da, uint64_t object, dnode_phys_t *dnp) argument
112 return (report_free_dnode_range(da, object, object));
115 object != da->da_ddr.ddr_last + 1) {
119 da->da_ddr.ddr_first = da->da_ddr.ddr_last = object;
122 da->da_ddr.ddr_last = object;
/freebsd-9.3-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp11 // prints out the names of symbols in a bitcode or object file, along with some
44 using namespace object;
85 cl::desc("Precede each symbol with the object file it came from"));
225 if (OutputFormat == sysv || i->Address == object::UnknownAddressOrSize)
230 if (i->Address != object::UnknownAddressOrSize)
233 if (i->Size != object::UnknownAddressOrSize)
244 if (i->Size != object::UnknownAddressOrSize)
290 s.Address = object::UnknownAddressOrSize;
291 s.Size = object::UnknownAddressOrSize;
544 s.Size = object
[all...]
/freebsd-9.3-release/share/mk/
H A Dbsd.obj.mk4 # and cleaning up object files, etc.
19 # MAKEOBJDIRPREFIX Specifies somewhere other than /usr/obj to root the object
26 # NO_OBJ Do not create object directories. This should not be set
54 # Warn of unorthodox object directory.
76 @${ECHO} "Warning: Using ${.OBJDIR} as object directory instead of\
/freebsd-9.3-release/contrib/gcc/
H A Dggc-zone.c100 ggc_set_mark for any object in the garbage zone, which cuts off
186 /* The smallest markable unit. If we require each allocated object
251 /* Does this page contain small objects, or one large object? */
290 /* During marking, is this object marked? */
352 /* Lookup table for associating allocation pages with object addresses. */
500 Die (probably) if the object wasn't allocated via GC. */
565 zone_get_object_page (const void *object) argument
567 return lookup_page_table_entry (object);
573 zone_get_object_alloc_word (const void *object) argument
575 return (((size_t) object
582 zone_get_object_alloc_bit(const void *object) argument
591 zone_get_object_mark_word(const void *object) argument
600 zone_get_object_mark_bit(const void *object) argument
609 zone_set_object_alloc_bit(const void *object) argument
623 zone_clear_object_alloc_bit(struct small_page_entry *page, const void *object) argument
686 zone_find_object_size(struct small_page_entry *page, const void *object) argument
1650 char *object, *last_object; local
[all...]
H A Dtree-ssa-alias-warnings.c112 Flow-sensitivity refers to accesses to the pointer, and not the object
134 ForEach (ptr, object) in the points-to table
135 If (incompatible_types (*ptr, object))
137 and referenced (object, current function))
138 Issue warning (ptr, object, reference locations)
207 /* Get the type of the given object. If IS_PTR is true, get the type of the
208 object pointed to or referenced by OBJECT instead.
212 get_otype (tree object, bool is_ptr)
214 tree otype = TREE_TYPE (object);
239 RHS = object o
211 get_otype(tree object, bool is_ptr) argument
316 tree object; member in struct:match_info
581 reference_site(tree object, bool is_ptr) argument
702 get_maybe_star_prefix(tree object, bool is_ptr) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c258 * Object descriptor. Used as a template for object lookup/create/remove.
1125 ztest_object_lock(ztest_ds_t *zd, uint64_t object, rl_type_t type) argument
1127 rll_t *rll = &zd->zd_object_lock[object & (ZTEST_OBJECT_LOCKS - 1)];
1133 ztest_object_unlock(ztest_ds_t *zd, uint64_t object) argument
1135 rll_t *rll = &zd->zd_object_lock[object & (ZTEST_OBJECT_LOCKS - 1)];
1141 ztest_range_lock(ztest_ds_t *zd, uint64_t object, uint64_t offset, argument
1144 uint64_t hash = object ^ (offset % (ZTEST_RANGE_LOCKS + 1));
1149 rl->rl_object = object;
1254 ztest_bt_generate(ztest_block_tag_t *bt, objset_t *os, uint64_t object, argument
1259 bt->bt_object = object;
1267 ztest_bt_verify(ztest_block_tag_t *bt, objset_t *os, uint64_t object, uint64_t offset, uint64_t gen, uint64_t txg, uint64_t crtxg) argument
1321 ztest_log_remove(ztest_ds_t *zd, dmu_tx_t *tx, lr_remove_t *lr, uint64_t object) argument
1497 uint64_t object, txg; local
1807 uint64_t object = zgd->zgd_rl->rl_object; local
1826 uint64_t object = lr->lr_foid; local
2057 ztest_write(ztest_ds_t *zd, uint64_t object, uint64_t offset, uint64_t size, void *data) argument
2081 ztest_truncate(ztest_ds_t *zd, uint64_t object, uint64_t offset, uint64_t size) argument
2100 ztest_setattr(ztest_ds_t *zd, uint64_t object) argument
2119 ztest_prealloc(ztest_ds_t *zd, uint64_t object, uint64_t offset, uint64_t size) argument
2150 ztest_io(ztest_ds_t *zd, uint64_t object, uint64_t offset) argument
4073 uint64_t object; local
4213 uint64_t object, txg; local
4254 uint64_t txg, object, count, wsize, wc, zl_wsize, zl_wc; local
4955 uint64_t object, blocksize, txg, pattern, psize; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFUnit.h22 namespace object { namespace in namespace:llvm
53 OwningPtr<object::ObjectFile> DWOFile;
57 DWOHolder(object::ObjectFile *DWOFile);
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DBinary.cpp27 using namespace object;
45 error_code object::createBinary(MemoryBuffer *Source,
106 // Unrecognized object file format.
113 error_code object::createBinary(StringRef Path, OwningPtr<Binary> &Result) {
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinftarg.c555 /* Perform a partial transfer to/from the specified object. For
559 child_xfer_partial (struct target_ops *ops, enum target_object object, argument
563 switch (object)
578 return NATIVE_XFER_UNWIND_TABLE (ops, object, annex, readbuf, writebuf,
585 return NATIVE_XFER_AUXV (ops, object, annex, readbuf, writebuf,
592 return NATIVE_XFER_WCOOKIE (ops, object, annex, readbuf, writebuf,
599 return NATIVE_XFER_DIRTY (ops, object, annex, readbuf, writebuf,
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509name.c127 if (OBJ_cmp(ne->object, obj) == 0)
355 ASN1_OBJECT_free(ne->object);
356 ne->object = OBJ_dup(obj);
357 return ((ne->object == NULL) ? 0 : 1);
370 OBJ_obj2nid(ne->object)) ? 1 : 0;
389 return (ne->object);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_stat.d9 * provider support (1.6.0). Method calls and object allocation are only
105 hotspot*:::object-alloc
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.d56 printf("fh3_flags: %d\n", args[2]->object.fh3_flags);

Completed in 297 milliseconds

1234567891011>>