Searched refs:ll (Results 126 - 150 of 168) sorted by relevance

1234567

/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c998 enum rdma_link_layer ll; local
1001 ll = rdma_port_get_link_layer(&dev->ib_dev, p + 1);
1003 if (ll == IB_LINK_LAYER_INFINIBAND) {
H A Dmlx4_ib_qp.c2166 int ll; local
2173 ll = IB_LINK_LAYER_UNSPECIFIED;
2176 ll = rdma_port_get_link_layer(&dev->ib_dev, port);
2180 attr_mask, ll)) {
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_node.c828 /* we're an initiator and node shutting down is a target; we'll
1482 return (((uint64_t)ocs_be32toh(sp->port_name_hi) << 32ll) | (ocs_be32toh(sp->port_name_lo)));
1502 return (((uint64_t)ocs_be32toh(sp->node_name_hi) << 32ll) | (ocs_be32toh(sp->node_name_lo)));
/freebsd-11-stable/stand/lua/
H A Dmenu.lua220 -- We'll cache the alternate entries for performance.
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c165 enum rdma_link_layer ll = rdma_port_get_link_layer(qp->ibqp.device, 1); local
236 if (ll != IB_LINK_LAYER_ETHERNET) {
H A Dmlx5_ib_qp.c2223 enum rdma_link_layer ll = rdma_port_get_link_layer(&dev->ib_dev, port); local
2241 if (ll == IB_LINK_LAYER_ETHERNET) {
2851 enum rdma_link_layer ll = IB_LINK_LAYER_UNSPECIFIED; local
2869 ll = dev->ib_dev.get_link_layer(&dev->ib_dev, port);
2873 !ib_modify_qp_is_ok(cur_state, new_state, qp_type, attr_mask, ll)) {
/freebsd-11-stable/share/mk/
H A Dsrc.opts.mk322 # Both features are untested on pc98, so we'll mark them as disabled just to
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex842 % if you have multiple lines of stuff to put here, you'll need to
957 % We'll use ems for NCHARS, close enough.
978 % We'll use ems for NCHARS like @paragraphindent.
1394 % now, I guess we'll just let the pdf reader have its way.
2137 % so we'll define it if necessary.
2779 % we'll always have a period there to be parsed.
3188 % Only do \closeout if we haven't already done it, else we'll end up
3570 % We'll have to check whether \lastskip is zero skip. \ifdim is not
3706 % Remove any glue we may have, we'll be inserting our own.
4446 % updating it with the new noderef stuff. We'll se
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex819 % if you have multiple lines of stuff to put here, you'll need to
934 % We'll use ems for NCHARS, close enough.
955 % We'll use ems for NCHARS like @paragraphindent.
1299 % now, I guess we'll just let the pdf reader have its way.
2036 % so we'll define it if necessary.
2678 % we'll always have a period there to be parsed.
3087 % Only do \closeout if we haven't already done it, else we'll end up
3468 % We'll have to check whether \lastskip is zero skip. \ifdim is not
3604 % Remove any glue we may have, we'll be inserting our own.
4344 % updating it with the new noderef stuff. We'll se
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dlinespec.c1212 /* In the loop below, with these strings, we'll make 2 passes, each
1242 p->":inA::fun", we'll trigger this when p has been
1248 /* PASS2: We'll keep getting here, until p->"", at which point
1332 we'll lookup the whole string in the symbol tables. */
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp2029 the lock cache line into our read-set, which we need so that we'll
2033 // transaction so we'll restart from _xbegin with the failure status.
2408 // we'll let a later thread which calls __kmp_acquire_lock do that - this
3326 kmp_indirect_lock_t *ll = l; local
3329 ll));
3330 __kmp_free(ll->lock);
3331 ll->lock = NULL;
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex779 % if you have multiple lines of stuff to put here, you'll need to
942 % We'll use ems for NCHARS, close enough.
963 % We'll use ems for NCHARS like @paragraphindent.
2653 % One more complication: by default we'll break after the special
3181 % so we'll define it if necessary.
3882 % we'll always have a period there to be parsed.
4333 % Only do \closeout if we haven't already done it, else we'll end up
4797 % We'll have to check whether \lastskip is zero skip. \ifdim is not
4938 % Remove any glue we may have, we'll be inserting our own.
5175 % below, and by that time we'll alread
[all...]
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec153 You'll also need to install the openssh package on OpenSSH clients.
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c1780 size_t ll = len; local
1795 if (ll == len)
/freebsd-11-stable/contrib/gcc/
H A Dvmsdbgout.c42 static const long long vms_epoch_offset = 3506716800ll;
/freebsd-11-stable/contrib/gdb/
H A Dltconfig787 # If test is not a shell built-in, we'll probably end up computing a
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscu_registers.h2061 struct SCU_LINK_LAYER_REGISTERS ll; member in struct:TRANSPORT_LINK_LAYER_PAIR
/freebsd-11-stable/sys/opencrypto/
H A Dcryptosoft.c452 CTASSERT(INT_MAX <= (1ll<<39) - 256); /* GCM: plain text < 2^39-256 */
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1164 enum rdma_link_layer ll)
1162 ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state, enum ib_qp_type type, enum ib_qp_attr_mask mask, enum rdma_link_layer ll) argument
/freebsd-11-stable/contrib/ntp/
H A Dconfigure3684 # We'll loop over all known methods to create a tar archive until one works.
4659 # After this tag, mechanisms are not by side-effect, so they'll
7708 # If test is not a shell built-in, we'll probably end up computing a
16094 long long int ll = 9223372036854775807ll;
16098 typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
16107 long long int llmax = 9223372036854775807ll;
16109 return ((ll << 63) | (ll >> 63) | (ll <
[all...]
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure3457 # We'll loop over all known methods to create a tar archive until one works.
4426 # After this tag, mechanisms are not by side-effect, so they'll
6765 long long int ll = 9223372036854775807ll;
6769 typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
6778 long long int llmax = 9223372036854775807ll;
6780 return ((ll << 63) | (ll >> 63) | (ll < i) | (ll >
[all...]
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h2215 * @ll : link layer of port
2225 enum rdma_link_layer ll);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp520 // (or the buffer). We'll relex from that point.
2300 // we'll handle it below.
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh4400 namespace. The first time any user complains about this, we'll
6229 ll="$l"
6231 if test "X$ll" = "X$old_library" ; then # only static version available
6923 # We cannot seem to hardcode it, guess we'll fake it.
8631 # different ones for PIC/non-PIC, this we'll have to duplicate
9644 # If a disable-shared tag is given, we'll fallback to a static-only
9645 # configuration. But we'll never go from static-only to shared-only.
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh4433 namespace. The first time any user complains about this, we'll
6277 ll="$l"
6279 if test "X$ll" = "X$old_library" ; then # only static version available
6971 # We cannot seem to hardcode it, guess we'll fake it.
8676 # different ones for PIC/non-PIC, this we'll have to duplicate
9689 # If a disable-shared tag is given, we'll fallback to a static-only
9690 # configuration. But we'll never go from static-only to shared-only.

Completed in 649 milliseconds

1234567