/freebsd/sys/dev/isci/scil/ |
H A D | sati_device.c | 93 device->capabilities = 0; in sati_device_construct() 99 device->capabilities |= SATI_DEVICE_CAP_NCQ_REQUESTED_ENABLE; in sati_device_construct() 105 device->capabilities |= SATI_DEVICE_CAP_IGNORE_FUA; in sati_device_construct() 110 * @brief This method will update the SATI_DEVICE capabilities based on 114 * the supported capabilities. 116 * information from which to extract the capabilities of the 126 U16 capabilities = 0; in sati_device_update_capabilities() local 129 capabilities |= SATI_DEVICE_CAP_UDMA_ENABLE; in sati_device_update_capabilities() 134 capabilities |= SATI_DEVICE_CAP_48BIT_ENABLE; in sati_device_update_capabilities() 140 capabilities |= SATI_DEVICE_CAP_SMART_SUPPORT; in sati_device_update_capabilities() [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | user_caps.5 | 59 capabilities designed for the SVr2 terminal database in 1984, 64 to the tables of Boolean, numeric and string capabilities. 82 The format cannot represent very large numeric capabilities, 91 While \fI\%ncurses\fP' repertoire of predefined capabilities is closest 102 which lists the different terminal capabilities. 106 The text-file used in \fI\%ncurses\fP for terminal capabilities includes 108 For example, \fI\%ncurses\fP supports these capabilities in each configuration: 124 The memory lock/unlock capabilities were included because they were used 134 (or required them to reuse existing capabilities as a workaround). 143 \fI\%ncurses\fP 5.0 provided a way to detect nonstandard capabilities, [all …]
|
H A D | tic.1m | 158 tells \fB@TIC@\fP to retain commented-out capabilities rather than discarding 160 Capabilities are commented by prefixing them with a period. 171 Capabilities 188 capabilities with more than one delay or with delays before the end of 204 \fB@TIC@\fP checks string capabilities to ensure that those with parameters 206 It does this check only for the predefined string capabilities; 255 a number of assumptions about the defaults of string capabilities 259 to use obsolete termcap capabilities to deduce correct values. 261 normally suppresses output of obsolete termcap capabilities such as \fBbs\fP. 263 obsolete capabilities. [all …]
|
H A D | infocmp.1m | 115 \fIabsent\fP and \fIcancelled\fP capabilities. 129 Missing capabilities are ignored. 141 Normally only the conventional capabilities are shown. 143 capabilities (names prefixed with \*(``OT\*(''). 158 \-r with \fB\-C\fP, include nonstandard capabilities 191 \fBterminfo\fP capabilities will be translated; only those variables which were 194 will take off this restriction, allowing all capabilities to be output in 203 all capabilities are output. 263 terminfo compiler \fB@TIC@\fP does a left-to-right scan of the capabilities, 265 capabilities will produce different results depending on the order that the [all …]
|
H A D | terminfo.head | 74 describes terminals by giving a set of capabilities which they 161 .SS "\fIterminfo\fP Capabilities Syntax" 162 The terminfo entry consists of several \fIcapabilities\fP, 170 Boolean capabilities are true when present, false when absent. 171 There is no explicit value for Boolean capabilities. 173 Numeric capabilities have a \*(``#\*('' following the name, 176 String capabilities have a \*(``=\*('' following the name, 179 String capabilities can be split into multiple lines, 197 The capabilities given before 202 If there are multiple \fBuse\fP capabilities, they are merged in reverse order. [all …]
|
H A D | tput.1 | 51 initialize a terminal, exercise its capabilities, or query \fI\%term\%info\fP database 70 library and database to make terminal-specific capabilities and 77 Terminal capabilities are accessed by 80 \fB\%terminfo\fP(5) discusses terminal capabilities at length 127 we term them \*(``pseudo-capabilities\*(''. 141 Only a few terminal capabilities require string parameters; 198 If initialization capabilities, 231 If any reset capabilities are defined for the terminal type, 234 \fB\%@TPUT@\fP uses any defined initialization capabilities. 235 Reset capabilities are detailed in subsection [all …]
|
H A D | captoinfo.1m | 59 \fI\%termcap\fP \fBtc\fP capabilities translate to \fI\%\%term\%info\fP 60 \*(``\fBuse\fP\*('' capabilities. 84 .SS "Translations from Nonstandard Capabilities" 86 nonstandard capabilities into standard 88 \fI\%\%term\%info\fP capabilities. 132 XENIX \fI\%termcap\fP had a set of extension capabilities, 166 .\" were there no XENIX capabilities for the mixed single- and double- 173 \fB\%@CAPTOINFO@\fP composes single-line capabilities into an \fBacsc\fP 175 and discards \fBGG\fP and double-line capabilities with a warning 202 \fI\%\%term\%info\fP capabilities,
|
H A D | term.5 | 142 The capabilities in the 191 Boolean capabilities are either 1 or 0 (true or false) 211 It contains all of the values of string capabilities referenced in 222 Each system uses a predefined set of Boolean, number or string capabilities. 226 allowing users to define capabilities which are loaded at runtime. 239 count of extended Boolean capabilities 242 count of extended numeric capabilities 245 count of extended string capabilities 260 capabilities in the same order as the header information. 262 The extended string table contains values for string capabilities. [all …]
|
H A D | terminfo.tail | 32 .SS "User-Defined Capabilities" 34 The preceding section listed the \fIpredefined\fP capabilities. 39 capabilities. 42 capabilities. 46 \fB@TIC@\fP treats unknown capabilities as user-defined. 66 of capabilities, 67 in practice it has been limited to the capabilities defined by 70 user-defined capabilities intended for use by termcap applications should 78 capabilities, 80 Other user-defined capabilities (including function keys) are [all …]
|
H A D | curs_print.3x | 34 write binary data to printer using \fIterminfo\fR capabilities 42 This function uses the \fBmc5p\fP or \fBmc4\fP and \fBmc5\fP capabilities, 62 Capabilities for printer redirection do not exist. 87 \fBmc5\fP capabilities is not interpreted.
|
/freebsd/sys/dev/qat/qat_hw/qat_4xxx/ |
H A D | adf_4xxx_hw_data.c | 215 u32 capabilities; in adf_4xxx_get_hw_cap() local 217 /* Read accelerator capabilities mask */ in adf_4xxx_get_hw_cap() 219 capabilities = ICP_ACCEL_CAPABILITIES_CRYPTO_SYMMETRIC | in adf_4xxx_get_hw_cap() 234 capabilities &= ~ICP_ACCEL_CAPABILITIES_CRYPTO_SYMMETRIC; in adf_4xxx_get_hw_cap() 235 capabilities &= ~ICP_ACCEL_CAPABILITIES_HKDF; in adf_4xxx_get_hw_cap() 236 capabilities &= ~ICP_ACCEL_CAPABILITIES_CIPHER; in adf_4xxx_get_hw_cap() 239 capabilities &= ~ICP_ACCEL_CAPABILITIES_AUTHENTICATION; in adf_4xxx_get_hw_cap() 240 capabilities &= ~ICP_ACCEL_CAPABILITIES_SHA3; in adf_4xxx_get_hw_cap() 241 capabilities &= ~ICP_ACCEL_CAPABILITIES_SHA3_EXT; in adf_4xxx_get_hw_cap() 242 capabilities &= ~ICP_ACCEL_CAPABILITIES_CIPHER; in adf_4xxx_get_hw_cap() [all …]
|
/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/ |
H A D | adf_c3xxx_hw_data.c | 269 u32 capabilities; in c3xxx_get_hw_cap() local 274 /* Read accelerator capabilities mask */ in c3xxx_get_hw_cap() 276 capabilities = ICP_ACCEL_CAPABILITIES_CRYPTO_SYMMETRIC + in c3xxx_get_hw_cap() 285 capabilities &= ~(ICP_ACCEL_CAPABILITIES_CRYPTO_SYMMETRIC | in c3xxx_get_hw_cap() 290 capabilities &= ~ICP_ACCEL_CAPABILITIES_AUTHENTICATION; in c3xxx_get_hw_cap() 292 capabilities &= ~(ICP_ACCEL_CAPABILITIES_CRYPTO_ASYMMETRIC | in c3xxx_get_hw_cap() 295 capabilities &= ~ICP_ACCEL_CAPABILITIES_COMPRESSION; in c3xxx_get_hw_cap() 297 capabilities &= ~ICP_ACCEL_CAPABILITIES_ZUC; in c3xxx_get_hw_cap() 299 capabilities &= ~ICP_ACCEL_CAPABILITIES_SHA3; in c3xxx_get_hw_cap() 303 capabilities &= ~ICP_ACCEL_CAPABILITIES_CRYPTO_ASYMMETRIC; in c3xxx_get_hw_cap() [all …]
|
/freebsd/sys/dev/qat/qat_hw/qat_c62x/ |
H A D | adf_c62x_hw_data.c | 273 u32 capabilities; in c62x_get_hw_cap() local 278 /* Read accelerator capabilities mask */ in c62x_get_hw_cap() 281 capabilities = ICP_ACCEL_CAPABILITIES_CRYPTO_SYMMETRIC + in c62x_get_hw_cap() 290 capabilities &= ~(ICP_ACCEL_CAPABILITIES_CRYPTO_SYMMETRIC | in c62x_get_hw_cap() 295 capabilities &= ~ICP_ACCEL_CAPABILITIES_AUTHENTICATION; in c62x_get_hw_cap() 297 capabilities &= ~(ICP_ACCEL_CAPABILITIES_CRYPTO_ASYMMETRIC | in c62x_get_hw_cap() 300 capabilities &= ~ICP_ACCEL_CAPABILITIES_COMPRESSION; in c62x_get_hw_cap() 302 capabilities &= ~ICP_ACCEL_CAPABILITIES_ZUC; in c62x_get_hw_cap() 304 capabilities &= ~ICP_ACCEL_CAPABILITIES_SHA3; in c62x_get_hw_cap() 308 capabilities &= ~ICP_ACCEL_CAPABILITIES_CRYPTO_ASYMMETRIC; in c62x_get_hw_cap() [all …]
|
/freebsd/share/termcap/ |
H A D | termcap.5 | 69 by giving a set of capabilities that they have and by describing 111 .Sh CAPABILITIES 131 These are the boolean capabilities: 179 These are the numeric capabilities: 207 # The following numeric capabilities are present in the SVr4.0 term 232 These are the string capabilities: 390 # SVr1 capabilities stop here. IBM's version of terminfo is the same as 546 # SVr4 added these capabilities to support color 557 # SVr4 added these capabilities to support printers 611 # The following string capabilities are present in the SVr4.0 term [all …]
|
/freebsd/sys/dev/qat/qat_hw/qat_4xxxvf/ |
H A D | adf_4xxxvf_hw_data.c | 136 u32 capabilities; in adf_4xxxvf_get_hw_cap() local 138 capabilities = ICP_ACCEL_CAPABILITIES_CRYPTO_SYMMETRIC + in adf_4xxxvf_get_hw_cap() 151 /* Get fused capabilities */ in adf_4xxxvf_get_hw_cap() 155 capabilities &= in adf_4xxxvf_get_hw_cap() 159 capabilities &= ~ICP_ACCEL_CAPABILITIES_SM3; in adf_4xxxvf_get_hw_cap() 162 capabilities &= ~(ICP_ACCEL_CAPABILITIES_COMPRESSION + in adf_4xxxvf_get_hw_cap() 166 capabilities &= ~ICP_ACCEL_CAPABILITIES_CRYPTO_ASYMMETRIC; in adf_4xxxvf_get_hw_cap() 169 capabilities &= ~ICP_ACCEL_CAPABILITIES_AUTHENTICATION; in adf_4xxxvf_get_hw_cap() 172 capabilities &= ~ICP_ACCEL_CAPABILITIES_CIPHER; in adf_4xxxvf_get_hw_cap() 174 return capabilities; in adf_4xxxvf_get_hw_cap()
|
/freebsd/sys/dev/qat/qat_hw/qat_200xx/ |
H A D | adf_200xx_hw_data.c | 395 u32 capabilities; in adf_200xx_get_hw_cap() local 400 /* Read accelerator capabilities mask */ in adf_200xx_get_hw_cap() 402 capabilities = ICP_ACCEL_CAPABILITIES_CRYPTO_SYMMETRIC + in adf_200xx_get_hw_cap() 411 capabilities &= ~(ICP_ACCEL_CAPABILITIES_CRYPTO_SYMMETRIC | in adf_200xx_get_hw_cap() 415 capabilities &= ~ICP_ACCEL_CAPABILITIES_AUTHENTICATION; in adf_200xx_get_hw_cap() 417 capabilities &= ~(ICP_ACCEL_CAPABILITIES_CRYPTO_ASYMMETRIC | in adf_200xx_get_hw_cap() 420 capabilities &= ~ICP_ACCEL_CAPABILITIES_COMPRESSION; in adf_200xx_get_hw_cap() 422 capabilities &= ~ICP_ACCEL_CAPABILITIES_ZUC; in adf_200xx_get_hw_cap() 424 capabilities &= ~ICP_ACCEL_CAPABILITIES_SHA3; in adf_200xx_get_hw_cap() 428 capabilities &= ~ICP_ACCEL_CAPABILITIES_CRYPTO_ASYMMETRIC; in adf_200xx_get_hw_cap() [all …]
|
/freebsd/contrib/ofed/libibverbs/man/ |
H A D | ibv_query_device_ex.3 | 27 struct ibv_odp_caps odp_caps; /* On-Demand Paging capabilities */ 31 struct ibv_tso_caps tso_caps; /* TCP segmentation offload capabilities */ 32 struct ibv_rss_caps rss_caps; /* RSS capabilities */ 34 struct ibv_packet_pacing_caps packet_pacing_caps; /* Packet pacing capabilities */ 35 uint32_t raw_packet_caps; /* Raw packet capabilities, use enum ibv_raw_pac…
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVModuleAnalysis.h | 65 // AvailableCaps. AvailableCaps is the complete set of capabilities that are 66 // available to the current target. AllCaps is the set of capabilities that 74 // Add capabilities to AllCaps, recursing through their implicitly declared 75 // capabilities too. 95 // Add a list of capabilities, ensuring AllCaps captures all the implicitly 96 // declared capabilities, and MinimalCaps has the minimal set of required 97 // capabilities (so all implicitly declared ones are removed). 114 // Add the given capabilities to available and all their implicitly defined 115 // capabilities too.
|
/freebsd/share/man/man9/ |
H A D | ieee80211.9 | 286 Device/driver capabilities; see below for a complete description. 508 .Sh DRIVER CAPABILITIES 509 Driver/device capabilities are specified using several sets of flags 513 General capabilities are specified by 515 Hardware cryptographic capabilities are specified by 517 Software cryptographic capabilities are specified by 519 802.11n capabilities, if any, are specified by 523 layer propagates a subset of these capabilities to each vap through 529 The following general capabilities are defined: 590 The follow general crypto capabilities are defined. [all …]
|
H A D | ifnet.9 | 329 Flags describing the capabilities the interface supports (see below). 332 Flags describing the enabled capabilities of the interface (see below). 551 capabilities; others are dynamically manipulated to reflect the 658 .Ss "Interface Capabilities Flags" 659 Interface capabilities are specialized features an interface may 661 These capabilities are very hardware-specific 673 the knowledge on whether and how the interface capabilities 675 Consequently, capabilities flags in 689 The following capabilities are currently supported by the system: 777 keeps a detailed description of its enabled capabilities [all …]
|
/freebsd/share/man/man4/ |
H A D | capsicum.4 | 35 .Cd "options CAPABILITIES" 40 Capabilities are unforgeable tokens of authority that can be delegated and must 43 makes file descriptors into capabilities. 62 .It capabilities 82 objects using capabilities rather than global namespaces:
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVBaseInfo.cpp | 10 // versioning/capabilities/extensions getters for symbolic/named operands used 121 CapabilityList Capabilities; in getSymbolicOperandCapabilities() local 124 Capabilities.push_back( in getSymbolicOperandCapabilities() 129 return Capabilities; in getSymbolicOperandCapabilities() 138 CapabilityList Capabilities; in getCapabilitiesEnabledByExtension() local 142 Capabilities.push_back( in getCapabilitiesEnabledByExtension() 147 return Capabilities; in getCapabilitiesEnabledByExtension()
|
/freebsd/contrib/ncurses/ |
H A D | TO-DO | 113 lab_f* capabilities aren't presently used. 139 4. Unused capabilities 141 The currently unused capabilities fall naturally into several groups: 143 A. Status-line capabilities: 155 B. Printer capabilities: 171 C. Printer-control capabilities: 185 E. Window and virtual-terminal capabilities: 194 F. Unused VDT capabilities:
|
/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/ |
H A D | adf_dh895xcc_hw_data.c | 275 u32 capabilities; in dh895xcc_get_hw_cap() local 277 /* Read accelerator capabilities mask */ in dh895xcc_get_hw_cap() 279 capabilities = ICP_ACCEL_CAPABILITIES_CRYPTO_SYMMETRIC + in dh895xcc_get_hw_cap() 288 capabilities &= ~(ICP_ACCEL_CAPABILITIES_CRYPTO_SYMMETRIC | in dh895xcc_get_hw_cap() 293 capabilities &= ~ICP_ACCEL_CAPABILITIES_AUTHENTICATION; in dh895xcc_get_hw_cap() 295 capabilities &= ~(ICP_ACCEL_CAPABILITIES_CRYPTO_ASYMMETRIC | in dh895xcc_get_hw_cap() 298 capabilities &= ~ICP_ACCEL_CAPABILITIES_COMPRESSION; in dh895xcc_get_hw_cap() 300 return capabilities; in dh895xcc_get_hw_cap()
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-modparams.h | 53 * @disable_11n: disable 11n capabilities, default = 0, 65 * @disable_11ac: disable VHT capabilities, default = false. 68 * @disable_11be: disable EHT capabilities, default = false. 90 * @disable_11ax: disable HE capabilities, default = false
|