Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement.cpp493 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 DHTTPServer.cpp126 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 Devtchn_dev.c397 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 Delf.c129 int bind; in wantsym() local
/freebsd/sys/rpc/
H A Dsvc_generic.c83 struct t_bind bind; in svc_tp_create() local
/freebsd/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c80 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 Drefclock_parse.c250 typedef struct bind struct
252 const char *bd_description; /* name of type of binding */ argument
263 } bind_t; argument
/freebsd/contrib/libexecinfo/
H A Dsymtab.c85 symtab_create(int fd, int bind, int type) in symtab_create()
/freebsd/sys/contrib/xen/io/
H A Dpvcalls.h91 } bind; member
131 } bind; member
/freebsd/contrib/ntp/include/
H A Dntp_machine.h245 # define bind __ntp_mpe_bind macro
/freebsd/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h72 #define bind(s,myaddr,addrlen) swrap_bind(s,myaddr,addrlen) macro
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_spromvar.h104 bhnd_sprom_opcode_bind bind; /**< current bind state */ member
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp680 uint8_t bind = binding; in resolve() local
/freebsd/contrib/tnftp/
H A Dtnftp.h474 #define bind Rbind macro
/freebsd/contrib/libedit/
H A Dtty.c66 el_action_t bind[3]; /* emacs, vi, and vi-cmd */ member
/freebsd/contrib/ofed/librdmacm/
H A Dpreload.c62 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 Dsocket.h280 isc_result_t (*bind)(isc_socket_t *sock, isc_sockaddr_t *sockaddr, member
/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo_driver.h54 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem); member
/freebsd/lib/libc/include/
H A Dnamespace.h56 #define bind _bind macro
/freebsd/sys/sys/
H A Delf32.h211 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
H A Delf64.h218 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
/freebsd/sys/dev/agp/
H A Dagp.c790 agp_bind_user(device_t dev, agp_bind *bind) in agp_bind_user()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1583 u_int bind; in process_obj() local
/freebsd/sys/dev/firewire/
H A Dfirewire.c1905 struct fw_bind *bind; in fw_rcv() local
/freebsd/tests/sys/kern/
H A Dunix_seqpacket_test.c452 ATF_TC_BODY(bind, tc) in ATF_TC_BODY() argument

12