/freebsd/contrib/kyua/utils/sqlite/ |
H A D | statement.cpp | 493 sqlite::statement::bind(const int index, const blob& b) in bind() function in sqlite::statement 508 sqlite::statement::bind(const int index, const double value) in bind() function in sqlite::statement 522 sqlite::statement::bind(const int index, const int value) in bind() function in sqlite::statement 536 sqlite::statement::bind(const int index, const int64_t value) in bind() function in sqlite::statement 549 sqlite::statement::bind(const int index, const null& /* null */) in bind() function in sqlite::statement 567 sqlite::statement::bind(const int index, const std::string& text) in bind() function in sqlite::statement
|
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | HTTPServer.cpp | 126 Error HTTPServer::bind(unsigned ListenPort, const char *HostInterface) { in bind() function in HTTPServer 134 Expected<unsigned> HTTPServer::bind(const char *HostInterface) { in bind() function in HTTPServer 182 Error HTTPServer::bind(unsigned ListenPort, const char *HostInterface) { in bind() function in HTTPServer 186 Expected<unsigned> HTTPServer::bind(const char *HostInterface) { in bind() function in HTTPServer
|
/freebsd/sys/dev/xen/evtchn/ |
H A D | evtchn_dev.c | 397 struct ioctl_evtchn_bind_virq *bind; in evtchn_ioctl() local 418 struct ioctl_evtchn_bind_interdomain *bind; in evtchn_ioctl() local 440 struct ioctl_evtchn_bind_unbound_port *bind; in evtchn_ioctl() local
|
/freebsd/usr.bin/gprof/ |
H A D | elf.c | 129 int bind; in wantsym() local
|
/freebsd/sys/rpc/ |
H A D | svc_generic.c | 83 struct t_bind bind; in svc_tp_create() local
|
/freebsd/usr.sbin/rpcbind/tests/ |
H A D | addrmerge_test.c | 80 const char* bcast, unsigned int flags, bool bind) in mock_ifaddr4() 127 const char* bcast, unsigned int flags, uint32_t scope_id, bool bind) in mock_ifaddr6() 217 mock_igb1(bool bind) in mock_igb1()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_parse.c | 250 typedef struct bind struct 252 const char *bd_description; /* name of type of binding */ argument 263 } bind_t; argument
|
/freebsd/contrib/libexecinfo/ |
H A D | symtab.c | 85 symtab_create(int fd, int bind, int type) in symtab_create()
|
/freebsd/sys/contrib/xen/io/ |
H A D | pvcalls.h | 91 } bind; member 131 } bind; member
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_machine.h | 245 # define bind __ntp_mpe_bind macro
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | socket_wrapper.h | 72 #define bind(s,myaddr,addrlen) swrap_bind(s,myaddr,addrlen) macro
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data_spromvar.h | 104 bhnd_sprom_opcode_bind bind; /**< current bind state */ member
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Symbols.cpp | 680 uint8_t bind = binding; in resolve() local
|
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 474 #define bind Rbind macro
|
/freebsd/contrib/libedit/ |
H A D | tty.c | 66 el_action_t bind[3]; /* emacs, vi, and vi-cmd */ member
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | preload.c | 62 int (*bind)(int socket, const struct sockaddr *addr, socklen_t addrlen); member 566 int bind(int socket, const struct sockaddr *addr, socklen_t addrlen) in bind() function
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | socket.h | 280 isc_result_t (*bind)(isc_socket_t *sock, isc_sockaddr_t *sockaddr, member
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_bo_driver.h | 54 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem); member
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 56 #define bind _bind macro
|
/freebsd/sys/sys/ |
H A D | elf32.h | 211 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
|
H A D | elf64.h | 218 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
|
/freebsd/sys/dev/agp/ |
H A D | agp.c | 790 agp_bind_user(device_t dev, agp_bind *bind) in agp_bind_user()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 1583 u_int bind; in process_obj() local
|
/freebsd/sys/dev/firewire/ |
H A D | firewire.c | 1905 struct fw_bind *bind; in fw_rcv() local
|
/freebsd/tests/sys/kern/ |
H A D | unix_seqpacket_test.c | 452 ATF_TC_BODY(bind, tc) in ATF_TC_BODY() argument
|