Searched refs:method (Results 201 - 225 of 364) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmad.c228 mad->mad_hdr.method == IB_MGMT_METHOD_SET)
343 mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP &&
628 if (mad->mad_hdr.method & 0x80) {
655 if (mad->mad_hdr.method != IB_MGMT_METHOD_GET_RESP)
695 in_mad->mad_hdr.mgmt_class, in_mad->mad_hdr.method,
710 if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP && slid == 0) {
717 if (in_mad->mad_hdr.method != IB_MGMT_METHOD_GET &&
718 in_mad->mad_hdr.method != IB_MGMT_METHOD_SET &&
719 in_mad->mad_hdr.method != IB_MGMT_METHOD_TRAP_REPRESS)
731 if (in_mad->mad_hdr.method !
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp143 /// \brief Emits an error if the given method does not exist, or if the return
167 /// \brief Retrieve the NSNumber factory method that should be used to create
184 // If we already looked up this method, we're done.
223 // Look for the appropriate method within NSNumber.
226 // create a stub definition this NSNumber factory method.
282 // Look for the appropriate method within NSNumber.
470 // Look for the appropriate method within NSString.
539 // Look for the appropriate method within NSNumber.
635 // Find the arrayWithObjects:count: method, if we haven't done so already.
700 // We've found a good +arrayWithObjects:count: method
1037 ObjCMethodDecl *method = dyn_cast<ObjCMethodDecl>(DC); local
1337 ObjCMethodDecl *method = local
2528 ObjCMethodDecl *method = dyn_cast<ObjCMethodDecl>(CurContext); local
2857 ObjCMethodDecl *method; local
2865 checkCallToMethod(ObjCMethodDecl *method) argument
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java41 * equals() method.
595 Method method = TestBean.class.getDeclaredMethod(methodName);
596 obj = method.invoke(null);
630 Method method = TestBean.class.getDeclaredMethod(methodName);
631 obj = method.invoke(null);
/freebsd-10.0-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_sa_api.h182 uint8_t method; member in struct:_osmv_user_query
192 * method
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sm_mad_ctrl.c176 * This function handles method GetResp() for received MADs.
297 * This function handles method Get() for received MADs.
376 * This function handles method Set() for received MADs.
456 * This function handles method Trap() for received MADs.
581 (p_smp->method == IB_MAD_METHOD_TRAP_REPRESS)) {
606 switch (p_smp->method) {
634 "Unsupported method = 0x%X\n", p_smp->method);
686 if (p_smp->method == IB_MAD_METHOD_SET &&
692 "Set method faile
[all...]
H A Dosm_sa_mad_ctrl.c346 switch (p_sa_mad->method) {
372 "Unsupported method = 0x%X\n", p_sa_mad->method);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c221 handler->method, handler->path,
310 handler.method = "CHECKOUT";
947 handler->method = "PROPPATCH";
1327 handler->method = "POST";
1363 handler->method, handler->path,
1427 handler->method = "MKACTIVITY";
1453 handler->method, handler->path,
1574 handler->method = "DELETE";
1669 handler->method = "MKCOL";
1692 handler->method
[all...]
H A Dgetlocations.c187 handler->method = "REPORT";
H A Dgetlocationsegments.c188 handler->method = "REPORT";
H A Dmergeinfo.c223 handler->method = "REPORT";
/freebsd-10.0-release/crypto/openssl/crypto/dso/
H A Ddso.h75 * dso_name_converter function of the method. Eg. win32 will transform "blah"
110 /* The function prototype used for method functions (or caller-provided
117 /* The function prototype used for method functions (or caller-provided
126 * sensible for the DSO method in question. The only rule that really
189 * method control its own destiny. "Handles" and such go in
222 DSO * DSO_new_method(DSO_METHOD *method);
279 /* This method is the default, but will beg, borrow, or steal whatever
280 * method should be the default on any particular platform (including
284 /* This method is defined for all platforms - if a platform has no
285 * DSO support then this will be the only method! */
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c135 char *i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *method, ASN1_ENUMERATED *a) argument
147 char *i2s_ASN1_INTEGER(X509V3_EXT_METHOD *method, ASN1_INTEGER *a) argument
159 ASN1_INTEGER *s2i_ASN1_INTEGER(X509V3_EXT_METHOD *method, char *value) argument
489 if (OBJ_obj2nid(ad->method) == NID_ad_OCSP)
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dssl_txt.c226 if (BIO_printf(bp,"\n Compression: %d (%s)", comp->id,comp->method->name) <= 0) goto err;
/freebsd-10.0-release/sys/contrib/dev/acpica/common/
H A Ddmextern.c451 /* Duplicate method, check that the Value (ArgCount) is the same */
457 "External method arg count mismatch %s: Current %u, attempted %u",
591 /* Each line defines a method */
626 AcpiOsPrintf ("%s: Importing method external (%u arguments) %s\n",
644 AcpiOsPrintf ("%s: Imported %u external method definitions\n",
721 /* Duplicate method, check that the Value (ArgCount) is the same */
727 "(File) External method arg count mismatch %s: Current %u, override to %u",
891 * RETURN: The number of control method externals in the external list
893 * DESCRIPTION: Return the number of method externals that have been generated.
894 * If any control method external
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp102 const char *method,
113 lookup.name.SetCString(method);
203 log->Warning ("Class/method function specification not supported yet.\n");
98 BreakpointResolverName( Breakpoint *bkpt, const char *class_name, const char *method, Breakpoint::MatchType type, bool skip_prologue ) argument
/freebsd-10.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_sim.c101 "method:0x%02x attr:0x%04x status:0x%04x "
106 p_mad->header.method,
290 "method:0x%02x attr:0x%04x status:0x%04x "
295 mad_msg.header.method,
/freebsd-10.0-release/contrib/serf/
H A Dserf_bucket_types.h45 const char *method,
61 const char *method,
/freebsd-10.0-release/sys/boot/fdt/dts/
H A Dberipad-de4.dts56 * spin-table enable method. cpu-release-addr must be
61 enable-method = "spin-table";
/freebsd-10.0-release/sys/dev/ofw/
H A Dopenfirm.c431 /* Call the method in the scope of a given instance. */
433 OF_call_method(const char *method, ihandle_t instance, int nargs, int nreturns, argument
446 status = OFW_CALL_METHOD(ofw_obj, instance, method, nargs, nreturns,
/freebsd-10.0-release/sys/ofed/include/rdma/
H A Dib_sa.h430 u8 method,
584 ib_sa_comp_mask comp_mask, u8 method,
/freebsd-10.0-release/sys/security/mac/
H A Dmac_framework.c322 #define MPC_FLAG(method, flag) \
323 if (mpc->mpc_ops->mpo_ ## method != NULL) \
439 * exclusive lock, so policies must not sleep in their init method.
/freebsd-10.0-release/usr.bin/gzip/
H A Dgzip.c836 maybe_warnx("unknown compression method");
1352 enum filetype method; local
1388 method = file_gettype(header1);
1390 if (fflag == 0 && method == FT_UNKNOWN) {
1398 if (method == FT_GZIP && Nflag) {
1466 switch (method) {
1667 enum filetype method; local
1701 method = file_gettype(header1);
1702 switch (method) {
2010 printf("method cr
[all...]
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Dikev2.c556 u8 method, const u8 *auth, size_t auth_len)
558 if (method != AUTH_RSA_SIGN) {
560 "method %d", method);
570 u8 method, const u8 *auth,
576 if (method != AUTH_SHARED_KEY_MIC) {
578 "method %d", method);
555 ikev2_process_auth_cert(struct ikev2_responder_data *data, u8 method, const u8 *auth, size_t auth_len) argument
569 ikev2_process_auth_secret(struct ikev2_responder_data *data, u8 method, const u8 *auth, size_t auth_len) argument
/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Dikev2.c590 u8 method, const u8 *auth, size_t auth_len)
592 if (method != AUTH_RSA_SIGN) {
594 "method %d", method);
604 u8 method, const u8 *auth,
610 if (method != AUTH_SHARED_KEY_MIC) {
612 "method %d", method);
589 ikev2_process_auth_cert(struct ikev2_initiator_data *data, u8 method, const u8 *auth, size_t auth_len) argument
603 ikev2_process_auth_secret(struct ikev2_initiator_data *data, u8 method, const u8 *auth, size_t auth_len) argument
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsymtab.c310 /* Mangle a GDB method stub type. This actually reassembles the pieces of the
311 full method name, which consist of the class name (from T), the unadorned
312 method name from METHOD_ID, and the signature for the specific overload,
321 struct fn_field *method = &f[signature_id];
333 char *const_prefix = method->is_const ? "C" : "";
334 char *volatile_prefix = method->is_volatile ? "V" : "";
3099 {"variable", "function", "type", "method"};
3283 char *method, *category, *selector;
3286 method = SYMBOL_NATURAL_NAME (msymbol);
3288 /* Is it a method
320 struct fn_field *method = &f[signature_id]; local
3274 char *method, *category, *selector; local
[all...]

Completed in 159 milliseconds

1234567891011>>