/freebsd/sys/contrib/ck/src/ |
H A D | ck_ec.c | 227 * Attempts to upgrade ec->counter from unflagged to flagged. 230 * counter word is equal to flagged on return, or has been at some 237 uint##W##_t flagged) \ 241 if (current == flagged) { \ 253 * counter is already flagged, or has a new value. \ 256 unflagged, flagged, \ 258 old_word != flagged); \ 316 old_value, unflagged, flagged) \ argument 324 .flagged_word = flagged \ 343 * counter word is flagged. \ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/serio/ |
H A D | ps2-gpio.yaml | 18 the gpio used for the data signal - this should be flagged as 26 the gpio used for the clock signal - this should be flagged as
|
/freebsd/contrib/ntp/sntp/unity/auto/ |
H A D | parseOutput.rb | 58 # Test was flagged as having passed so format the output 69 # Test was flagged as being ingored so format the output 83 # Test was flagged as having failed so format the line
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_session_id_context.pod | 51 will not be reused but a fatal error will be flagged and the handshake 55 when reusing a session, an error will be flagged and the handshake will
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-gpio.yaml | 22 gpio used for the sda signal, this should be flagged as 30 gpio used for the scl signal, this should be flagged as
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | atmel,maxtouch.yaml | 42 (active low). The line must be flagged with 49 (active low). The line must be flagged with
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_cancel.cpp | 130 @return returns true if a matching cancellation request has been flagged in the 236 @return returns true if a matching cancellation request has been flagged in the 298 @return returns true if a matching cancellation request has been flagged in the
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_set_session_id_context.3 | 184 will not be reused but a fatal error will be flagged and the handshake 188 when reusing a session, an error will be flagged and the handshake will
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.h | 39 /// SDNodes with MVT::Glue operands are grouped along with the flagged 96 /// flagged together nodes with a single SUnit.
|
/freebsd/usr.sbin/newsyslog/ |
H A D | newsyslog.8 | 85 to use the specified compression method when a file is flagged for compression. 100 will apply the chosen method to all files flagged for compression.
|
/freebsd/sys/contrib/device-tree/Bindings/gnss/ |
H A D | mediatek.yaml | 31 If the line is active low it should be flagged with GPIO_ACTIVE_LOW.
|
H A D | brcm,bcm4751.yaml | 45 description: An optional active low reset line, should be flagged with
|
H A D | sirfstar.yaml | 47 description: An optional active low reset line, should be flagged with
|
/freebsd/sys/contrib/device-tree/Bindings/iio/light/ |
H A D | cm3605.txt | 14 to activate the ALS, should be flagged GPIO_ACTIVE_LOW)
|
H A D | capella,cm3605.yaml | 29 ASET line (drive low to activate the ALS, should be flagged
|
/freebsd/sys/dev/cfe/ |
H A D | cfe_ioctl.h | 134 #define ETHER_STROBE_SOP 2 /* SOP flagged. Only in 8-bit mode*/ 135 #define ETHER_STROBE_EOP 3 /* EOP flagged. Only in 8-bit mode*/
|
/freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
H A D | u-boot,env.yaml | 37 - description: Two redundant blocks with active one flagged
|
/freebsd/sys/dev/ow/ |
H A D | ow.h | 67 uint8_t xpt_cmd[MAX_XPT]; /* Device specific command to send, if flagged */
|
/freebsd/share/man/man9/ |
H A D | selrecord.9 | 60 If another thread is already waiting on the object a collision will be flagged
|
H A D | vm_page_bits.9 | 122 flagged as invalid.
|
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
H A D | qcom,smsm.txt | 44 Nodes can either be flagged as an interrupt-controller to denote a remote
|
/freebsd/sys/contrib/device-tree/Bindings/nvmem/layouts/ |
H A D | u-boot,env.yaml | 34 - description: Two redundant blocks with active one flagged
|
/freebsd/sys/security/mac_ddb/ |
H A D | mac_ddb.c | 55 * been flagged with DB_CMD_MEMSAFE in their definition will be allowed. 66 * Any other commands not flagged with DM_CMD_MEMSAFE or DB_CMD_VALIDATE are
|
/freebsd/share/man/man4/ |
H A D | ng_checksum.4 | 101 flagged on the mbuf.
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_ec.h | 632 char flagged; in ck_ec32_inc() 660 : "+m"(ec->counter), "=@ccle"(flagged) \ in ck_ec32_inc() 665 : "+m"(ec->counter), "=r"(flagged) \ in ck_ec32_inc() 678 if (CK_CC_UNLIKELY(flagged)) { in ck_ec32_inc()
|