Searched defs:methods (Results 26 - 50 of 76) sorted by path

1234

/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb.c66 static struct hdb_method methods[] = { variable in typeref:struct:hdb_method
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h398 const struct device_method *methods; member in struct:driver
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c4555 static device_method_t methods[] = variable
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dac97.c58 kobj_t methods; member in struct:ac97_info
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci.c1264 const struct usb_pipe_methods *methods = xfer->endpoint->methods; local
1755 const struct usb_pipe_methods *methods; local
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...]
H A Dohci.c1395 const struct usb_pipe_methods *methods; local
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...]
H A Duhci.c1847 const struct usb_pipe_methods *methods = xfer->endpoint->methods; local
3083 const struct usb_pipe_methods *methods; local
3125 const struct usb_pipe_methods *methods; local
[all...]
/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template.c897 const struct usb_bus_methods *methods; local
[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
/freebsd-11-stable/sys/dev/utopia/
H A Dutopia.h135 const struct utopia_methods *methods; member in struct:utopia
/freebsd-11-stable/sys/kern/
H A Dkern_osd.c94 osd_register(u_int type, osd_destructor_t destructor, osd_method_t *methods) argument
H A Dsubr_kobj.c174 kobj_method_t *methods = cls->methods; local
H A Dsysv_msg.c211 osd_method_t methods[PR_MAXMETHOD] = { local
/freebsd-11-stable/sys/netipsec/
H A Dipsec_support.h78 const struct tcpmd5_methods * const methods; member in struct:tcpmd5_support
92 const struct tcpmd5_methods * volatile methods; member in struct:tcpmd5_support
118 const struct ipsec_methods * const methods; member in struct:ipsec_support
146 const struct ipsec_methods * volatile methods; member in struct:ipsec_support
[all...]
H A Dsubr_ipsec.c235 tcpmd5_support_enable(const struct tcpmd5_methods * const methods) argument
335 ipsec_support_enable(struct ipsec_support * const sc, const struct ipsec_methods * const methods) argument
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstabs.c2014 debug_method *methods; local
2501 debug_method *methods; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h629 method_range methods() const { function in class:clang::CXXRecordDecl
H A DDeclObjC.h1051 method_range methods() const { function in class:clang::ObjCContainerDecl
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp3917 emitMethodList(Twine name, MethodListType MLT, ArrayRef<const ObjCMethodDecl *> methods) argument
6376 SmallVector<const ObjCMethodDecl*, 16> methods; local
6796 emitMethodList(Twine name, MethodListType kind, ArrayRef<const ObjCMethodDecl *> methods) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp952 llvm::SmallVector<NamedDecl *, 1> methods; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp4391 const char *r, *methods, *name, *SymbolName; local
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Dosu_client.c2000 unsigned int methods; member in struct:osu_data
2155 osu_connect(struct hs20_osu_client *ctx, const char *bssid, const char *ssid, const char *ssid2, const char *url, unsigned int methods, int no_prod_assoc, const char *osu_nai, const char *osu_nai2) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h166 } methods[EAP_MAX_METHODS]; member in struct:hostapd_eap_user
H A Deap_user_db.c23 static void set_user_methods(struct hostapd_eap_user *user, const char *methods) argument
106 int i, id = -1, methods local
[all...]

Completed in 554 milliseconds

1234