/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/ |
H A D | memory.json | 36 "BriefDescription": "Counts all code reads that were not supplied by the L3 cache.", 47 "BriefDescription": "Counts all code reads that were not supplied by the L3 cache.", 58 …": "Counts modified writebacks from L1 cache and L2 cache that were not supplied by the L3 cache.", 69 …": "Counts modified writebacks from L1 cache and L2 cache that were not supplied by the L3 cache.", 80 …d instruction fetches and L1 instruction cache prefetches that were not supplied by the L3 cache.", 91 …d instruction fetches and L1 instruction cache prefetches that were not supplied by the L3 cache.", 102 …are prefetches and software prefetches (except PREFETCHW) that were not supplied by the L3 cache.", 113 …are prefetches and software prefetches (except PREFETCHW) that were not supplied by the L3 cache.", 146 …d software prefetches for exclusive ownership (PREFETCHW) that were not supplied by the L3 cache.", 157 …d software prefetches for exclusive ownership (PREFETCHW) that were not supplied by the L3 cache.", [all …]
|
H A D | cache.json | 378 "BriefDescription": "Counts all code reads that were supplied by the L3 cache.", 389 …"BriefDescription": "Counts all code reads that were supplied by the L3 cache where a snoop was se… 400 …"BriefDescription": "Counts all code reads that were supplied by the L3 cache where a snoop was se… 411 …"BriefDescription": "Counts all code reads that were supplied by the L3 cache where a snoop was se… 422 …"BriefDescription": "Counts all code reads that were supplied by the L3 cache where a snoop was se… 433 …"BriefDescription": "Counts all code reads that were supplied by the L3 cache where no snoop was n… 444 …tion": "Counts modified writebacks from L1 cache and L2 cache that were supplied by the L3 cache.", 455 …emand instruction fetches and L1 instruction cache prefetches that were supplied by the L3 cache.", 466 …emand instruction fetches and L1 instruction cache prefetches that were supplied by the L3 cache w… 477 …emand instruction fetches and L1 instruction cache prefetches that were supplied by the L3 cache w… [all …]
|
H A D | other.json | 148 "BriefDescription": "Counts all code reads that were supplied by DRAM.", 159 "BriefDescription": "Counts all code reads that were supplied by DRAM.", 214 …Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by DRAM.", 225 …Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by DRAM.", 247 … cache hardware prefetches and software prefetches (except PREFETCHW) that were supplied by DRAM.", 258 … cache hardware prefetches and software prefetches (except PREFETCHW) that were supplied by DRAM.", 335 …hip (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were supplied by DRAM.", 346 …hip (RFO) and software prefetches for exclusive ownership (PREFETCHW) that were supplied by DRAM.", 401 … L2 cache hardware prefetch code reads (written to the L2 cache only) that were supplied by DRAM.", 412 … L2 cache hardware prefetch code reads (written to the L2 cache only) that were supplied by DRAM.", [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | sci_logger.h | 108 * disable the supplied objects/verbosities. For example, 116 * supplied log object. 118 * verbosity level was set for the supplied log_object. 120 * verbosity level was set for the supplied log_object. 122 * informational verbosity level was set for the supplied log_object. 124 * verbosity level was set for the supplied log_object. 126 * transition verbosity level was set for the supplied log_object 139 * @note Reserved bits in both the supplied masks shall be ignored. 142 * disable the supplied objects/verbosities. For example, 156 * the log objects for which logging is enabled at the supplied level. [all …]
|
H A D | scic_remote_device.h | 147 * @retval SCI_FAILURE_UNSUPPORTED_PROTOCOL Returned if the supplied 152 * the core controller associated with the supplied parameters 179 * @retval SCI_FAILURE_UNSUPPORTED_PROTOCOL Returned if the supplied 184 * the core controller associated with the supplied parameters 207 * supplied device isn't valid (e.g. it's already been destoryed, 259 * @brief This method will start the supplied remote device. This method 280 * activity for the supplied remote device. This method disables 347 * when connections are established for the supplied remote device. 355 * to be utilized for all connections to the supplied remote 378 * @return Return the link rate at which we transfer for the supplied [all …]
|
H A D | scif_sas_io_request_state_handlers.c | 76 * when the user attempts to start the supplied IO request. 95 * when the user attempts to abort the supplied IO request. 122 * when the user attempts to abort the supplied IO request. 148 * when the user attempts to complete the supplied IO request. 176 * when the user attempts to destruct the supplied IO request. 209 * user attempts to abort the supplied IO request. 235 * when the user attempts to complete the supplied IO request. 263 * attempts to start the supplied IO request. 291 * attempts to abort the supplied IO request. 319 * attempts to complete the supplied IO request. [all …]
|
H A D | scif_sas_task_request_state_handlers.c | 72 * when the user attempts to start the supplied task request. 96 * when the user attempts to abort the supplied task request. 124 * when the user attempts to abort the supplied task request. 150 * when the user attempts to complete the supplied task request. 178 * when the user attempts to destruct the supplied task request. 220 * when the user attempts to complete the supplied task request. 248 * attempts to start the supplied task request. 276 * attempts to abort the supplied task request. 304 * attempts to complete the supplied task request. 332 * attempts to destruct the supplied task request.
|
H A D | sati_callbacks.h | 113 * with the supplied user SCSI IO request at the supplied byte offset. 135 * with the supplied user SCSI IO request at the supplied byte offset. 217 * the supplied user's SCSI IO request. 222 * associated with the supplied user's SCSI IO request. 373 * with the supplied SCSI IO request. This method assumes that the 389 * @brief In this method the user is expected to log the supplied 410 * @brief In this method the user is expected to log the supplied warning 431 * @brief In this method the user is expected to log the supplied debug 452 * @brief In this method the user is expected to log the supplied function
|
H A D | sci_abstract_list.h | 297 * This method will simply search the supplied list for the desired object. 328 * This method will erase (remove) all instances of the supplied object from 338 * This method simply adds a LIST_ELEMENT for the supplied object to the back 339 * (tail) of the supplied list. 349 * This method simply adds a LIST_ELEMENT for the supplied object to the front 350 * (head) of the supplied list. 427 * This method will simply search the supplied list for the desired object. 438 * This private method will free the supplied list element back to the pool 537 * This method will simply search the supplied list for the desired object. 604 * This method will erase (remove) all instances of the supplied object from [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/ |
H A D | other.json | 134 …Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by DRAM.", 145 …emand instruction fetches and L1 instruction cache prefetches that were supplied by DRAM attached … 156 …emand instruction fetches and L1 instruction cache prefetches that were supplied by DRAM on a dist… 178 "BriefDescription": "Counts demand data reads that were supplied by DRAM.", 189 …"BriefDescription": "Counts demand data reads that were supplied by DRAM attached to this socket, … 200 …"BriefDescription": "Counts demand data reads that were supplied by PMM attached to this socket, u… 211 "BriefDescription": "Counts demand data reads that were supplied by PMM.", 222 …"BriefDescription": "Counts demand data reads that were supplied by DRAM attached to another socke… 233 …"BriefDescription": "Counts demand data reads that were supplied by PMM attached to another socket… 244 …"BriefDescription": "Counts demand data reads that were supplied by DRAM on a distant memory contr… [all …]
|
H A D | memory.json | 155 …d instruction fetches and L1 instruction cache prefetches that were not supplied by the local sock… 166 …d instruction fetches and L1 instruction cache prefetches that were not supplied by the local sock… 177 …"BriefDescription": "Counts demand data reads that were not supplied by the local socket's L1, L2,… 188 …"BriefDescription": "Counts demand data reads that were not supplied by the local socket's L1, L2,… 199 …d software prefetches for exclusive ownership (PREFETCHW) that were not supplied by the local sock… 210 …usive ownership (PREFETCHW) that were not supplied by the local socket's L1, L2, or L3 caches and … 221 …fetch requests and software prefetches (except PREFETCHW) that were not supplied by the local sock… 232 …fetch requests and software prefetches (except PREFETCHW) that were not supplied by the local sock… 254 …"BriefDescription": "Counts hardware prefetches to the L3 only that were not supplied by the local… 265 …"BriefDescription": "Counts full cacheline writes (ItoM) that were not supplied by the local socke… [all …]
|
/freebsd/lib/libmt/ |
H A D | mt.3 | 227 argument is for a user-supplied alternate printing function. 249 The supplied node name can be a single level name like "foo", or it can 281 to the supplied sbuf 297 to the supplied sbuf 318 This function is intended to be supplied as an argument to 329 prints tape drive protection information from the supplied 338 prints tape driver parameters information from the supplied 348 Returns a text identifier for the supplied numeric 370 to the supplied density name. 379 to be used is supplied as the [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/ |
H A D | other.json | 33 …Counts demand instruction fetches and L1 instruction cache prefetches that were supplied by DRAM.", 44 …emand instruction fetches and L1 instruction cache prefetches that were supplied by DRAM attached … 55 …emand instruction fetches and L1 instruction cache prefetches that were supplied by DRAM on a dist… 77 "BriefDescription": "Counts demand data reads that were supplied by DRAM.", 88 …"BriefDescription": "Counts demand data reads that were supplied by DRAM attached to this socket, … 99 …"BriefDescription": "Counts demand data reads that were supplied by DRAM attached to another socke… 110 …"BriefDescription": "Counts demand data reads that were supplied by PMM attached to another socket… 121 …"BriefDescription": "Counts demand data reads that were supplied by DRAM on a distant memory contr… 143 … requests and software prefetches for exclusive ownership (PREFETCHW) that were supplied by DRAM.", 154 …s and software prefetches for exclusive ownership (PREFETCHW) that were supplied by DRAM attached … [all …]
|
/freebsd/usr.sbin/ypldap/ |
H A D | ypldap.conf.5 | 103 attribute to the LDAP attribute name supplied. 105 Use the supplied search base as starting point for the directory search. 107 Use the supplied search base as starting point for the directory search for 109 If not supplied, the basedn value will be used. 111 Use the supplied credentials for simple authentication against the directory. 113 Use the supplied Distinguished Name to bind to the directory. 116 instead set it unconditionally to the supplied value for 119 Use the supplied LDAP filter to retrieve group entries. 128 attribute to the LDAP attribute name supplied. 150 Use the supplied LDAP filter to retrieve password entries.
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/ |
H A D | other.json | 53 …ts demand instruction fetches and L1 instruction cache prefetches that DRAM supplied the request.", 67 …ts demand instruction fetches and L1 instruction cache prefetches that DRAM supplied the request.", 95 "BriefDescription": "Counts demand data reads that DRAM supplied the request.", 109 "BriefDescription": "Counts demand data reads that DRAM supplied the request.", 137 …uests and software prefetches for exclusive ownership (PREFETCHW) that DRAM supplied the request.", 151 …uests and software prefetches for exclusive ownership (PREFETCHW) that DRAM supplied the request.", 179 …ache prefetch requests and software prefetches (except PREFETCHW) that DRAM supplied the request.", 193 …ache prefetch requests and software prefetches (except PREFETCHW) that DRAM supplied the request.", 221 …": "Counts hardware prefetch data reads (which bring data to L2) that DRAM supplied the request.", 235 …": "Counts hardware prefetch data reads (which bring data to L2) that DRAM supplied the request.", [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | parser_std_format_spec.h | 75 std::__throw_format_error("The supplied date time doesn't contain a second"); in __validate_second() 80 std::__throw_format_error("The supplied date time doesn't contain a minute"); in __validate_minute() 85 std::__throw_format_error("The supplied date time doesn't contain an hour"); in __validate_hour() 90 std::__throw_format_error("The supplied date time doesn't contain a time"); in __validate_time() 95 std::__throw_format_error("The supplied date time doesn't contain a day"); in __validate_day() 100 std::__throw_format_error("The supplied date time doesn't contain a month"); in __validate_month() 105 std::__throw_format_error("The supplied date time doesn't contain a year"); in __validate_year() 110 std::__throw_format_error("The supplied date time doesn't contain a date"); in __validate_date() 115 std::__throw_format_error("The supplied date time doesn't contain a date or duration"); in __validate_date_or_duration() 120 std::__throw_format_error("The supplied dat in __validate_date_time() [all...] |
/freebsd/sys/dev/isci/ |
H A D | isci_logger.c | 102 * @brief In this method the user is expected to log the supplied 126 * @brief In this method the user is expected to log the supplied warning 151 * @brief In this method the user is expected to log the supplied debug 176 * @brief In this method the user is expected to log the supplied function 202 * @brief In this method the user is expected to log the supplied function 228 * @brief In this method the user is expected to log the supplied 253 * @brief In this method the user is expected to log the supplied warning 278 * @brief In this method the user is expected to log the supplied debug 303 * @brief In this method the user is expected to log the supplied function 329 * @brief In this method the user is expected to log the supplied function
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/ |
H A D | lac_sym.h | 138 * message sent to the QAT engine, and various user-supplied parameters 161 /**< correlator supplied by the client */ 165 /**< pointer to the op data structure that the user supplied in the 191 * buffer, and various user-supplied parameters for the operation which 198 /**< QAT device id supplied by the client */ 221 /**< callback function supplied by the client */ 224 * supplied in the perform operation */ 226 /**< Output data pointer supplied by the client */ 237 * This includes various user-supplied parameters for the operation which 244 /**< QAT device id supplied by the client */ [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | PKCS12_add_cert.pod | 29 PKCS12_add_cert() creates a PKCS#12 certBag containing the supplied 33 (encrypted) containing the supplied B<EVP_PKEY> and adds this to the set of PKCS#12 34 safeBags. If I<key_nid> is not -1 then the key is encrypted with the supplied 43 the supplied I<nid_type> containing the supplied value as an ASN1 octet string.
|
H A D | PKCS12_SAFEBAG_create_cert.pod | 39 containing the supplied certificate. 42 containing the supplied crl. 50 containing the supplied PKCS8 structure. 53 B<NID_pkcs8ShroudedKeyBag> containing the supplied PKCS8 structure. 56 B<NID_pkcs8ShroudedKeyBag> by encrypting the supplied PKCS8 I<p8inf>.
|
/freebsd/contrib/libpcap/ |
H A D | pcap-tstamp.manmisc.in | 29 approximation of the arrival or transmission time. If it is supplied by 90 the issues listed above with time stamps supplied by the host operating 91 system may also apply to time stamps supplied by the capture device. 164 time stamps are supplied as seconds since January 1, 1970, 00:00:00 UTC, 181 call will fail, and the time stamps supplied after the 196 routine returns the resolution of time stamps that will be supplied; 198 the time stamp supplied by the hardware or operating system and, when
|
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/ |
H A D | win32os.h | 62 * supplied version information. 64 * -1 if less than the version information supplied 65 * 0 if equal to all of the version information supplied 66 * +1 if greater than the version information supplied
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | cirrus,madera.yaml | 163 Should reference the clocks supplied on MCLK1, MCLK2 and MCLK3. 170 "mclk1" For the clock supplied on MCLK1, recommended to be a 172 "mclk2" For the clock supplied on MCLK2, required to be an 174 "mclk3" For the clock supplied on MCLK3. 211 be supplied internally. 215 Microphone power supply, normally supplied internally except on
|
H A D | wlf,arizona.yaml | 37 internally supplied. 135 Digital power supply, normally supplied internally except on cs47l24, 140 Microphone power supply, normally supplied internally except on 176 Should reference the clocks supplied on MCLK1 and MCLK2. 182 Should contains two strings mclk1 for the clock supplied on MCLK1, 184 clock supplied on MCLK2, recommended to be an always on 32k clock.
|
/freebsd/lib/libsys/ |
H A D | jail.2 | 312 A supplied parameter is the wrong size. 314 A supplied parameter is out of range. 316 A supplied string parameter is not null-terminated. 318 A supplied parameter name does not match any known parameters. 326 A supplied string parameter is longer than allowed. 356 A supplied parameter is the wrong size. 358 A supplied parameter name does not match any known parameters.
|