Searched refs:token_stream (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/rust/macros/ |
H A D | helpers.rs | 3 use proc_macro::{token_stream, Group, Punct, Spacing, TokenStream, TokenTree}; 5 pub(crate) fn try_ident(it: &mut token_stream::IntoIter) -> Option<String> { 13 pub(crate) fn try_literal(it: &mut token_stream::IntoIter) -> Option<String> { 21 pub(crate) fn try_string(it: &mut token_stream::IntoIter) -> Option<String> { 37 pub(crate) fn expect_ident(it: &mut token_stream::IntoIter) -> String { 41 pub(crate) fn expect_punct(it: &mut token_stream::IntoIter) -> char { 49 pub(crate) fn expect_string(it: &mut token_stream::IntoIter) -> String { 53 pub(crate) fn expect_string_ascii(it: &mut token_stream::IntoIter) -> String { 59 pub(crate) fn expect_group(it: &mut token_stream::IntoIter) -> Group { 67 pub(crate) fn expect_end(it: &mut token_stream [all...] |
H A D | concat_idents.rs | 3 use proc_macro::{token_stream, Ident, TokenStream, TokenTree}; 7 fn expect_ident(it: &mut token_stream::IntoIter) -> Ident { in expect_ident()
|
H A D | module.rs | 4 use proc_macro::{token_stream, Delimiter, Literal, TokenStream, TokenTree}; 7 fn expect_string_array(it: &mut token_stream::IntoIter) -> Vec<String> { in expect_string_array() 103 fn parse(it: &mut token_stream::IntoIter) -> Self { in parse()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 1132 __u8 token_stream[]; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nl80211.h | 5256 * @token_stream: stream of data to be used for the tokens, the length must 5261 __u8 token_stream[]; member 5268 * @bufsize: total available token buffer size (max size of @token_stream)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nl80211.h | 5712 * @token_stream: stream of data to be used for the tokens, the length must 5717 __u8 token_stream[]; member 5724 * @bufsize: total available token buffer size (max size of @token_stream)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 1263 __u8 token_stream[]; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 1251 __u8 token_stream[]; member
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 13552 memcpy(cfg->payload_tok.token_stream, tok->token_stream, in nl80211_parse_wowlan_tcp()
|
Completed in 61 milliseconds