Home
last modified time | relevance | path

Searched full:indicate (Results 1 – 25 of 2779) sorted by relevance

12345678910>>...112

/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/
H A Dkrb5.3192 Returns 0 to indicate success. Otherwise an kerberos et error code is returned, see krb5_get_error_…
209 Returns 0 to indicate success. Otherwise an kerberos et error code is returned, see krb5_get_error_…
226 Returns 0 to indicate success. Otherwise an kerberos et error code is returned, see krb5_get_error_…
285 Returns 0 to indicate success. Otherwise an kerberos et error code is returned, see krb5_get_error_…
304 Returns 0 to indicate success. Otherwise an kerberos et error code is returned, see krb5_get_error_…
323 Returns 0 to indicate success. Otherwise an kerberos et error code is returned, see krb5_get_error_…
342 Returns 0 to indicate success. Otherwise an kerberos et error code is returned.
361 Returns 0 to indicate success. Otherwise an kerberos et error code is returned, see krb5_get_error_…
380 Returns 0 to indicate success. Otherwise an kerberos et error code is returned, see krb5_get_error_…
412 Returns 0 to indicate success. Otherwise an kerberos et error code is returned.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Datmel,at91-pinctrl.txt89 PULL_UP (1 << 0): indicate this pin needs a pull up.
90 MULTIDRIVE (1 << 1): indicate this pin needs to be configured as multi-drive.
92 DEGLITCH (1 << 2): indicate this pin needs deglitch.
93 PULL_DOWN (1 << 3): indicate this pin needs a pull down.
94 DIS_SCHMIT (1 << 4): indicate this pin needs to the disable schmitt trigger.
95 DRIVE_STRENGTH (3 << 5): indicate the drive strength of the pin using the
101 OUTPUT (1 << 7): indicate this pin need to be configured as an output.
104 DEBOUNCE (1 << 16): indicate this pin needs debounce.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h25 /// Per-function flag to indicate if .cfi_personality should be emitted.
28 /// Per-function flag to indicate if .cfi_personality must be emitted.
31 /// Per-function flag to indicate if .cfi_lsda should be emitted.
34 /// Per-function flag to indicate if frame CFI info should be emitted.
37 /// Per-module flag to indicate if .cfi_section has beeen emitted.
67 /// Per-function flag to indicate if frame CFI info should be emitted.
70 /// Per-module flag to indicate if .cfi_section has beeen emitted.
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dmv-xor.txt20 - dmacap,memcpy to indicate that the XOR channel is capable of memcpy operations
21 - dmacap,memset to indicate that the XOR channel is capable of memset operations
22 - dmacap,xor to indicate that the XOR channel is capable of xor operations
23 - dmacap,interrupt to indicate that the XOR channel is capable of
/freebsd/share/man/man9/
H A Dvm_map.990 Set to TRUE to indicate that map is a system map; otherwise, it belongs
235 Indicate that this is a copy-on-write region.
237 Indicate that a copy-on-write region needs to be copied.
242 Indicate that this region was wired on behalf of a user process.
252 Indicate that wiring or unwiring of an entry is in progress, and that
255 Indicate that there are kernel threads waiting for this region to become
302 member is only used by system maps to indicate that a memory range
/freebsd/sys/dev/isci/scil/
H A Dscif_controller.h84 * @return Indicate if the controller was successfully constructed or if
108 * @return Indicate if the controller was successfully initialized or if
147 * @return Indicate if the controller start method succeeded or failed in
184 * @return Indicate if the controller stop method succeeded or failed in
209 * @return Indicate if the controller reset method succeeded or failed in
251 * @return Indicate if the controller successfully started the IO request.
283 * @return Indicate if the controller successfully started the IO request.
309 * @return Indicate if the controller successfully completed the IO request.
334 * @return Indicate if the controller successfully completed the task
357 * @return Indicate if the retrieval of the domain handle was successful.
[all …]
H A Dscic_controller.h169 * @return Indicate if the controller was successfully constructed or if
248 * @return Indicate if the handler retrieval operation was successful.
274 * @return Indicate if the controller was successfully initialized or if
320 * @return Indicate if the controller start method succeeded or failed in
351 * @return Indicate if the controller stop method succeeded or failed in
374 * @return Indicate if the controller reset method succeeded or failed in
415 * @return Indicate if the controller successfully started the IO request.
459 * @return Indicate if the controller successfully started the IO request.
485 * @return Indicate if the controller successfully completed the task
515 * @return Indicate if the controller successfully began the terminate process
[all …]
H A Dsati_reassign_blocks.c80 * @return Indicate if the method was successfully completed.
98 * @return Indicate if the method was successfully completed.
124 * @return Indicate if the method was successfully completed.
157 * @return Indicate if the method was successfully completed.
187 * @return Indicate if the method was successfully completed.
225 * @return Indicate if the method was successfully completed.
374 * @return Indicate if the translation was successful.
431 * @return Indicate if the translation was successful.
492 * @return Indicate if the command translation succeeded.
566 * @return Indicate if the response translation succeeded.
H A Dscic_remote_device.h142 * @return Indicate if the remote device was successfully constructed.
174 * @return Indicate if the remote device was successfully constructed.
202 * @return The return value shall indicate if the device was successfully
222 * @return Indicate if the device port width was successfully updated.
386 * @brief This method will indicate which protocols are supported by this
392 * the remote device object, which indicate the protocols
405 * @brief This method will indicate the SAS address for the remote device.
428 * @return BOOL Indicate a device is ATAPI device or not.
H A Dsati_read.c87 * @return Indicate if the command translation succeeded.
128 * @return Indicate if the command translation succeeded.
169 * @return Indicate if the command translation succeeded.
204 * @return Indicate if the command translation succeeded.
242 * @return Indicate if the command translation succeeded.
280 * @return Indicate if the command translation succeeded.
H A Dsati_write.c87 * @return Indicate if the command translation succeeded.
128 * @return Indicate if the command translation succeeded.
169 * @return Indicate if the command translation succeeded.
204 * @return Indicate if the command translation succeeded.
240 * @return Indicate if the command translation succeeded.
278 * @return Indicate if the command translation succeeded.
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h60 /* The lowest 7 states indicate that the previous state was a literal. */
63 /* Indicate that the latest symbol was a literal. */
74 /* Indicate that the latest symbol was a match. */
80 /* Indicate that the latest state was a long repeated match. */
86 /* Indicate that the latest symbol was a short match. */
182 /* Distance slots that indicate a distance <= 127. */
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dnvm-reg.h550 * per country, one to indicate whether to override and the other to
551 * indicate the value to use.
553 * per country, one to indicate whether to override and the other to
554 * indicate allow/disallow unii4 channels.
569 * per country, one to indicate whether to override and the other to
570 * indicate the value to use.
572 * per country, one to indicate whether to override and the other to
573 * indicate allow/disallow unii4 channels.
592 * per country, one to indicate whether to override and the other to
593 * indicate th
[all...]
/freebsd/sbin/ipf/ipsend/
H A Dipsend.5144 is used to indicate the a TCP protocol header is to follow. See the \fBTCP\fP
148 is used to indicate the a UDP protocol header is to follow. See the \fBUDP\fP
152 is used to indicate the a ICMP protocol header is to follow. See the
156 is used to indicate that raw data is to be included in the IP packet. See the
159 these keywords indicate that the relevant IP option should be added to the
327 Generic Unreachable error. This is used to indicate that an error has
347 Redirect (routing). This is used to indicate that the route being chosen
365 Time Exceeded. This is used to indicate that the packet failed to reach the
/freebsd/lib/libutil/
H A Dquotafile.3131 is set to indicate the error, see
148 is set to indicate the error, see
250 is set to indicate the error.
258 to indicate the error.
271 to indicate the error.
/freebsd/sys/contrib/openzfs/
H A DRELEASES.md3 * MAJOR - Incremented at the discretion of the OpenZFS developers to indicate
5 does not indicate any incompatible on-disk format change. The ability
10 * MINOR - Incremented to indicate new functionality such as a new feature
/freebsd/contrib/sendmail/cf/feature/
H A Dldap_routing.m421 # Check for third argument to indicate how to deal with non-existent
28 # Check for fourth argument to indicate how to deal with +detail info
33 # Check for sixth argument to indicate how to deal with tempfails
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVSDPatterns.td114 // Value to indicate no rounding mode change in
214 // Value to indicate no rounding mode change in
278 // Value to indicate no rounding mode change in
408 // Value to indicate no rounding mode change in
468 // Value to indicate no rounding mode change in
619 // Value to indicate no rounding mode change in
632 // Value to indicate no rounding mode change in
643 // Value to indicate no rounding mode change in
663 // Value to indicate no rounding mode change in
675 // Value to indicate no rounding mode change in
[all …]
/freebsd/usr.sbin/kbdcontrol/
H A Dkbdmap.5261 to indicate that caps lock affects the key,
263 to indicate that num lock affects the key,
265 to indicate that both
269 to indicate that neither affects the key.
/freebsd/lib/libc/iconv/
H A Diconv.3204 returns (iconv_t)\-1 and sets errno to indicate the error.
211 returns \-1, and sets errno to indicate the error.
218 returns \-1 and sets errno to indicate the error.
227 returns (size_t)\-1 and sets errno to indicate the error.
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_kr.h68 /* Set to 1 to indicate a Remote Fault condition.
69 * Set to 0 to indicate normal operation.*/
73 /* Set to 1 to indicate that the device has next pages to send.
74 * Set to 0 to indicate that that device has no next pages to send. */
103 /* Acknowledge 2 is used to indicate that the receiver is able to act on the information
225 * indicate the receiver is ready (the link training is completed)
/freebsd/sys/contrib/vchiq/interface/vchi/connections/
H A Dconnection.h175 // Callback to indicate that the other side has added a buffer to the rx bulk DMA FIFO
190 // Callback to indicate that bulk auxiliary messages have arrived
193 // Callback to indicate that bulk auxiliary messages have arrived
281 // Callback to indicate that the other side has added a buffer to the rx bulk DMA FIFO
290 // Callback to indicate that bulk auxiliary messages have arrived
293 // Callback to indicate that a bulk auxiliary message has been transmitted
/freebsd/crypto/heimdal/lib/krb5/
H A Dcontext.c366 * @return Returns 0 to indicate success. Otherwise an errno code is
474 * @return Returns 0 to indicate success. Otherwise an kerberos et
617 * @return Returns 0 to indicate success. Otherwise an kerberos et
742 * @return Returns 0 to indicate success. Otherwise an kerberos et
811 * @return Returns 0 to indicate success. Otherwise an kerberos et
854 * @return Returns 0 to indicate success. Otherwise an kerberos et
952 * @return Returns 0 to indicate success. Otherwise an kerberos et
984 * @return Returns 0 to indicate success. Otherwise an kerberos et
1095 * @return Returns 0 to indicate success. Otherwise an kerberos et
1119 * @return Returns 0 to indicate success. Otherwise an kerberos et
[all …]
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h1761 * This field is used in Output records to indicate that the output
1763 * to indicate that the output has been completely written. When
1993 * This field is used to indicate device's capabilities and
2197 * This field will indicate if any subsystems is not fully
2202 * If set to 1, it will indicate to host drivers that firmware is
2220 * Firmware sets this flag along with dev_not_rdy flag to indicate
2384 * This field is used in Output records to indicate that the output
2386 * to indicate that the output has been completely written. When
2966 * updated. This flag is used by driver to indicate that in order
3290 * populate the opaque field to indicate the specific TX ring with which
[all …]
/freebsd/contrib/sendmail/src/
H A Dmailq.139 to indicate the job is being processed;
41 to indicate that the load is too high to process the job; and
43 to indicate that the job is too young to process.

12345678910>>...112