Home
last modified time | relevance | path

Searched full:binds (Results 1 – 25 of 153) sorted by relevance

1234567

/freebsd/contrib/kyua/store/
H A Ddbtypes.cpp43 /// Binds a boolean value to a statement parameter.
55 /// Binds a time delta to a statement parameter.
68 /// Binds a string to a statement parameter.
70 /// If the string is not empty, this binds the string itself. Otherwise, it
71 /// binds a NULL value.
87 /// Binds a test result type to a statement parameter.
123 /// Binds a timestamp to a statement parameter.
/freebsd/contrib/bmake/unit-tests/
H A Dcond-op-not.mk16 # The ! binds more tightly than the &&.
21 # The operator '==' binds more tightly than '!'.
/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement.cpp485 /// Binds a blob to a prepared statement.
501 /// Binds a double value to a prepared statement.
515 /// Binds an integer value to a prepared statement.
529 /// Binds a 64-bit integer value to a prepared statement.
543 /// Binds a NULL value to a prepared statement.
556 /// Binds a text string to a prepared statement.
H A Dstatement.ipp35 /// Binds a value to a parameter of a prepared statement.
/freebsd/sys/net/
H A Dnetmap_legacy.h78 * 0 (default) binds all physical rings
79 * NETMAP_HW_RING | ring number binds a single ring pair
80 * NETMAP_SW_RING binds only the host tx/rx rings
/freebsd/sys/dev/firewire/
H A Dfwdev.c90 STAILQ_HEAD(, fw_bind) binds;
191 STAILQ_INIT(&d->binds); in fw_open()
213 for (fwb = STAILQ_FIRST(&d->binds); fwb != NULL; in fw_close()
214 fwb = STAILQ_FIRST(&d->binds)) { in fw_close()
216 STAILQ_REMOVE_HEAD(&d->binds, chlist); in fw_close()
727 STAILQ_REMOVE(&d->binds, fwb, fw_bind, chlist); in fw_ioctl()
752 STAILQ_INSERT_TAIL(&d->binds, fwb, chlist); in fw_ioctl()
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_insn.h150 /* Check if the instruction @insn/@iext binds to a PIP packet.
157 /* Check if the instruction @insn/@iext binds to a VMCS packet.
H A Dpt_event_queue.h37 /* Events are grouped by the packet the event binds to. */
/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd.manadmin.in223 binds to all local IPv4 and IPv6 addresses.
230 binds to port 2002.
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_sa_mad_ctrl.h267 * Binds the SA MAD Controller object to a port guid.
297 * Un-Binds the SA MAD Controller object from the IB port
/freebsd/tools/tools/net80211/wesside/
H A DREADME19 * Binds to a tap interface to allow TX. RX works if a dictionary is being built
/freebsd/lib/libc/rpc/
H A Dgetnetpath.374 .Dq binds
/freebsd/tools/tools/net80211/w00t/
H A DREADME49 Sniff a packet on a WEP network and obtain a keystream. It binds
/freebsd/usr.sbin/btxld/
H A Dbtxld.846 utility binds the specified client executable together with a BTX
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp274 uint64_t StartOfBindingInfo = updateOffset(O.Binds.Opcodes.size()); in layoutTail()
400 O.Binds.Opcodes.empty() ? 0 : StartOfBindingInfo; in layoutTail()
401 MLC.dyld_info_command_data.bind_size = O.Binds.Opcodes.size(); in layoutTail()
H A DMachOWriter.cpp64 assert((DyLdInfoCommand.bind_size == O.Binds.Opcodes.size()) && in totalSize()
336 assert((DyLdInfoCommand.bind_size == O.Binds.Opcodes.size()) && in writeBindInfo()
338 memcpy(Out, O.Binds.Opcodes.data(), O.Binds.Opcodes.size()); in writeBindInfo()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_sock2.c149 * Binds to the address using the given socket and options.
202 * Binds to the address using the given socket and options, then
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDynamicCheckerFunctions.h41 /// Install the utility functions into a process. This binds the instance
/freebsd/share/doc/psd/20.ipctut/
H A Dudgramread.c45 * This program creates a UNIX domain datagram socket, binds a name to it,
H A Ddgramread.c42 * This program creates a datagram socket, binds a name to it, then reads
H A Dustreamread.c36 * This program creates a socket in the UNIX domain and binds a name to it.
/freebsd/lib/libc/net/
H A Dsctp_bindx.345 call binds or unbinds a address or a list of addresses to an
/freebsd/sys/tools/syscalls/tools/
H A Dgenerator.lua101 -- generator binds to the parameter file.
/freebsd/crypto/openssl/doc/man3/
H A DBIO_connect.pod25 BIO_bind() binds the source address and service to a socket and
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_query_decoder.c1669 /* FUP indicates an async branch event; it binds to TIP. in pt_qry_decode_fup()
2084 /* A MODE.EXEC packet binds to TIP, i.e. in skd010_scan_for_ovf_resume()
2118 /* If we find the FUP this packet binds to, we in skd010_scan_for_ovf_resume()
2225 * FUP it binds to. This is getting complicated. in skd010_scan_for_ovf_resume()
2235 * FUP it binds to. This is getting complicated. in skd010_scan_for_ovf_resume()
2889 /* Overflow binds to either FUP or TIP.PGE. in pt_qry_decode_ovf()
2891 * If the overflow can be resolved while PacketEn=1 it binds to FUP. We in pt_qry_decode_ovf()
2895 * binds to TIP.PGE. There can be packets between OVF and TIP.PGE that in pt_qry_decode_ovf()
2962 /* MODE.EXEC binds to TIP. */ in pt_qry_decode_mode_exec()
2994 /* MODE.TSX binds to FUP. */ in pt_qry_decode_mode_tsx()

1234567