Searched refs:methods (Results 1 - 25 of 178) sorted by relevance

12345678

/freebsd-10.0-release/sys/powerpc/include/
H A Dmmuvar.h87 #define MMU_DEF(name, ident, methods, size) \
90 ident, methods, size, NULL \
94 #define MMU_DEF_INHERIT(name, ident, methods, size, base1) \
99 ident, methods, size, name ## _baseclasses \
106 ident, methods, size, name ## _baseclasses \
/freebsd-10.0-release/sys/dev/utopia/
H A Dutopia_priv.h39 (UTOPIA)->methods->readregs((UTOPIA)->ifatm, REG, VALP, NP)
41 (UTOPIA)->methods->writereg((UTOPIA)->ifatm, REG, MASK, VAL)
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dj_stat.d60 execs = threads = methods = objnew = cload = gc = exception = 0;
102 methods++;
132 execs / interval, threads / interval, methods / interval,
135 execs = threads = methods = oalloc = cload = gc = exception = 0;
H A Drb_stat.d58 execs = methods = objnew = objfree = gc = raised = rescue = 0;
95 methods++;
130 execs / interval, methods / interval, objnew / interval,
133 execs = methods = objnew = objfree = gc = raised = rescue = 0;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_stat.d60 execs = threads = methods = objnew = cload = gc = exception = 0;
102 methods++;
132 execs / interval, threads / interval, methods / interval,
135 execs = threads = methods = oalloc = cload = gc = exception = 0;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Ruby/
H A Drb_stat.d58 execs = methods = objnew = objfree = gc = raised = rescue = 0;
95 methods++;
130 execs / interval, methods / interval, objnew / interval,
133 execs = methods = objnew = objfree = gc = raised = rescue = 0;
/freebsd-10.0-release/sys/sys/
H A Dkobj.h56 kobj_method_t *methods; /* method table */ \
114 #define DEFINE_CLASS(name, methods, size) \
115 DEFINE_CLASS_0(name, name ## _class, methods, size)
122 #define DEFINE_CLASS_0(name, classvar, methods, size) \
125 #name, methods, size, NULL \
134 #define DEFINE_CLASS_1(name, classvar, methods, size, \
140 #name, methods, size, name ## _baseclasses \
149 #define DEFINE_CLASS_2(name, methods, size, \
156 #name, methods, size, name ## _baseclasses \
165 #define DEFINE_CLASS_3(name, methods, siz
[all...]
H A Dosd.h58 osd_method_t *methods);
85 #define osd_jail_register(destructor, methods) \
86 osd_register(OSD_JAIL, (destructor), (methods))
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Deap_user_db.c23 static void set_user_methods(struct hostapd_eap_user *user, const char *methods) argument
28 buf = os_strdup(methods);
32 os_memset(&user->methods, 0, sizeof(user->methods));
39 user->methods[num_methods].method =
41 &user->methods[num_methods].vendor);
42 if (user->methods[num_methods].vendor == EAP_VENDOR_IETF &&
43 user->methods[num_methods].method == EAP_TYPE_NONE) {
90 } else if (os_strcmp(col[i], "methods") == 0 && argv[i]) {
102 int i, id = -1, methods local
[all...]
H A Dauthsrv.c68 user->methods[i].vendor = eap_user->methods[i].vendor;
69 user->methods[i].method = eap_user->methods[i].method;
/freebsd-10.0-release/lib/libusb/
H A Dlibusb20.c133 error = xfer->pdev->methods->tr_close(xfer);
203 error = xfer->pdev->methods->tr_open(xfer, MaxBufSize,
312 xfer->pdev->methods->tr_cancel_async(xfer);
335 xfer->pdev->methods->tr_clear_stall_sync(xfer);
539 xfer->pdev->methods->tr_submit(xfer);
594 pdev->methods = &libusb20_dummy_methods;
612 error = pdev->methods->detach_kernel_driver(pdev, ifaceIndex);
633 error = pdev->methods->kernel_driver_active(pdev, ifaceIndex);
692 error = pdev->methods->reset_device(pdev);
701 error = pdev->methods
1181 libusb20_be_alloc(const struct libusb20_backend_methods *methods) argument
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dauth2.c66 /* methods */
273 packet_disconnect("no authentication methods enabled");
333 char *methods; local
406 methods = authmethods_get(authctxt);
407 debug3("%s: failure partial=%d next methods=\"%s\"", __func__,
408 partial, methods);
410 packet_put_cstring(methods);
414 free(methods);
420 * methods list. Returns 1 if allowed, or no methods list
497 char *methods, *omethods, *method, *p; local
575 list_starts_with(const char *methods, const char *method, const char *submethod) argument
607 remove_method(char **methods, const char *method, const char *submethod) argument
[all...]
/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dwps_common.c473 u16 methods = 0; local
476 /* Default to enabling methods based on build configuration */
477 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD;
479 methods |= WPS_CONFIG_VIRT_DISPLAY;
482 methods |= WPS_CONFIG_NFC_INTERFACE;
486 methods |= WPS_CONFIG_ETHERNET;
488 methods |= WPS_CONFIG_LABEL;
490 methods |= WPS_CONFIG_DISPLAY;
492 methods |= WPS_CONFIG_EXT_NFC_TOKEN;
494 methods |
[all...]
/freebsd-10.0-release/sys/dev/usb/controller/
H A Dusb_controller.c123 .methods = usb_methods,
462 if (bus->methods->set_hw_power != NULL)
463 (bus->methods->set_hw_power) (bus);
465 if (bus->methods->set_hw_power_sleep != NULL)
466 (bus->methods->set_hw_power_sleep) (bus, USB_HW_POWER_SUSPEND);
511 if (bus->methods->set_hw_power_sleep != NULL)
512 (bus->methods->set_hw_power_sleep) (bus, USB_HW_POWER_RESUME);
514 if (bus->methods->set_hw_power != NULL)
515 (bus->methods->set_hw_power) (bus);
569 if (bus->methods
[all...]
H A Dohci.c408 sc->sc_bus.methods = &ohci_bus_methods;
1010 } else if (xfer->endpoint->methods == &ohci_device_bulk_methods) {
1014 } else if (xfer->endpoint->methods == &ohci_device_ctrl_methods) {
1046 if (xfer->endpoint->methods == &ohci_device_isoc_methods) {
1396 struct usb_pipe_methods *methods; local
1423 methods = xfer->endpoint->methods;
1581 if (methods == &ohci_device_bulk_methods) {
1586 if (methods == &ohci_device_ctrl_methods) {
1635 struct usb_pipe_methods *methods local
2601 struct usb_pipe_methods *methods; local
2639 struct usb_pipe_methods *methods; local
[all...]
H A Duhci.c645 sc->sc_bus.methods = &uhci_bus_methods;
1313 if (xfer->endpoint->methods == &uhci_device_isoc_methods) {
1843 struct usb_pipe_methods *methods = xfer->endpoint->methods; local
1860 if (methods == &uhci_device_bulk_methods) {
1863 if (methods == &uhci_device_ctrl_methods) {
1870 if (methods == &uhci_device_intr_methods) {
1879 if (methods == &uhci_device_isoc_methods) {
2852 if (parm->methods == &uhci_device_ctrl_methods) {
2864 } else if (parm->methods
3079 struct usb_pipe_methods *methods; local
3121 struct usb_pipe_methods *methods; local
[all...]
/freebsd-10.0-release/contrib/wpa/src/p2p/
H A Dp2p_build.c154 u16 methods; local
165 methods = 0;
168 methods |= WPS_CONFIG_PUSHBUTTON;
171 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD;
173 methods |= p2p->cfg->config_methods &
177 methods |= WPS_CONFIG_PUSHBUTTON;
178 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD;
180 wpabuf_put_be16(buf, methods);
/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Deap_server.c709 * Note: Mechanism to allow EAP methods to wait while going
731 * Note: Mechanism to allow EAP methods to wait while going
1001 * @nak_list: Nak list (allowed methods) from the supplicant
1018 wpa_hexdump(MSG_MSGDUMP, "EAP: configured methods",
1019 (u8 *) sm->user->methods,
1020 EAP_MAX_METHODS * sizeof(sm->user->methods[0]));
1021 wpa_hexdump(MSG_MSGDUMP, "EAP: list of methods supported by the peer",
1026 (sm->user->methods[i].vendor != EAP_VENDOR_IETF ||
1027 sm->user->methods[i].method != EAP_TYPE_NONE)) {
1028 if (sm->user->methods[
[all...]
H A Deap.h28 } methods[EAP_MAX_METHODS]; member in struct:eap_user
/freebsd-10.0-release/sys/dev/usb/
H A Dusb_bus.h99 struct usb_bus_methods *methods; /* filled by HC driver */ member in struct:usb_bus
/freebsd-10.0-release/sys/kern/
H A Dsubr_kobj.c110 * First register any methods which need it.
112 for (i = 0, m = cls->methods; m->desc; i++, m++) {
174 kobj_method_t *methods = cls->methods; local
177 for (ce = methods; ce && ce->desc; ce++) {
246 * For now we don't do anything to unregister any methods
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dwrstabs.c80 /* String defining class methods. */
81 char *methods; member in struct:stab_type_stack
410 s->methods = NULL;
1624 if (info->type_stack->methods == NULL)
1631 m = (char *) xrealloc (info->type_stack->methods,
1632 (strlen (info->type_stack->methods)
1639 info->type_stack->methods = m;
1667 assert (info->type_stack != NULL && info->type_stack->methods != NULL);
1709 info->type_stack->methods =
1710 (char *) xrealloc (info->type_stack->methods,
[all...]
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.h27 /* list of methods, properties and signals registered with object */
28 const struct wpa_dbus_method_desc *methods; member in struct:wpa_dbus_object_desc
H A Ddbus_new_introspect.c95 struct dl_list *list, const struct wpa_dbus_method_desc *methods)
99 for (dsc = methods; dsc && dsc->dbus_method; dsc++) {
136 * extract_interfaces - Extract interfaces from methods, signals and props
140 * Iterates over all methods, signals, and properties registered with an
148 extract_interfaces_methods(list, obj_dsc->methods);
244 * Iterates over all methods, signals and properties registered with
94 extract_interfaces_methods( struct dl_list *list, const struct wpa_dbus_method_desc *methods) argument
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c759 * EAP-TLS, EAP-PEAP, EAP-TTLS, and EAP-FAST methods are expected to use this
949 * @types: Buffer for returning allocated list of allowed EAP methods
950 * @num_types: Buffer for returning number of allocated EAP methods
953 * This function is used to parse EAP method list and select allowed methods
962 struct eap_method_type *methods = NULL, *_methods; local
995 _methods = os_realloc_array(methods, num_methods,
996 sizeof(*methods));
998 os_free(methods);
1002 methods = _methods;
1003 methods[num_method
[all...]

Completed in 175 milliseconds

12345678