Home
last modified time | relevance | path

Searched refs:binds (Results 1 – 25 of 84) sorted by relevance

1234

/netbsd-src/sys/dev/ieee1394/
H A Dfwdev.c105 STAILQ_HEAD(, fw_bind) binds;
147 STAILQ_INIT(&d->binds); in fw_open()
175 for (fwb = STAILQ_FIRST(&d->binds); fwb != NULL; in fw_close()
176 fwb = STAILQ_FIRST(&d->binds)) { in fw_close()
178 STAILQ_REMOVE_HEAD(&d->binds, chlist); in fw_close()
586 STAILQ_REMOVE(&d->binds, fwb, fw_bind, chlist); in fw_ioctl()
616 STAILQ_INSERT_TAIL(&d->binds, fwb, chlist); in fw_ioctl()
H A Dfirewire.c616 STAILQ_INIT(&fc->binds); in fw_init()
703 STAILQ_FOREACH(tfw, &fc->binds, fclist) in fw_bindlookup()
727 STAILQ_FOREACH(tfw, &fc->binds, fclist) { in fw_bindadd()
733 STAILQ_INSERT_HEAD(&fc->binds, fwb, fclist); in fw_bindadd()
735 STAILQ_INSERT_AFTER(&fc->binds, prev, fwb, fclist); in fw_bindadd()
756 STAILQ_FOREACH(tfw, &fc->binds, fclist) in fw_bindremove()
758 STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist); in fw_bindremove()
H A Dfirewirereg.h138 STAILQ_HEAD(, fw_bind) binds;
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DBIO_connect.pod25 BIO_bind() binds the source address and service to a socket and
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBIO_connect.pod25 BIO_bind() binds the source address and service to a socket and
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl02.rst450 // If this is a binop that binds at least as tightly as the current binop,
486 // If BinOp binds less tightly with RHS than the operator after RHS, let
525 // If BinOp binds less tightly with RHS than the operator after RHS, let
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dbackends.sdf41 in some modified form. For this purpose, the proxy binds to the remote server
332 {{"Allow binds as any DN in this backend's suffix, with any password. The default is "off"."}}
H A Dsecurity.sdf158 binds to use encryption of DES equivalent or better.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c7711 for (tree binds = TREE_VALUE (attr); binds; binds = TREE_CHAIN (binds)) in push_operator_bindings() local
7713 tree name = TREE_PURPOSE (binds); in push_operator_bindings()
7714 tree val = TREE_VALUE (binds); in push_operator_bindings()
H A Dconstexpr.c1541 tree binds = new_call->bindings = make_tree_vec (nbinds); in cxx_bind_parameters_in_call() local
1606 TREE_VEC_ELT (binds, i) = arg; in cxx_bind_parameters_in_call()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormat.rst163 This binds the function `clang-format-region` to C-M-tab, which then formats the
H A DLibASTMatchersTutorial.rst449 After adding binds to the expressions we wished to capture and
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3663.txt373 binds with a DN of "cn=trademark" and password of "attorney", the
607 second-level domain entries. When a client binds with a DN of
610 visible if they have values. In addition, if a client binds with the
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin.opt114 Generate an output executable that binds symbols on load, rather than lazily.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin.opt118 Generate an output executable that binds symbols on load, rather than lazily.
/netbsd-src/external/mit/libuv/dist/docs/src/guide/
H A Dthreads.rst370 which binds a third party library. It may go something like this:
/netbsd-src/external/bsd/openldap/dist/doc/devel/lloadd/
H A Ddesign.md273 - VC - multiple binds at the same time - !!! more analysis needed
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dtuple240 … "Attempted construction of reference element binds to a temporary whose lifetime has ended");}
247 … "Attempted construction of reference element binds to a temporary whose lifetime has ended");}
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dldap_table513 # It is best to use tables that use SASL binds via proxymap(8), this
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc1684 tree binds = make_tree_vec (nbinds); in cxx_bind_parameters_in_call() local
1758 TREE_VEC_ELT (binds, i) = arg; in cxx_bind_parameters_in_call()
1763 return binds; in cxx_bind_parameters_in_call()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DProgRef.rst1634 *list*. To perform the filtering, TableGen binds the variable *var* to each
1668 To perform the function, TableGen binds the variable *var* to an element
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst896 ``F3`` binds the ``op`` field and defines the ``rd``, ``op3``, and ``rs1``
913 ``F3_1`` binds the ``op3`` field and defines the ``rs2`` fields. ``F3_1``
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgimple.texi826 Return true if g is a @code{GIMPLE_DEBUG} that binds the value of an
1612 Return @code{TRUE} if @code{stmt} binds a user variable to a value,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgimple.texi826 Return true if g is a @code{GIMPLE_DEBUG} that binds the value of an
1620 Return @code{TRUE} if @code{stmt} binds a user variable to a value,
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A DChangeLog.gdb1549 and binds those as well.

1234