Searched refs:argname (Results 1 – 5 of 5) sorted by relevance
14 …($($(#[$attr:meta])* $pub:vis unsafe fn $name:ident($($argname:ident : $argtyp:ty),* $(,)?);)*) =>…17 $pub unsafe fn $name($($argname : $argtyp),*) {34 unsafe { $crate::bindings::[< rust_do_trace_ $name >]($($argname),*) };43 $( let _unused = $argname; )*
237 // 'argname' is just documentational at this point, to remove the previous comment with that info238 #define SCA_SOCKADDR_FROM_USER(argname) \263 // 'argname' is just documentational at this point, to remove the previous comment with that info264 #define SCA_TIMESPEC_FROM_USER(argname) \309 #define SCA_PERF_ATTR_FROM_USER(argname) \236 SCA_SOCKADDR_FROM_USER(argname) global() argument 262 SCA_TIMESPEC_FROM_USER(argname) global() argument
92 SCA_PERF_ATTR_FROM_USER(argname) global() argument
1817 void check_alldigits(const char *optarg, const char *argname) in check_alldigits() argument1821 "The %s parameter expects a decimal argument\n", argname); in check_alldigits()
886 // 'argname' is just documentational at this point, to remove the previous comment with that info in syscall_arg__scnprintf_pipe_flags() 887 #define SCA_FILENAME_FROM_USER(argname) \ in syscall_arg__scnprintf_pipe_flags() 878 SCA_FILENAME_FROM_USER(argname) global() argument