Home
last modified time | relevance | path

Searched refs:token (Results 2901 - 2925 of 3284) sorted by relevance

1...<<111112113114115116117118119120>>...132

/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/
H A Dusnic_uiom.c58 void *token) in usnic_uiom_dma_fault()
55 usnic_uiom_dma_fault(struct iommu_domain *domain, struct device *dev, unsigned long iova, int flags, void *token) usnic_uiom_dma_fault() argument
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmt7915.h162 struct idr token; member
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dcpsw_priv.h436 void cpsw_tx_handler(void *token, int len, int status);
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/
H A Dqbman-portal.h218 void qbman_eq_desc_set_token(struct qbman_eq_desc *d, u8 token);
/kernel/linux/linux-5.10/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h363 __u64 token; /* Use a token of 0 to undefine a mapping */ member
/kernel/linux/linux-5.10/tools/build/feature/
H A DMakefile220 FLAGS_PERL_EMBED += -Wno-compound-token-split-by-macro
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A Dnfp_asm.h224 u8 token; member
/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd_eckd.h471 __u16 token; member
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_asm.h224 u8 token; member
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd_eckd.h480 __u16 token; member
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/
H A Dqbman-portal.h225 void qbman_eq_desc_set_token(struct qbman_eq_desc *d, u8 token);
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dcpsw_priv.h444 void cpsw_tx_handler(void *token, int len, int status);
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/
H A Dusnic_uiom.c57 void *token) in usnic_uiom_dma_fault()
54 usnic_uiom_dma_fault(struct iommu_domain *domain, struct device *dev, unsigned long iova, int flags, void *token) usnic_uiom_dma_fault() argument
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_clc.h208 __be64 token; /* DMB token */ member
/kernel/linux/linux-6.6/tools/build/feature/
H A DMakefile235 FLAGS_PERL_EMBED += -Wno-compound-token-split-by-macro
/kernel/linux/linux-6.6/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h363 __u64 token; /* Use a token of 0 to undefine a mapping */ member
/third_party/gn/src/base/
H A Dcommand_line.cc462 wrapper_argv.emplace_back(tokenizer.token()); in PrependWrapper()
/third_party/libunwind/libunwind/include/
H A Ddwarf.h446 extern int dwarf_reg_states_iterate (struct dwarf_cursor *c, unw_reg_states_callback cb, void *token);
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.h352 // Identifies the current token that we're looking at,
354 // or DONE (if we're past the last token).
357 // Advances to the next token.
370 // The following methods retrieve the token values. They can only
394 void SetToken(CBORTokenTag token, size_t token_byte_length);
/third_party/nghttp2/src/
H A Dh2load_http3_session.cc198 int recv_header(nghttp3_conn *conn, int64_t stream_id, int32_t token, in recv_header() argument
/third_party/libwebsockets/lib/roles/ws/
H A Dclient-ws.c305 if (!strncasecmp(ts.token, "upgrade", ts.token_len)) in lws_client_ws_upgrade()
593 * Confirm his accept token is the one we precomputed in lws_client_ws_upgrade()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.hpp37 /** Replace first occurance of <token> with <text> in <string> starting at <search_posistion>
39 void replaceToken(const glw::GLchar* token, size_t& search_position, const glw::GLchar* text, std::string& string);
/third_party/python/Parser/
H A Dpegen.h6 #include <token.h>
/third_party/rust/crates/syn/src/
H A Dlib.rs32 //! - **Location information** — Every token parsed by Syn is associated with a
34 //! token. These spans allow a procedural macro to display detailed error
128 //! The token-based procedural macro API provides great control over where the
143 //! procedural macro as shown in the `heapsize` example, token-based macros in
314 pub mod token; modules
582 /// use syn::{token, Expr, ExprParen};
591 /// paren_token: token::Paren::default(),
865 /// "span" of the token), possibly allowing the compiler to produce better error
895 /// // Convert into a token stream and return it
905 /// Parse a proc-macro2 token strea
[all...]
/third_party/rust/crates/rust-cexpr/src/
H A Dexpr.rs30 use crate::token::{Kind as TokenKind, Token};
511 /// Returns an error if the input is not a valid expression or if the token
523 /// on most function-like macros, or if the token stream contains comments, in expr()
544 /// Returns an error if the input is not a valid expression or if the token
556 /// on a function-like macro, or if the token stream contains comments, in expr()
568 /// Returns an error if the input is not a functional macro or if the token
575 /// use cexpr::token::Kind::*;
576 /// use cexpr::token::Token;

Completed in 29 milliseconds

1...<<111112113114115116117118119120>>...132