/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/ |
H A D | usnic_uiom.c | 58 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 D | mt7915.h | 162 struct idr token; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | cpsw_priv.h | 436 void cpsw_tx_handler(void *token, int len, int status);
|
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/ |
H A D | qbman-portal.h | 218 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 D | kvm.h | 363 __u64 token; /* Use a token of 0 to undefine a mapping */ member
|
/kernel/linux/linux-5.10/tools/build/feature/ |
H A D | Makefile | 220 FLAGS_PERL_EMBED += -Wno-compound-token-split-by-macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_asm.h | 224 u8 token; member
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dasd_eckd.h | 471 __u16 token; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_asm.h | 224 u8 token; member
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_eckd.h | 480 __u16 token; member
|
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/ |
H A D | qbman-portal.h | 225 void qbman_eq_desc_set_token(struct qbman_eq_desc *d, u8 token);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | cpsw_priv.h | 444 void cpsw_tx_handler(void *token, int len, int status);
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/ |
H A D | usnic_uiom.c | 57 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 D | smc_clc.h | 208 __be64 token; /* DMB token */ member
|
/kernel/linux/linux-6.6/tools/build/feature/ |
H A D | Makefile | 235 FLAGS_PERL_EMBED += -Wno-compound-token-split-by-macro
|
/kernel/linux/linux-6.6/tools/arch/powerpc/include/uapi/asm/ |
H A D | kvm.h | 363 __u64 token; /* Use a token of 0 to undefine a mapping */ member
|
/third_party/gn/src/base/ |
H A D | command_line.cc | 462 wrapper_argv.emplace_back(tokenizer.token()); in PrependWrapper()
|
/third_party/libunwind/libunwind/include/ |
H A D | dwarf.h | 446 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 D | encoding.h | 352 // 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 D | h2load_http3_session.cc | 198 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 D | client-ws.c | 305 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 D | glcRobustBufferAccessBehaviorTests.hpp | 37 /** 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 D | pegen.h | 6 #include <token.h>
|
/third_party/rust/crates/syn/src/ |
H A D | lib.rs | 32 //! - **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 D | expr.rs | 30 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;
|