Searched refs:methods (Results 26 - 50 of 269) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c891 * EAP-TLS, EAP-PEAP, EAP-TTLS, and EAP-FAST methods are expected to use this
1085 * @types: Buffer for returning allocated list of allowed EAP methods
1086 * @num_types: Buffer for returning number of allocated EAP methods
1089 * This function is used to parse EAP method list and select allowed methods
1098 struct eap_method_type *methods = NULL, *_methods; local
1129 os_free(methods);
1134 _methods = os_realloc_array(methods, num_methods,
1135 sizeof(*methods));
1137 os_free(methods);
1141 methods
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server.c1281 * Note: Mechanism to allow EAP methods to wait while going
1303 * Note: Mechanism to allow EAP methods to wait while going
1595 * @nak_list: Nak list (allowed methods) from the supplicant
1612 wpa_hexdump(MSG_MSGDUMP, "EAP: configured methods",
1613 (u8 *) sm->user->methods,
1614 EAP_MAX_METHODS * sizeof(sm->user->methods[0]));
1615 wpa_hexdump(MSG_MSGDUMP, "EAP: list of methods supported by the peer",
1620 (sm->user->methods[i].vendor != EAP_VENDOR_IETF ||
1621 sm->user->methods[i].method != EAP_TYPE_NONE)) {
1622 if (sm->user->methods[
[all...]
H A Deap_server_pax.c380 (sm->user->methods[i].vendor != EAP_VENDOR_IETF ||
381 sm->user->methods[i].method != EAP_TYPE_NONE);
383 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF &&
384 sm->user->methods[i].method == EAP_TYPE_PAX)
389 sm->user->methods[i].vendor != EAP_VENDOR_IETF ||
390 sm->user->methods[i].method != EAP_TYPE_PAX) {
H A Deap_server_psk.c258 (sm->user->methods[i].vendor != EAP_VENDOR_IETF ||
259 sm->user->methods[i].method != EAP_TYPE_NONE);
261 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF &&
262 sm->user->methods[i].method == EAP_TYPE_PSK)
267 sm->user->methods[i].vendor != EAP_VENDOR_IETF ||
268 sm->user->methods[i].method != EAP_TYPE_PSK) {
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dtask.h109 /*% Task and task manager methods */
155 isc_taskmgrmethods_t *methods; member in struct:isc_taskmgr
169 isc_taskmethods_t *methods; member in struct:isc_task
H A Dapp.h103 * app module methods. Only app driver implementations use this structure.
134 isc_appmethods_t *methods; member in struct:isc_appctx
/freebsd-11-stable/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-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.h31 /* list of methods, properties and signals registered with object */
32 const struct wpa_dbus_method_desc *methods; member in struct:wpa_dbus_object_desc
H A Ddbus_new_introspect.c97 struct dl_list *list, const struct wpa_dbus_method_desc *methods)
102 for (dsc = methods; dsc && dsc->dbus_method; dsc++) {
141 * extract_interfaces - Extract interfaces from methods, signals and props
145 * Iterates over all methods, signals, and properties registered with an
153 extract_interfaces_methods(list, obj_dsc->methods);
250 * Iterates over all methods, signals and properties registered with
96 extract_interfaces_methods( struct dl_list *list, const struct wpa_dbus_method_desc *methods) argument
/freebsd-11-stable/sys/dev/usb/controller/
H A Dsaf1761_otg_boot.c55 .methods = saf1761_otg_methods,
H A Duhci.c643 sc->sc_bus.methods = &uhci_bus_methods;
1316 if (xfer->endpoint->methods == &uhci_device_isoc_methods) {
1847 const struct usb_pipe_methods *methods = xfer->endpoint->methods; local
1864 if (methods == &uhci_device_bulk_methods) {
1867 if (methods == &uhci_device_ctrl_methods) {
1874 if (methods == &uhci_device_intr_methods) {
1883 if (methods == &uhci_device_isoc_methods) {
2856 if (parm->methods == &uhci_device_ctrl_methods) {
2868 } else if (parm->methods
3083 const struct usb_pipe_methods *methods; local
3125 const struct usb_pipe_methods *methods; local
[all...]
H A Dehci.c338 sc->sc_bus.methods = &ehci_bus_methods;
1264 const struct usb_pipe_methods *methods = xfer->endpoint->methods; local
1271 if (methods == &ehci_device_isoc_fs_methods) {
1290 } else if (methods == &ehci_device_isoc_hs_methods) {
1755 const struct usb_pipe_methods *methods; local
1936 methods = xfer->endpoint->methods;
1949 if (methods != &ehci_device_intr_methods)
1959 if (methods
2175 const struct usb_pipe_methods *methods = xfer->endpoint->methods; local
3812 const struct usb_pipe_methods *methods; local
3846 const struct usb_pipe_methods *methods; local
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dauthsrv.c69 user->methods[i].vendor = eap_user->methods[i].vendor;
70 user->methods[i].method = eap_user->methods[i].method;
/freebsd-11-stable/sys/tools/
H A Dmakeobjops.awk230 if (methods[name]) {
235 methods[name] = name;
436 delete methods; # clear list of methods
/freebsd-11-stable/contrib/gcc/
H A Doptabs.c586 enum optab_methods methods)
596 return expand_binop (mode, binoptab, op0, op1, target, unsignedp, methods);
605 enum optab_methods methods)
608 target, unsignedp, methods);
680 int unsignedp, enum optab_methods methods)
684 into_target, unsignedp, methods))
696 outof_target, unsignedp, methods))
710 int unsignedp, enum optab_methods methods,
727 0, true, methods);
737 outof_input, const1_rtx, 0, unsignedp, methods);
580 simplify_expand_binop(enum machine_mode mode, optab binoptab, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods) argument
599 force_expand_binop(enum machine_mode mode, optab binoptab, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods) argument
674 expand_superword_shift(optab binoptab, rtx outof_input, rtx superword_op1, rtx outof_target, rtx into_target, int unsignedp, enum optab_methods methods) argument
703 expand_subword_shift(enum machine_mode op1_mode, optab binoptab, rtx outof_input, rtx into_input, rtx op1, rtx outof_target, rtx into_target, int unsignedp, enum optab_methods methods, unsigned HOST_WIDE_INT shift_mask) argument
784 expand_doubleword_shift_condmove(enum machine_mode op1_mode, optab binoptab, enum rtx_code cmp_code, rtx cmp1, rtx cmp2, rtx outof_input, rtx into_input, rtx subword_op1, rtx superword_op1, rtx outof_target, rtx into_target, int unsignedp, enum optab_methods methods, unsigned HOST_WIDE_INT shift_mask) argument
868 expand_doubleword_shift(enum machine_mode op1_mode, optab binoptab, rtx outof_input, rtx into_input, rtx op1, rtx outof_target, rtx into_target, int unsignedp, enum optab_methods methods, unsigned HOST_WIDE_INT shift_mask) argument
1044 expand_doubleword_mult(enum machine_mode mode, rtx op0, rtx op1, rtx target, bool umulp, enum optab_methods methods) argument
1153 expand_simple_binop(enum machine_mode mode, enum rtx_code code, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods) argument
1199 expand_binop(enum machine_mode mode, optab binoptab, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods) argument
1991 sign_expand_binop(enum machine_mode mode, optab uoptab, optab soptab, rtx op0, rtx op1, rtx target, int unsignedp, enum optab_methods methods) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb.c66 static struct hdb_method methods[] = { variable in typeref:struct:hdb_method
373 for (h = methods; h->prefix != NULL; ++h) {
399 for (h = methods; h->prefix != NULL; ++h) {
413 for (h = methods; h->prefix != NULL; ++h) {
414 if (h != methods)
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dac97.c58 kobj_t methods; member in struct:ac97_info
314 i[0] = AC97_READ(codec->methods, codec->devinfo, reg);
315 i[1] = AC97_READ(codec->methods, codec->devinfo, reg);
317 i[j-- & 1] = AC97_READ(codec->methods, codec->devinfo, reg);
326 return AC97_READ(codec->methods, codec->devinfo, reg);
332 AC97_WRITE(codec->methods, codec->devinfo, reg, val);
609 codec->count = AC97_INIT(codec->methods, codec->devinfo);
798 codec->count = AC97_INIT(codec->methods, codec->devinfo);
835 codec->methods = kobj_create(cls, M_AC97, M_WAITOK | M_ZERO);
855 if (codec->methods !
[all...]
H A Dfeeder.h71 .methods = feeder ## _methods, \
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_build.c190 u16 methods; local
201 methods = 0;
204 methods |= WPS_CONFIG_PUSHBUTTON;
206 methods |= WPS_CONFIG_P2PS;
209 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD;
211 methods |= p2p->cfg->config_methods &
215 methods |= WPS_CONFIG_PUSHBUTTON;
216 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD;
217 methods |= WPS_CONFIG_P2PS;
219 wpabuf_put_be16(buf, methods);
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_dev.h111 struct usb_fifo_methods *methods; member in struct:usb_fifo
H A Dusb_transfer.h210 const struct usb_pipe_methods *methods; member in struct:usb_setup_params
H A Dusb_transfer.c193 mtod = udev->bus->methods;
1164 if ((ep == NULL) || (ep->methods == NULL) ||
1217 parm->methods = xfer->endpoint->methods;
1224 (udev->bus->methods->xfer_setup) (parm);
1776 (xfer->endpoint->methods->open) (xfer);
1951 (ep->methods->enter) (xfer);
2056 (xfer->endpoint->methods->close) (xfer);
2066 (xfer->endpoint->methods->close) (xfer);
2712 (ep->methods
[all...]
/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template.c640 (ues->methods->get_hw_ep_profile) (ues->udev, &pf, n);
801 (ues->methods->get_hw_ep_profile)
897 const struct usb_bus_methods *methods; local
904 /* get bus methods */
905 methods = udev->bus->methods;
907 if (methods->get_hw_ep_profile == NULL)
918 (methods->get_hw_ep_profile) (udev, &pf, 0);
972 ues->methods = methods;
[all...]
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_registrar.c569 static void wps_set_pushbutton(u16 *methods, u16 conf_methods) argument
571 *methods |= WPS_CONFIG_PUSHBUTTON;
574 *methods |= WPS_CONFIG_VIRT_PUSHBUTTON;
577 *methods |= WPS_CONFIG_PHY_PUSHBUTTON;
578 if ((*methods & WPS_CONFIG_VIRT_PUSHBUTTON) !=
580 (*methods & WPS_CONFIG_PHY_PUSHBUTTON) !=
587 *methods |= WPS_CONFIG_PHY_PUSHBUTTON;
595 u16 methods; local
598 methods = reg->wps->config_methods;
599 methods
618 u16 methods; local
1270 u16 methods = 0; local
2530 wps_process_config_methods(struct wps_data *wps, const u8 *methods) argument
3570 u16 methods; local
[all...]
/freebsd-11-stable/lib/libusb/
H A Dlibusb20_int.h75 /* optional backend methods */ \
86 /* mandatory device methods */ \
94 /* USB dummy methods */
149 const struct libusb20_backend_methods *methods; member in struct:libusb20_backend
199 /* device methods */
200 const struct libusb20_device_methods *methods; member in struct:libusb20_device
202 /* backend methods */

Completed in 396 milliseconds

1234567891011