Searched refs:supported (Results 26 - 50 of 81) sorted by relevance

1234

/freebsd-10.0-release/contrib/bmake/mk/
H A Dsys.dependfile.mk42 # MACHINE specific depend files are supported, but *not* default.
/freebsd-10.0-release/contrib/gcc/
H A Dpretty-print.h42 o DIAGNOSTICS_SHOW_PREFIX_NEVER: never - not yet supported;
282 pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DAlignOf.h102 # error No supported align as directive.
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp219 return ReturnError(CurPtr, "escaped newlines not supported in tblgen");
/freebsd-10.0-release/sys/dev/qlxgb/
H A Dqla_os.h51 #error FreeBSD Version not supported - use version >= 700112
/freebsd-10.0-release/sys/dev/qlxgbe/
H A Dql_os.h52 #error FreeBSD Version not supported - use version >= 900044
/freebsd-10.0-release/sys/dev/qlxge/
H A Dqls_os.h52 #error FreeBSD Version not supported - use version >= 900044
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Den_ethtool.c181 wol->supported = 0;
285 cmd->supported = SUPPORTED_10000baseT_Full;
303 cmd->supported |= SUPPORTED_FIBRE;
308 cmd->supported |= SUPPORTED_TP;
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1788 { lex_error_message("implicit tagging is not supported"); }
1793 { lex_error_message("automatic tagging is not supported"); }
1798 { lex_error_message("no extensibility options supported"); }
/freebsd-10.0-release/sys/xen/interface/
H A Dlibelf.h255 uint32_t *supported,
/freebsd-10.0-release/crypto/openssh/
H A Dsshconnect2.c1447 /* list of keys supported by the agent */
1911 static char *supported = NULL; variable
1929 if (supported == NULL || strcmp(authlist, supported) != 0) {
1931 free(supported);
1932 supported = xstrdup(authlist);
1940 if ((name = match_list(preferred, supported, &next)) == NULL) {
/freebsd-10.0-release/lib/libipsec/
H A Dpfkey.c80 * make and search supported algorithm structure.
182 ipsec_check_keylen(supported, alg_id, keylen)
183 u_int supported;
190 switch (supported) {
243 ipsec_get_keylen(supported, alg_id, alg0)
244 u_int supported, alg_id;
256 switch (supported) {
781 /* set supported map */
845 * others: a pointer to new allocated buffer in which supported
/freebsd-10.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c64 * This list defines the GSS mechanisms supported.
96 u_int32_t testmode, nfsmode, supported = 0; local
114 supported |= NFSACCESS_READ;
116 NFSACCCHK_NOOVERRIDE, NFSACCCHK_VPISLOCKED, &supported))
120 supported |= NFSACCESS_MODIFY;
122 NFSACCCHK_NOOVERRIDE, NFSACCCHK_VPISLOCKED, &supported))
126 supported |= NFSACCESS_EXTEND;
128 NFSACCCHK_NOOVERRIDE, NFSACCCHK_VPISLOCKED, &supported))
132 supported |= NFSACCESS_DELETE;
138 NFSACCCHK_NOOVERRIDE, NFSACCCHK_VPISLOCKED, &supported))
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp340 "only character widths of 1, 2, or 4 bytes supported");
343 assert((UcnLen== 4 || UcnLen== 8) && "only ucn length of 4 or 8 supported");
/freebsd-10.0-release/sys/cddl/dev/systrace/
H A Dsystrace.c75 #error Only i386 and amd64 are supported.
/freebsd-10.0-release/sys/dev/bxe/
H A Dbxe.c2591 * Compares the device found to the driver's list of supported devices and
2791 /* expand this for multi-cos if ever supported */
4921 BLOGE(sc, "Changing VLAN_HWCSUM is not supported!\n");
4928 BLOGE(sc, "Changing VLAN_MTU is not supported!\n");
4935 BLOGE(sc, "Changing VLAN_HWTAGGING is not supported!\n");
4942 BLOGE(sc, "Changing VLAN_HWFILTER is not supported!\n");
8024 /* if drv_info version supported by MFW doesn't match - send NACK */
8042 /* if op code isn't supported - send NACK */
9282 * best supported combination. In addition, the OS may or
10058 * XXX If multiple CoS is ever supported the
[all...]
H A Dbxe_elink.c1482 ELINK_DEBUG_P0(sc, "elink_ets_disabled - chip not supported\n");
1861 "isn't supported\n");
2547 (params->phy[ELINK_INT_PHY].supported &
4980 "Speed not supported: 0x%x\n", phy->req_line_speed);
5323 ELINK_DEBUG_P0(sc, "Speed not supported yet\n");
5418 phy->supported & ELINK_SUPPORTED_20000baseKR2_Full) {
6465 (phy->supported & ELINK_SUPPORTED_20000baseMLD2_Full)) {
6486 if (phy->supported & ELINK_SUPPORTED_20000baseKR2_Full) {
7345 if (params->phy[ELINK_INT_PHY].supported &
7356 if (params->phy[phy_index].supported
[all...]
H A Dbxe_elink.h301 uint32_t supported; member in struct:elink_phy
/freebsd-10.0-release/sys/dev/ce/
H A Dtau32-ddk.h59 # error PCI64 currently is not supported
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex55 This flattened-tree approach is now the only supported method of
57 to make it the only supported method for all \texttt{powerpc}
516 The flattened device tree has always been the only supported way to
519 supported way to boot any merged \texttt{powerpc} kernel, 32-bit or
/freebsd-10.0-release/sys/conf/
H A Dkern.mk108 # (-mfpmath= is not supported)
/freebsd-10.0-release/sys/dev/cxgbe/
H A Dadapter.h787 return ((pi->link_cfg.supported & FW_PORT_CAP_SPEED_10G) != 0);
794 return ((pi->link_cfg.supported & FW_PORT_CAP_SPEED_40G) != 0);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1166 // packet that wasn't supported by the remote GDB server.
2094 LazyBool supported = m_gdb_comm.SupportsAllocDeallocMemory(); local
2095 switch (supported)
2100 if (allocated_addr != LLDB_INVALID_ADDRESS || supported == eLazyBoolYes)
2156 LazyBool supported = m_gdb_comm.SupportsAllocDeallocMemory(); local
2158 switch (supported)
2361 error.SetErrorString("watchpoints not supported");
/freebsd-10.0-release/sys/dev/ixgbe/
H A Dixgbe_common.c157 bool supported = FALSE; local
167 /* if link is down, assume supported */
169 supported = speed == IXGBE_LINK_SPEED_1GB_FULL ?
172 supported = TRUE;
175 supported = TRUE;
183 supported = TRUE;
186 supported = FALSE;
195 return supported;
724 DEBUGOUT("NVM Not supported\n");
4088 /* check if alternative SAN MAC is supported */
[all...]
/freebsd-10.0-release/sys/crypto/aesni/
H A Daesni_wrap.c290 #error Only LITTLE_ENDIAN architectures are supported.

Completed in 627 milliseconds

1234