/freebsd/contrib/kyua/store/ |
H A D | dbtypes.cpp | 43 /// 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 D | cond-op-not.mk | 16 # The ! binds more tightly than the &&. 21 # The operator '==' binds more tightly than '!'.
|
/freebsd/contrib/kyua/utils/sqlite/ |
H A D | statement.cpp | 485 /// 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 D | statement.ipp | 35 /// Binds a value to a parameter of a prepared statement.
|
/freebsd/sys/net/ |
H A D | netmap_legacy.h | 78 * 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 D | fwdev.c | 90 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 D | pt_insn.h | 150 /* 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 D | pt_event_queue.h | 37 /* Events are grouped by the packet the event binds to. */
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | rpcapd.manadmin.in | 223 binds to all local IPv4 and IPv6 addresses. 230 binds to port 2002.
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_sa_mad_ctrl.h | 267 * 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 D | README | 19 * Binds to a tap interface to allow TX. RX works if a dictionary is being built
|
/freebsd/lib/libc/rpc/ |
H A D | getnetpath.3 | 74 .Dq binds
|
/freebsd/tools/tools/net80211/w00t/ |
H A D | README | 49 Sniff a packet on a WEP network and obtain a keystream. It binds
|
/freebsd/usr.sbin/btxld/ |
H A D | btxld.8 | 46 utility binds the specified client executable together with a BTX
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOLayoutBuilder.cpp | 274 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 D | MachOWriter.cpp | 64 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 D | bio_sock2.c | 149 * 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 D | DynamicCheckerFunctions.h | 41 /// Install the utility functions into a process. This binds the instance
|
/freebsd/share/doc/psd/20.ipctut/ |
H A D | udgramread.c | 45 * This program creates a UNIX domain datagram socket, binds a name to it,
|
H A D | dgramread.c | 42 * This program creates a datagram socket, binds a name to it, then reads
|
H A D | ustreamread.c | 36 * This program creates a socket in the UNIX domain and binds a name to it.
|
/freebsd/lib/libc/net/ |
H A D | sctp_bindx.3 | 45 call binds or unbinds a address or a list of addresses to an
|
/freebsd/sys/tools/syscalls/tools/ |
H A D | generator.lua | 101 -- generator binds to the parameter file.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_connect.pod | 25 BIO_bind() binds the source address and service to a socket and
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_query_decoder.c | 1669 /* 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()
|