Searched refs:methods (Results 176 - 200 of 269) sorted by relevance

1234567891011

/freebsd-11-stable/sys/dev/usb/serial/
H A Dubsa.c268 .methods = ubsa_methods,
/freebsd-11-stable/sys/dev/usb/misc/
H A Dudbp.c257 .methods = udbp_methods,
584 * Start of Netgraph methods
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h398 const struct device_method *methods; member in struct:driver
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h166 } methods[EAP_MAX_METHODS]; member in struct:hostapd_eap_user
H A Dieee802_1x.c2262 user->methods[i].vendor = eap_user->methods[i].vendor;
2263 user->methods[i].method = eap_user->methods[i].method;
2991 * considerable amount of time and some EAP methods, like
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c324 const struct wpa_dbus_method_desc *method_dsc = obj_dsc->methods;
368 * methods and handles it. Else it iterates over registered methods list
434 * Frees each of properties, methods and signals description lists and
525 * @obj_desc: description of object's methods, signals and properties
H A Ddbus_new.c1211 * @config_methods - wps config methods
2415 const struct wpa_dbus_method_desc *methods,
2423 obj_desc->methods = methods;
4163 /* ignore globals that are actually just methods */
2412 wpas_dbus_register(struct wpa_dbus_object_desc *obj_desc, void *priv, WPADBusArgumentFreeFunction priv_free, const struct wpa_dbus_method_desc *methods, const struct wpa_dbus_property_desc *properties, const struct wpa_dbus_signal_desc *signals) argument
/freebsd-11-stable/sys/dev/jedec_dimm/
H A Djedec_dimm.c1006 .methods = jedec_dimm_methods,
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp587 for (auto *Method : D->methods()) {
645 // Check that class implements the required methods of the protocol too.
650 for (const auto *MD : PDecl->methods()) {
860 // go through list of non-optional methods and properties in each protocol
862 // methods and properties, then this class conforms to this protocol.
1294 // migrate methods which can have instancetype as their result type.
1295 for (auto *Method : CDecl->methods()) {
1311 // Candidate factory methods are + (id) NaMeXXX : ... which belong to a class
1437 "Cannot have audited functions/methods inside user "
1574 // migrate methods whic
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp657 for (auto *M : RD->methods()) {
658 // We only care about virtual methods.
680 // This virtual method overrides other virtual methods, so it does
684 // functions using data recursion and update all of the methods it
708 // Continue recursion to the methods that this virtual method
H A DVTableBuilder.cpp410 for (const auto *MD : RD->methods()) {
446 /// Offsets - Keeps track of methods and their offsets.
481 // relationship between the two methods.
498 // The methods must have the same name.
691 for (const auto *MD : RD->methods()) {
855 /// MethodInfoMap - The information for all methods in the vtable we're
872 /// Thunks - A map that contains all the thunks needed for all methods in the
935 /// AddMethods - Add the methods of this base subobject and all its
1073 /// Visit all the methods overridden by the given method recursively,
1090 /// the overridden methods tha
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp16 // methods annotated with such annotations per class, either one can be used
23 // invalidated by other methods, which might or might not be called from
25 // method and all the partial methods cumulatively invalidate all ivars.
68 /// The methods which can be used to invalidate the ivar.
175 /// Check if the any of the methods inside the interface are annotated with
247 // Check all methods.
248 for (const auto *MDI : D->methods())
357 // invalidation methods.
419 // Find all partial invalidation methods.
423 // Remove ivars invalidated by the partial invalidation methods
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusbdi.h145 const struct usb_pipe_methods *methods; /* set by HC driver */ member in struct:usb_endpoint
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c2393 const char **methods = event_get_supported_methods(); local
2399 tt_assert(methods);
2401 backend = methods[0];
2402 while (*methods != NULL) {
2403 TT_BLATHER(("Support method: %s", *methods));
2404 ++methods;
3236 { "methods", test_methods, TT_FORK, NULL, NULL },
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devent.c1016 static const char **methods = NULL; local
1021 /* count all methods */
1031 /* populate the array with the supported methods */
1037 if (methods != NULL)
1038 mm_free((char**)methods);
1040 methods = tmp;
1042 return (methods);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_da.c308 int delete_available; /* Delete methods possibly available */
2295 snprintf(buf, sizeof(buf), "Delete methods: <");
2342 int i, methods; local
2346 methods = softc->delete_available | (1 << DA_DELETE_DISABLE);
2347 if (methods & (1 << i)) {
2372 int i, error, methods, value; local
2385 methods = softc->delete_available | (1 << DA_DELETE_DISABLE);
3256 * methods with UNMAP as the Logical Block Provisioning
3260 * this so we currently don't remove these methods
3644 * In each of the methods belo
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dclass.c1073 methods have inline definitions. In particular, we
1096 /* We only expect to add few methods in the COMPLETE_P case, so
1500 HAS_NONPRIVATE_METHOD is nonzero if T has any non-private methods or
1540 /* We're not interested in compiler-generated methods; they don't
1562 /* There are no non-private methods, and there's at least one
1722 /* Warn about duplicate methods in fn_fields.
1724 Sort methods that are not special (i.e., constructors, destructors,
1747 no methods, then some public defaults are generated. */
2319 tree methods;
2327 for (methods
2315 tree methods; local
[all...]
H A Dsearch.c1341 VEC(tree,gc) *methods = CLASSTYPE_METHOD_VEC (class_type);
1344 VEC_iterate (tree, methods, i, fn); ++i)
1944 /* If there are no methods in TYPE (meaning that only implicitly
1945 declared methods will ever be provided for TYPE), then there are
/freebsd-11-stable/sys/kern/
H A Dsysv_msg.c211 osd_method_t methods[PR_MAXMETHOD] = { local
275 msg_prison_slot = osd_jail_register(NULL, methods);
H A Dsysv_sem.c267 osd_method_t methods[PR_MAXMETHOD] = { local
305 sem_prison_slot = osd_jail_register(NULL, methods);
H A Dsysv_shm.c911 osd_method_t methods[PR_MAXMETHOD] = { local
948 shm_prison_slot = osd_jail_register(NULL, methods);
/freebsd-11-stable/lib/libusb/
H A Dlibusb01.c569 error = (pdev->methods->get_config_desc_full) (
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder_chain.c656 hwmatrix = CHANNEL_GETMATRIX(c->methods, c->devinfo, hwfmt);
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_aue.c269 .methods = aue_methods,
H A Dif_mos.c238 .methods = mos_methods,

Completed in 448 milliseconds

1234567891011