Searched refs:instance (Results 76 - 100 of 108) sorted by relevance

12345

/freebsd-12-stable/contrib/ntp/include/
H A Dtimepps-SCO.h425 if (ioctl(instance->filedes, TIOCDCDTIMESTAMP, &tv) < 0) {
/freebsd-12-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1533 /** the instance number of creation */
1534 int instance; member in struct:order_id
1543 if(o1->instance < o2->instance) return -1;
1544 if(o1->instance > o2->instance) return 1;
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_hw.h1110 uint32_t instance; member in struct:hw_eq_s
1125 uint32_t instance; /*<< CQ instance (cq_idx) */ member in struct:hw_cq_s
1145 uint32_t instance; member in struct:hw_mq_s
1160 uint32_t instance; member in struct:hw_wq_s
1206 uint32_t instance; member in struct:hw_rq_s
H A Docs_sport.c304 * @brief Return a SLI port object, given an instance index.
307 * A pointer to a sport object is returned, given its instance @c index.
1104 uint32_t instance; local
1106 /* If no domain is given, use instance 0, otherwise use domain instance */
1108 instance = 0;
1110 instance = domain->instance_index;
1117 if ((vport->domain_instance == instance) &&
H A Docs_utils.c609 * @param instance instance number of this section
615 ocs_ddump_section(ocs_textbuf_t *textbuf, const char *name, uint32_t instance) argument
617 ocs_textbuf_printf(textbuf, "<%s type=\"section\" instance=\"%d\">\n", name, instance);
627 * @param instance instance number of this section
633 ocs_ddump_endsection(ocs_textbuf_t *textbuf, const char *name, uint32_t instance) argument
671 * @param instance instance numbe
679 ocs_ddump_buffer(ocs_textbuf_t *textbuf, const char *name, uint32_t instance, void *buffer, uint32_t size) argument
[all...]
/freebsd-12-stable/sbin/natd/
H A Dnatd.c50 struct instance { struct
53 LIST_ENTRY(instance) list;
71 static LIST_HEAD(, instance) root = LIST_HEAD_INITIALIZER(root);
74 static struct instance *mip;
203 errx (1, "instance %s: aliasing address not given", mip->name);
1308 "instance name",
1309 "name of aliasing engine instance",
1310 "instance",
1999 struct instance *ip;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp314 bool instance,
321 const bool isInstance = instance;
312 BuildMethod(ClangASTContext &clang_ast_ctxt, clang::ObjCInterfaceDecl *interface_decl, const char *name, bool instance, ObjCLanguageRuntime::EncodingToTypeSP type_realizer_sp) argument
/freebsd-12-stable/lib/libomp/
H A Domp-tools.h724 ompt_data_t instance
731 ompt_data_t instance; member in struct:ompt_record_dispatch_t
/freebsd-12-stable/crypto/openssl/crypto/rand/
H A Drand_lib.c238 void * instance; member in struct:__anon8195
250 data.instance = drbg;
/freebsd-12-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh350 * Allocate storage for this instance .
/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_skinny.c169 u_int32_t instance; member in struct:RegisterMessage
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify.h61 Instances of named entities may have instance identifiers (IDs). Some
62 API calls use instance identifiers to create relationships between
66 Some named entities must always have instance IDs. In particular, regions
70 The lifetime of instance IDs is distinct from the lifetime of
926 * based on name. These routines also take an instance variable. Like
927 * the lexical instance, these must be 0 initialized. Unlike the lexical
928 * instance, this is used to track a single dynamic instance.
939 typedef void* __itt_model_site_instance; /*!< @brief handle for dynamic instance */
941 typedef void* __itt_model_task_instance; /*!< @brief handle for dynamic instance */
[all...]
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc609 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; local
610 return instance;
/freebsd-12-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec28 level API which allows a programmer to (for instance) create or sign
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_pm.c55 int instance)
63 if (found_instance == instance)
53 radeon_pm_get_type_index(struct radeon_device *rdev, enum radeon_pm_state_type ps_type, int instance) argument
/freebsd-12-stable/sys/net/
H A Dif_media.h408 #define IFM_MAKEWORD(type, subtype, options, instance) \
409 ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT))
/freebsd-12-stable/sys/netinet/
H A Dtcp_reass.c204 tcp_seq seq, int len, uint8_t action, int instance)
230 log.u_bbr.flex7 = instance;
203 tcp_log_reassm(struct tcpcb *tp, struct tseg_qent *q, struct tseg_qent *p, tcp_seq seq, int len, uint8_t action, int instance) argument
/freebsd-12-stable/sys/xen/interface/
H A Ddomctl.h685 uint32_t instance; /* IN: Instance of that type */ member in struct:xen_domctl_hvmcontext_partial
/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js209 var instance;
210 if(this.initialize === 'render' && (instance = this(self))) {
211 self.plugins[name] = instance;
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-forces.c456 nd_uint32_t instance; member in struct:forces_lfbsh
1287 if (dlen != ASRDLN) { /* id, instance, oper tlv */
1523 if (dlen <= OP_MIN) { /* id, instance, oper tlv header .. */
1538 ND_PRINT((ndo, "\n%s%s(Classid %x) instance %x\n",
1541 EXTRACT_32BITS(&lfbs->instance)));
/freebsd-12-stable/contrib/googletest/googletest/src/
H A Dgtest.cc2605 // The newly created TestInfo instance will assume
4577 static UnitTest* const instance = new UnitTest; local
4578 return instance;
4580 static UnitTest instance;
4581 return &instance;
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c94 kstat_create(char *module, int instance, char *name, char *class, argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp972 // without requiring the Debugger instance.
1341 #pragma mark Private instance methods
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp978 OS << " super (instance)";
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp326 /// AddAnyMethodToGlobalPool - Add any method, instance or factory to global
781 // scope until later (after the instance variable block), but we want the
2240 /// example, if A is a subclass of B, then B* may refer to an instance of A.
2241 /// The principle of substitutability means that we may use an instance of A
2242 /// anywhere that we may use an instance of B - it will implement all of the
2641 /// with each protocol / interface / category the flattened instance tables. If
2724 // Is IDecl derived from 'NSProxy'? If so, no instance methods
2739 // check unimplemented instance methods.
2746 true /* instance */,
2761 true /* instance */,
3406 AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, bool instance) argument
3547 LookupMethodInGlobalPool(Selector Sel, SourceRange R, bool receiverIdOrClass, bool instance) argument
[all...]

Completed in 317 milliseconds

12345