Searched refs:methods (Results 51 - 75 of 269) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dapp.c145 isc_appmethods_t methods; member in struct:__anon4860
277 isc_g_appctx.common.methods = &appmethods.methods;
887 ctx->common.methods = &appmethods.methods;
/freebsd-11-stable/contrib/gdb/gdb/
H A Djv-lang.c67 compiled java methods. */
318 temp = value_struct_elt (&temp, NULL, "methods", NULL, "structure");
343 struct value *methods; local
496 methods = NULL;
501 if (methods == NULL)
504 methods = value_struct_elt (&temp, NULL, "methods", NULL, "structure");
505 method = value_ind (methods);
523 * is worth it. Note that we do maintain the order of methods
887 temp = value_struct_elt (&temp, NULL, "methods",
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_device.c505 const struct usb_bus_methods *methods; local
508 methods = udev->bus->methods;
510 (methods->endpoint_init) (udev, edesc, ep);
524 if (ep->methods == NULL)
537 if (methods->clear_stall != NULL) {
539 (methods->clear_stall) (udev, ep);
1154 (udev->bus->methods->xfer_stall) (xfer);
1158 (udev->bus->methods->set_stall) (udev, ep, &do_stall);
1164 (udev->bus->methods
[all...]
H A Dusb_hub.c210 .methods = uhub_methods,
2136 if (xfer->endpoint->methods != isoc_xfer->endpoint->methods)
2472 if (udev->bus->methods->set_hw_power != NULL) {
2473 (udev->bus->methods->set_hw_power) (udev->bus);
2614 if (bus->methods->set_hw_power != NULL) {
2616 (bus->methods->set_hw_power) (bus);
2731 if (bus->methods->device_resume != NULL) {
2733 (bus->methods->device_resume) (udev);
2754 if (bus->methods
[all...]
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dchannel.c1136 r = CHANNEL_RESET(c->methods, c->devinfo);
1150 r = CHANNEL_RESETDONE(c->methods, c->devinfo);
1196 * from driver methods that don't know about locking
1223 c->devinfo = CHANNEL_INIT(c->methods, devinfo, b, c, direction);
1258 if (CHANNEL_FREE(c->methods, c->devinfo))
1288 if (CHANNEL_FREE(c->methods, c->devinfo))
1484 m = CHANNEL_GETMATRIX(c->methods, c->devinfo, format);
1807 CHANNEL_SETFRAGMENTS(c->methods, c->devinfo,
1809 sndbuf_setblksz(b, CHANNEL_SETBLOCKSIZE(c->methods,
1932 sndbuf_setspd(c->bufhard, CHANNEL_SETSPEED(c->methods,
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_peap.c900 next_type = sm->user->methods[0].method;
903 sm->user->methods[0].vendor, next_type);
904 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type);
946 (sm->user->methods[sm->user_eap_method_index].vendor !=
948 sm->user->methods[sm->user_eap_method_index].method !=
950 next_vendor = sm->user->methods[
952 next_type = sm->user->methods[
1035 next_vendor = sm->user->methods[0].vendor;
1036 next_type = sm->user->methods[0].method;
H A Deap.h29 } methods[EAP_MAX_METHODS]; member in struct:eap_user
/freebsd-11-stable/sys/kern/
H A Dkern_osd.c94 osd_register(u_int type, osd_destructor_t destructor, osd_method_t *methods) argument
144 = methods != NULL ? methods[m] : NULL;
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_attr_build.c117 int wps_build_config_methods(struct wpabuf *msg, u16 methods) argument
119 wpa_printf(MSG_DEBUG, "WPS: * Config Methods (%x)", methods);
122 wpabuf_put_be16(msg, methods);
/freebsd-11-stable/sys/powerpc/ps3/
H A Dehci_ps3.c177 .methods = ehci_ps3_methods,
H A Dohci_ps3.c164 .methods = ohci_ps3_methods,
/freebsd-11-stable/sys/dev/usb/net/
H A Druephy.c71 .methods = ruephy_methods,
/freebsd-11-stable/sys/dev/utopia/
H A Dutopia.h135 const struct utopia_methods *methods; member in struct:utopia
/freebsd-11-stable/sys/dev/usb/controller/
H A Duss820dci_atmelarm.c81 .methods = uss820dci_methods,
H A Duss820dci.c1393 sc->sc_bus.methods = &uss820dci_bus_methods;
2293 if (parm->methods == &uss820dci_device_ctrl_methods) {
2297 } else if (parm->methods == &uss820dci_device_bulk_methods) {
2301 } else if (parm->methods == &uss820dci_device_intr_methods) {
2305 } else if (parm->methods == &uss820dci_device_isoc_fs_methods) {
2358 (parm->methods != &uss820dci_device_ctrl_methods)) {
2396 ep->methods = &uss820dci_device_ctrl_methods;
2399 ep->methods = &uss820dci_device_intr_methods;
2402 ep->methods = &uss820dci_device_isoc_fs_methods;
2405 ep->methods
[all...]
H A Dat91dci.c1436 sc->sc_bus.methods = &at91dci_bus_methods;
2226 if (parm->methods == &at91dci_device_ctrl_methods) {
2231 } else if (parm->methods == &at91dci_device_bulk_methods) {
2235 } else if (parm->methods == &at91dci_device_intr_methods) {
2239 } else if (parm->methods == &at91dci_device_isoc_fs_methods) {
2330 ep->methods = &at91dci_device_ctrl_methods;
2333 ep->methods = &at91dci_device_intr_methods;
2336 ep->methods = &at91dci_device_isoc_fs_methods;
2339 ep->methods = &at91dci_device_bulk_methods;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.c1468 struct eap_method_type *methods = NULL, *tmp; local
1486 tmp = methods;
1487 methods = os_realloc_array(methods, num_methods + 1,
1488 sizeof(*methods));
1489 if (methods == NULL) {
1494 methods[num_methods].method = eap_peer_get_type(
1495 start, &methods[num_methods].vendor);
1496 if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
1497 methods[num_method
[all...]
/freebsd-11-stable/sys/dev/imcsmb/
H A Dimcsmb_pci.c149 /* Device methods. */
324 /* Device methods */
336 .methods = imcsmb_pci_methods,
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dmem.h208 /*% memory and memory pool methods */
256 isc_memmethods_t *methods; member in struct:isc_mem
270 isc_mempoolmethods_t *methods; member in struct:isc_mempool
H A Dsocket.h263 /*% Socket and socket manager methods */
321 isc_socketmgrmethods_t *methods; member in struct:isc_socketmgr
337 isc_socketmethods_t *methods; member in struct:isc_socket
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c169 /* NULL terminated array of methods. */
170 debug_method *methods; member in struct:debug_class_type
1307 methods, the type of the object holding the virtual function table
1314 debug_method *methods, debug_type vptrbase,
1332 c->methods = methods;
2688 methods for an anonymous class. */
2756 if (type->u.kclass->methods != NULL)
2758 for (i = 0; type->u.kclass->methods[i] != NULL; i++)
2763 m = type->u.kclass->methods[
1310 debug_make_object_type(void *handle, bfd_boolean structp, bfd_vma size, debug_field *fields, debug_baseclass *baseclasses, debug_method *methods, debug_type vptrbase, bfd_boolean ownvptr) argument
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_mib.c228 * Jail OSD methods for Linux prison data.
428 osd_method_t methods[PR_MAXMETHOD] = { local
436 osd_jail_register(linux_prison_destructor, methods);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap.c478 * IMSI for eap_proxy based methods.
1285 * all methods to either use methodState MAY_CONT or leaving
1368 struct eap_sm *sm, int id, const struct eap_method *methods,
1386 for (m = methods; m; m = m->next) {
1402 wpa_printf(MSG_DEBUG, "EAP: no more allowed methods");
1420 const struct eap_method *methods, *m; local
1425 methods = eap_peer_get_methods(&count);
1426 if (methods == NULL)
1429 return eap_sm_build_expanded_nak(sm, id, methods, count);
1439 for (m = methods;
1367 eap_sm_build_expanded_nak( struct eap_sm *sm, int id, const struct eap_method *methods, size_t count) argument
2649 const struct eap_method *methods, *m; local
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dtimer.c156 isc_timermethods_t methods; member in struct:isc__timermethods
178 isc_timermgrmethods_t methods; member in struct:isc__timermgrmethods
483 timer->common.methods = (isc_timermethods_t *)&timermethods;
895 manager->common.methods = (isc_timermgrmethods_t *)&timermgrmethods;
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_init.c44 m = dbg->dbg_iface->methods;

Completed in 426 milliseconds

1234567891011