Searched defs:const (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/drivers/usb/gadget/function/ |
D | storage_common.h | 38 # define dump_msg(fsg, /* const char * */ label, \ argument 52 # define dump_msg(fsg, /* const char * */ label, \ argument
|
/Linux-v6.1/security/landlock/ |
D | syscalls.c | 158 const struct landlock_ruleset_attr __user *const, attr, in SYSCALL_DEFINE3() argument 307 const void __user *const, rule_attr, const __u32, flags) in SYSCALL_DEFINE4() argument
|
/Linux-v6.1/rust/alloc/ |
D | boxed.rs | 1200 impl<T> const Default for Box<[T]> { impl 1210 impl const Default for Box<str> { impl 1407 impl<T: ?Sized, A: Allocator> const From<Box<T, A>> for Pin<Box<T, A>> impl 1787 impl<T: ?Sized, A: Allocator> const Deref for Box<T, A> { impl 1797 impl<T: ?Sized, A: Allocator> const DerefMut for Box<T, A> { impl 1977 impl<T: ?Sized, A: Allocator> const Unpin for Box<T, A> where A: 'static {} impl
|
D | borrow.rs | 336 impl<B: ?Sized + ToOwned> const Deref for Cow<'_, B> impl
|
/Linux-v6.1/arch/powerpc/xmon/ |
D | ansidecl.h | 116 #define const macro
|
/Linux-v6.1/arch/sparc/include/uapi/asm/ |
D | traps.h | 20 #define SPARC_MOV_CONST_L3(const) (0xa6102000 | (const&0xfff)) argument
|
/Linux-v6.1/scripts/kconfig/ |
D | qconf.cc | 246 const QModelIndex &index) const in createEditor() argument 264 const QModelIndex &index) const in setModelData() argument
|
/Linux-v6.1/arch/alpha/include/asm/ |
D | io.h | 155 REMAP1(unsigned int, ioread8, const) in REMAP1() argument
|
/Linux-v6.1/drivers/of/ |
D | fdt.c | 852 const void * (*get_next_compat)(const char * const**)) in of_flat_dt_match_machine() argument
|
/Linux-v6.1/rust/alloc/vec/ |
D | mod.rs | 2914 impl<T> const Default for Vec<T> { impl
|