Home
last modified time | relevance | path

Searched full:flagged (Results 1 – 25 of 191) sorted by relevance

12345678

/freebsd/sys/contrib/ck/src/
H A Dck_ec.c227 * 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 Dps2-gpio.yaml18 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 DparseOutput.rb58 # 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 DSSL_CTX_set_session_id_context.pod51 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 Di2c-gpio.yaml22 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 Datmel,maxtouch.yaml42 (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 Dkmp_cancel.cpp130 @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 DSSL_CTX_set_session_id_context.3184 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 DScheduleDAGSDNodes.h39 /// 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 Dnewsyslog.885 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 Dmediatek.yaml31 If the line is active low it should be flagged with GPIO_ACTIVE_LOW.
H A Dbrcm,bcm4751.yaml45 description: An optional active low reset line, should be flagged with
H A Dsirfstar.yaml47 description: An optional active low reset line, should be flagged with
/freebsd/sys/contrib/device-tree/Bindings/iio/light/
H A Dcm3605.txt14 to activate the ALS, should be flagged GPIO_ACTIVE_LOW)
H A Dcapella,cm3605.yaml29 ASET line (drive low to activate the ALS, should be flagged
/freebsd/sys/dev/cfe/
H A Dcfe_ioctl.h134 #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 Du-boot,env.yaml37 - description: Two redundant blocks with active one flagged
/freebsd/sys/dev/ow/
H A Dow.h67 uint8_t xpt_cmd[MAX_XPT]; /* Device specific command to send, if flagged */
/freebsd/share/man/man9/
H A Dselrecord.960 If another thread is already waiting on the object a collision will be flagged
H A Dvm_page_bits.9122 flagged as invalid.
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smsm.txt44 Nodes can either be flagged as an interrupt-controller to denote a remote
/freebsd/sys/contrib/device-tree/Bindings/nvmem/layouts/
H A Du-boot,env.yaml34 - description: Two redundant blocks with active one flagged
/freebsd/sys/security/mac_ddb/
H A Dmac_ddb.c55 * 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 Dng_checksum.4101 flagged on the mbuf.
/freebsd/sys/contrib/ck/include/
H A Dck_ec.h632 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()

12345678