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

1234567891011

/freebsd-11-stable/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-11-stable/contrib/ntp/lib/isc/
H A Dmem_api.c95 source->methods->attach(source, targetp);
104 (*mctxp)->methods->detach(mctxp);
113 (*mctxp)->methods->destroy(mctxp);
122 return (mctx->methods->memget(mctx, size FLARG_PASS));
129 mctx->methods->memput(mctx, ptr, size FLARG_PASS);
136 (*mctxp)->methods->memputanddetach(mctxp, ptr, size FLARG_PASS);
148 return (mctx->methods->memallocate(mctx, size FLARG_PASS));
155 return (mctx->methods->memreallocate(mctx, ptr, size FLARG_PASS));
162 return (mctx->methods->memstrdup(mctx, s FLARG_PASS));
169 mctx->methods
[all...]
H A Dapp_api.c74 (*ctxp)->methods->ctxdestroy(ctxp);
83 return (ctx->methods->ctxstart(ctx));
90 return (ctx->methods->ctxrun(ctx));
97 return (ctx->methods->ctxsuspend(ctx));
104 return (ctx->methods->ctxshutdown(ctx));
111 ctx->methods->ctxfinish(ctx);
119 ctx->methods->settaskmgr(ctx, taskmgr);
127 ctx->methods->setsocketmgr(ctx, socketmgr);
135 ctx->methods->settimermgr(ctx, timermgr);
H A Dtask_api.c97 (*managerp)->methods->destroy(managerp);
106 manager->methods->setmode(manager, mode);
113 return (manager->methods->mode(manager));
123 return (manager->methods->taskcreate(manager, quantum, taskp));
131 source->methods->attach(source, targetp);
140 (*taskp)->methods->detach(taskp);
150 task->methods->send(task, eventp);
160 (*taskp)->methods->sendanddetach(taskp, eventp);
171 return (task->methods->unsend(task, sender, type, tag, events));
179 return (task->methods
[all...]
H A Dsocket_api.c90 (*managerp)->methods->destroy(managerp);
101 return (manager->methods->socketcreate(manager, pf, type, socketp));
109 sock->methods->attach(sock, socketp);
118 (*socketp)->methods->detach(socketp);
129 return (sock->methods->bind(sock, sockaddr, options));
139 return (sock->methods->sendto(sock, region, task, action, arg, address,
149 return (sock->methods->connect(sock, addr, task, action, arg));
158 return (sock->methods->recv(sock, region, minimum, task, action, arg));
165 sock->methods->cancel(sock, task, how);
172 return (sock->methods
[all...]
H A Dtimer_api.c92 (*managerp)->methods->destroy(managerp);
105 return (manager->methods->timercreate(manager, type, expires,
115 timer->methods->attach(timer, timerp);
124 (*timerp)->methods->detach(timerp);
136 return (timer->methods->reset(timer, type, expires, interval, purge));
143 return (timer->methods->touch(timer));
/freebsd-11-stable/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-11-stable/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, classvar, methods, size, \
156 #name, methods, size, name ## _baseclasses \
165 #define DEFINE_CLASS_3(name, classvar, methods, siz
[all...]
H A Dosd.h58 osd_method_t *methods);
91 #define osd_jail_register(destructor, methods) \
92 osd_register(OSD_JAIL, (destructor), (methods))
/freebsd-11-stable/sys/netipsec/
H A Dipsec_support.h78 const struct tcpmd5_methods * const methods; member in struct:tcpmd5_support
83 (*tcp_ipsec_support->methods->input)(m, __VA_ARGS__)
85 (*tcp_ipsec_support->methods->output)(m, __VA_ARGS__)
87 (*tcp_ipsec_support->methods->pcbctl)(inp, sopt)
92 const struct tcpmd5_methods * volatile methods; member in struct:tcpmd5_support
118 const struct ipsec_methods * const methods; member in struct:ipsec_support
124 (*(proto ## _ipsec_support)->methods->input)(m, __VA_ARGS__)
126 (*(proto ## _ipsec_support)->methods->check_policy)(m, __VA_ARGS__)
128 (*(proto ## _ipsec_support)->methods->forward)(m)
130 (*(proto ## _ipsec_support)->methods
146 const struct ipsec_methods * volatile methods; member in struct:ipsec_support
[all...]
H A Dsubr_ipsec.c181 ret = (*sc->methods->method)(args); \
215 .methods = NULL
235 tcpmd5_support_enable(const struct tcpmd5_methods * const methods) argument
239 tcp_ipsec_support->methods = methods;
249 tcp_ipsec_support->methods = NULL;
261 .methods = NULL
279 .methods = NULL
336 const struct ipsec_methods * const methods)
340 sc->methods
335 ipsec_support_enable(struct ipsec_support * const sc, const struct ipsec_methods * const methods) argument
[all...]
H A Dipsec_mod.c73 .methods = &ipv4_methods
92 .methods = &ipv6_methods
/freebsd-11-stable/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]) {
106 int i, id = -1, methods local
[all...]
/freebsd-11-stable/lib/libusb/
H A Dlibusb20.c133 error = xfer->pdev->methods->tr_close(xfer);
210 error = xfer->pdev->methods->tr_open(xfer, MaxBufSize,
213 error = xfer->pdev->methods->tr_open(xfer, MaxBufSize,
323 xfer->pdev->methods->tr_cancel_async(xfer);
346 xfer->pdev->methods->tr_clear_stall_sync(xfer);
550 xfer->pdev->methods->tr_submit(xfer);
605 pdev->methods = &libusb20_dummy_methods;
629 error = pdev->methods->detach_kernel_driver(pdev, ifaceIndex);
650 error = pdev->methods->kernel_driver_active(pdev, ifaceIndex);
709 error = pdev->methods
1253 libusb20_be_alloc(const struct libusb20_backend_methods *methods) argument
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c405 * wpas_dbus_getter_config_methods - Get current WPS configuration methods
427 * wpas_dbus_setter_config_methods - Set WPS configuration methods
433 * Setter for "ConfigMethods" property. Sets the methods string, apply such
441 char *methods, *new_methods; local
444 &methods))
447 new_methods = os_strdup(methods);
495 char *methods, *devname; local
498 &methods))
501 if (os_strlen(methods) > WPS_DEV_NAME_MAX_LEN)
504 devname = os_strdup(methods);
551 char *methods, *manufacturer; local
607 char *methods, *model_name; local
662 char *methods, *model_number; local
719 char *methods, *serial_number; local
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dauth2.c67 /* methods */
268 packet_disconnect("no authentication methods enabled");
326 char *methods; local
402 methods = authmethods_get(authctxt);
403 debug3("%s: failure partial=%d next methods=\"%s\"", __func__,
404 partial, methods);
406 packet_put_cstring(methods);
410 free(methods);
416 * methods list. Returns 1 if allowed, or no methods list
493 char *methods, *omethods, *method, *p; local
571 list_starts_with(const char *methods, const char *method, const char *submethod) argument
603 remove_method(char **methods, const char *method, const char *submethod) argument
[all...]
/freebsd-11-stable/stand/usb/storage/
H A Dumass_common.c55 .methods = umass_methods,
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_common.c530 u16 methods = 0; local
533 /* Default to enabling methods based on build configuration */
534 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD;
535 methods |= WPS_CONFIG_VIRT_DISPLAY;
537 methods |= WPS_CONFIG_NFC_INTERFACE;
540 methods |= WPS_CONFIG_P2PS;
544 methods |= WPS_CONFIG_ETHERNET;
546 methods |= WPS_CONFIG_LABEL;
548 methods |= WPS_CONFIG_DISPLAY;
550 methods |
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dtimer.h106 /*% Timer and timer manager methods */
140 isc_timermgrmethods_t *methods; member in struct:isc_timermgr
154 isc_timermethods_t *methods; member in struct:isc_timer
/freebsd-11-stable/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++) {
238 * For now we don't do anything to unregister any methods
/freebsd-11-stable/sys/arm/include/
H A Dplatformvar.h113 .methods = fdt_platform_methods, \
/freebsd-11-stable/sys/dev/usb/
H A Dusb_bus.h105 const struct usb_bus_methods *methods; /* filled by HC driver */ member in struct:usb_bus
H A Dusb_dev.c522 f->methods = &usb_ugen_methods;
548 f->methods = &usb_ugen_methods;
713 err = (f->methods->f_open) (f, fflags);
830 (f->methods->f_start_write) (f);
848 (f->methods->f_stop_write) (f);
853 (f->methods->f_stop_read) (f);
863 (f->methods->f_close) (f, fflags);
973 /* check the UGEN methods */
1097 err = (f->methods->f_ioctl) (f, cmd, addr, fflags);
1109 err = (f->methods
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Dusb_controller.c121 .methods = usb_methods,
499 if (bus->methods->set_hw_power != NULL)
500 (bus->methods->set_hw_power) (bus);
502 if (bus->methods->set_hw_power_sleep != NULL)
503 (bus->methods->set_hw_power_sleep) (bus, USB_HW_POWER_SUSPEND);
550 if (bus->methods->set_hw_power_sleep != NULL)
551 (bus->methods->set_hw_power_sleep) (bus, USB_HW_POWER_RESUME);
553 if (bus->methods->set_hw_power != NULL)
554 (bus->methods->set_hw_power) (bus);
630 if (bus->methods
[all...]
H A Dohci.c407 sc->sc_bus.methods = &ohci_bus_methods;
1009 } else if (xfer->endpoint->methods == &ohci_device_bulk_methods) {
1013 } else if (xfer->endpoint->methods == &ohci_device_ctrl_methods) {
1045 if (xfer->endpoint->methods == &ohci_device_isoc_methods) {
1395 const struct usb_pipe_methods *methods; local
1422 methods = xfer->endpoint->methods;
1580 if (methods == &ohci_device_bulk_methods) {
1585 if (methods == &ohci_device_ctrl_methods) {
1634 const struct usb_pipe_methods *methods local
2600 const struct usb_pipe_methods *methods; local
2638 const struct usb_pipe_methods *methods; local
[all...]

Completed in 244 milliseconds

1234567891011