Searched refs:method (Results 151 - 175 of 388) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libc/tests/nss/
H A Dgetserv_test.c414 run_tests(const char *snapshot_file, enum test_methods method) argument
424 method = TEST_BUILD_SNAPSHOT;
433 if (method == TEST_BUILD_SNAPSHOT) {
446 switch (method) {
H A Dgetproto_test.c399 run_tests(const char *snapshot_file, enum test_methods method) argument
409 method = TEST_BUILD_SNAPSHOT;
418 if (method == TEST_BUILD_SNAPSHOT) {
431 switch (method) {
H A Dgetrpc_test.c402 run_tests(const char *snapshot_file, enum test_methods method) argument
412 method = TEST_BUILD_SNAPSHOT;
421 if (method == TEST_BUILD_SNAPSHOT) {
434 switch (method) {
H A Dgetgr_test.c396 run_tests(const char *snapshot_file, enum test_methods method) argument
406 method = TEST_BUILD_SNAPSHOT;
415 if (method == TEST_BUILD_SNAPSHOT) {
428 switch (method) {
H A Dgethostby_test.c927 enum test_methods method, bool use_ipv6_mapping)
995 if (method != TEST_GETHOSTBYADDR)
996 method = TEST_BUILD_SNAPSHOT;
998 method = TEST_BUILD_ADDR_SNAPSHOT;
1015 switch (method) {
1073 #define _RUN_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping) \
1079 method, use_ipv6_mapping) == 0); \
1083 #define RUN_HOST_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping) \
1086 _RUN_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping); \
1089 #define RUN_IPNODE_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mappin
926 run_tests(const char *hostlist_file, const char *snapshot_file, int _af_type, enum test_methods method, bool use_ipv6_mapping) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dvalops.c80 static int find_oload_champ (struct type **arg_types, int nargs, int method,
86 static int oload_method_static (int method, struct fn_field *fns_ptr,
118 static struct fn_field *find_method_list (struct value ** argp, char *method,
1554 error ("cannot resolve overloaded method `%s': no arguments supplied", name);
1658 an appropriate method. Also, handle derived types.
1710 return it as a pointer to a method. */
1718 error ("Cannot take address of a method");
1722 error ("There is no member or method named %s.", name);
1773 * to find a specified method. Return the pointer to the
1777 * METHOD is a string containing the method nam
1783 find_method_list(struct value **argp, char *method, int offset, struct type *type, int *num_fns, struct type **basetype, int *boffset) argument
1867 value_find_oload_method_list(struct value **argp, char *method, int offset, int *num_fns, struct type **basetype, int *boffset) argument
1924 find_overload_match(struct type **arg_types, int nargs, char *name, int method, int lax, struct value **objp, struct symbol *fsym, struct value **valp, struct symbol **symp, int *staticp) argument
2210 find_oload_champ(struct type **arg_types, int nargs, int method, int num_fns, struct fn_field *fns_ptr, struct symbol **oload_syms, struct badness_vector **oload_champ_bv) argument
2297 oload_method_static(int method, struct fn_field *fns_ptr, int index) argument
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dprdbg.c68 /* Name of the current method we are handling. */
69 const char *method; member in struct:pr_stack
272 pr_class_start_method, /* Same, remembers that's a method. */
275 pr_class_end_method, /* Same, forgets that's a method. */
350 n->method = NULL;
895 /* Make a method type. */
1398 /* Start adding a method to a class. */
1406 info->stack->method = name;
1410 /* Add a variant to a method. */
1437 /* Stick the name of the method int
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_helper.c482 const char *ib_get_sa_method_str(IN uint8_t method) argument
484 if (method & 0x80) {
485 method = method & 0x7f;
486 if (method > OSM_SA_METHOD_STR_UNKNOWN_VAL)
487 method = OSM_SA_METHOD_STR_UNKNOWN_VAL;
489 return ib_sa_resp_method_str[method];
491 if (method > OSM_SA_METHOD_STR_UNKNOWN_VAL)
492 method = OSM_SA_METHOD_STR_UNKNOWN_VAL;
493 return ib_sa_method_str[method];
497 ib_get_sm_method_str(IN uint8_t method) argument
[all...]
H A Dosm_sa_informinfo.c602 if (p_sa_mad->method != IB_MAD_METHOD_SET) {
605 ib_get_sa_method_str(p_sa_mad->method));
630 if (p_sa_mad->method != IB_MAD_METHOD_GET &&
631 p_sa_mad->method != IB_MAD_METHOD_GETTABLE) {
634 ib_get_sa_method_str(p_sa_mad->method));
/freebsd-11-stable/sys/powerpc/ofw/
H A Drtas.c198 /* Call an RTAS method by token */
257 rtas_token_lookup(const char *method) argument
264 if (OF_getencprop(rtas, method, &token, sizeof(token)) == -1)
/freebsd-11-stable/contrib/ofed/libibmad/
H A Dmad.c88 int is_resp = rpc->method & IB_MAD_RESPONSE;
92 mad_set_field(buf, 0, IB_MAD_METHOD_F, rpc->method);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlbaselib.c184 static int pairsmeta (lua_State *L, const char *method, int iszero, argument
186 if (!luaL_getmetafield(L, 1, method)) { /* no metamethod? */
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_scts.c116 static int i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list,
292 static int i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, argument
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dexptest.c79 static int a_is_zero_mod_one(const char *method, const BIGNUM *r, argument
82 fprintf(stderr, "%s failed:\n", method);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_alias_GUID.c63 u8 method; member in struct:mlx4_alias_guid_work_context
69 u8 method; member in struct:mlx4_next_alias_guid_work
343 if (cb_ctx->method == MLX4_GUID_INFO_RECORD_DELETE) {
529 callback_context->method = rec->method;
549 comp_mask, rec->method, 1000,
683 next_rec->method = MLX4_GUID_INFO_RECORD_DELETE;
686 next_rec->method = MLX4_GUID_INFO_RECORD_SET;
H A Dmlx4_ib_mad.c230 mad->mad_hdr.method == IB_MGMT_METHOD_SET)
370 mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP &&
697 if (mad->mad_hdr.method & 0x80) {
721 if (!(mad->mad_hdr.method & IB_MGMT_METHOD_RESP)) {
722 mlx4_ib_warn(ibdev, "demux QP0. rejecting unsolicited mad for slave %d class 0x%x, method 0x%x\n",
724 mad->mad_hdr.method);
739 if (mad->mad_hdr.method != IB_MGMT_METHOD_GET_RESP)
779 in_mad->mad_hdr.mgmt_class, in_mad->mad_hdr.method,
793 if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP && slid == 0) {
800 if (in_mad->mad_hdr.method !
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dcompress.c32 * uncompress(method, old, n, newch) - uncompress old into new,
33 * using method, return sizeof new
788 methodname(size_t method) argument
790 switch (method) {
806 return compr[method].argv[0];
811 uncompressbuf(int fd, size_t bytes_max, size_t method, const unsigned char *old, argument
821 switch (method) {
890 (void)execvp(compr[method].argv[0],
891 RCAST(char *const *, RCAST(intptr_t, compr[method].argv)));
893 compr[method]
[all...]
/freebsd-11-stable/sys/dev/usb/serial/
H A Du3g.c770 unsigned long method; local
783 method = U3GINIT_HUAWEI;
785 method = U3GINIT_SIERRA;
787 method = U3GINIT_SCSIEJECT;
789 method = U3GINIT_REZERO;
791 method = U3GINIT_ZTESTOR;
793 method = U3GINIT_CMOTECH;
795 method = U3GINIT_WAIT;
797 method = U3GINIT_HUAWEISCSI;
799 method
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c282 handler->method = "CHECKOUT";
843 handler->method = "PROPPATCH";
1252 handler->method = "POST";
1322 handler->method = "MKACTIVITY";
1457 handler->method = "DELETE";
1477 handler->method = "DELETE";
1553 handler->method = "MKCOL";
1577 handler->method = "COPY";
1780 handler->method = "COPY";
1802 handler->method
[all...]
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_standard.c97 const char *method, int nargs, int nreturns, cell_t *args_and_returns);
513 /* Call the method in the scope of a given instance. */
515 ofw_std_call_method(ofw_t ofw, ihandle_t instance, const char *method, argument
522 cell_t method; member in struct:__anon7744
526 (cell_t)"call-method",
537 args.method = (cell_t)method;
/freebsd-11-stable/sys/contrib/zlib/
H A Dzlib.h50 This version of the library supports only one compression method (deflation)
74 directory information, and uses a different, slower check method than zlib.
210 /* The deflate compression method (the only one supported in this version) */
540 int method,
549 The method parameter is the compression method. It must be Z_DEFLATED in
605 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is
1769 ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method,
1784 # define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1785 deflateInit2_((strm),(level),(method),(windowBit
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp368 std::unique_ptr<method_t> method;
369 method.reset(new method_t);
372 method->Read(process, base_method_list->m_first_ptr +
375 if (instance_method_func(method->m_name.c_str(), method->m_types.c_str()))
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js701 method = adjust.method.split(' '),
781 pluginCalculations = PLUGINS.imagemap(this, target, at, PLUGINS.viewport ? method : FALSE);
786 pluginCalculations = PLUGINS.svg(this, target, at, PLUGINS.viewport ? method : FALSE);
984 // If the user didn't stop the method prematurely and we're showing the tooltip, focus it
1086 // If inactive hide method is set, active it
1214 // Widget class setter method
1314 PROTOTYPE._bind = function(targets, events, method, suffix, context) {
1318 $.proxy(method, context || this)
1327 function delegate(selector, events, method) {
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Ddigest.c596 const char *method)
598 if (digest->request.method) {
600 N_("method already set", ""));
603 digest->request.method = malloc(sizeof(*digest->request.method));
604 if (digest->request.method == NULL) {
608 *digest->request.method = strdup(method);
609 if (*digest->request.method == NULL) {
611 free(digest->request.method);
594 krb5_digest_set_method(krb5_context context, krb5_digest digest, const char *method) argument
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_locl.h473 # define SSL_IS_DTLS(s) (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS)
476 (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_EXPLICIT_IV)
482 (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_SIGALGS)
488 (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_TLS1_2_CIPHERS)
490 * Determine if a client can use TLS 1.2 ciphersuites: can't rely on method
498 * as with TLS1.2 cipher we can't rely on method flags.
775 ((ssl)->method->put_cipher_by_char((ciph),(ptr)))
810 # define SSL_HM_HEADER_LENGTH(s) s->method->ssl3_enc->hhlen
812 (((unsigned char *)s->init_buf->data) + s->method->ssl3_enc->hhlen)
814 s->method
839 COMP_METHOD *method; /* The method :-) */ member in struct:ssl3_comp_st
[all...]

Completed in 375 milliseconds

1234567891011>>