/linux/rust/kernel/alloc/ |
H A D | allocator.rs | 86 ptr: Option<NonNull<u8>>, in call() 91 ) -> Result<NonNull<[u8]>, AllocError> { in call() 147 ptr: Option<NonNull<u8>>, in realloc() 152 ) -> Result<NonNull<[u8]>, AllocError> { in realloc() 217 ptr: Option<NonNull<u8>>, in realloc() 222 ) -> Result<NonNull<[u8]>, AllocError> { in realloc() 238 ptr: Option<NonNull<u8>>, in realloc() 243 ) -> Result<NonNull<[u8]>, AllocError> { in realloc()
|
/linux/rust/kernel/ |
H A D | alloc.rs | 184 fn alloc(layout: Layout, flags: Flags, nid: NumaNode) -> Result<NonNull<[u8]>, AllocError> { in alloc() 231 ptr: Option<NonNull<u8>>, in realloc() 236 ) -> Result<NonNull<[u8]>, AllocError>; in realloc() 247 unsafe fn free(ptr: NonNull<u8>, layout: Layout) { in free() 264 pub(crate) fn dangling_from_layout(layout: Layout) -> NonNull<u8> { in dangling_from_layout()
|
H A D | str.rs | 145 impl AsRef<BStr> for [u8] { global() implementation 317 to_bytes(&self) -> &[u8] to_bytes() argument 326 as_bytes(&self) -> &[u8] as_bytes() argument 332 to_bytes_with_nul(&self) -> &[u8] to_bytes_with_nul() argument 341 as_bytes_with_nul(&self) -> &[u8] as_bytes_with_nul() argument 759 from_ptrs(pos: *mut u8, end: *mut u8) -> Self from_ptrs() argument 774 from_buffer(buf: *mut u8, len: usize) -> Self from_buffer() argument 788 pos(&self) -> *mut u8 pos() argument 836 from_buffer(buf: *mut u8, len: usize) -> Self from_buffer() argument [all...] |
H A D | uaccess.rs | 171 pub fn read_all<A: Allocator>(self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() 325 pub fn read_all<A: Allocator>(mut self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() 485 fn raw_strncpy_from_user(dst: &mut [MaybeUninit<u8>], src: UserPtr) -> Result<usize> { in raw_strncpy_from_user()
|
H A D | page.rs | 174 read_raw(&self, dst: *mut u8, offset: usize, len: usize) -> Result read_raw() argument 196 write_raw(&self, src: *const u8, offset: usize, len: usize) -> Result write_raw() argument
|
H A D | print.rs | 102 module_name: &[u8],
|
H A D | firmware.rs | 101 pub fn data(&self) -> &[u8] { in data() argument
|
H A D | device.rs | 372 printk(&self, klevel: &[u8], msg: fmt::Arguments<'_>) printk() argument
|
/linux/net/ethtool/ |
H A D | cmis_cdb.c | 347 bool (*cond_success)(u8), bool (*cond_fail)(u8)) in ethtool_cmis_module_poll() 375 bool (*cond_success)(u8), bool (*cond_fail)(u8), in ethtool_cmis_wait_for_cond()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt_sk.c | 19 char u8[4]; in getsetsockopt() member
|
/linux/tools/sched_ext/include/scx/ |
H A D | common.h | 21 typedef uint8_t u8; typedef
|
/linux/Documentation/driver-api/surface_aggregator/ |
H A D | ssh.rst | 3 .. |u8| replace:: :c:type:`u8 <u8>` substdef
|
/linux/drivers/comedi/drivers/ni_routing/tools/ |
H A D | convert_c_to_py.c | 9 typedef uint8_t u8; typedef
|
/linux/arch/sh/drivers/pci/ |
H A D | common.c | 42 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() argument
|
/linux/arch/powerpc/boot/ |
H A D | types.h | 9 typedef unsigned char u8; typedef
|
/linux/include/asm-generic/ |
H A D | int-ll64.h | 17 typedef __u8 u8; typedef
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
H A D | mxms.c | 97 bool (*exec)(struct nvkm_mxm *, u8 *, void *), void *info) in mxms_foreach() argument
|
/linux/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 32 typedef uint8_t u8; typedef
|
/linux/tools/testing/selftests/mm/ |
H A D | pkey-helpers.h | 22 typedef __u8 u8; typedef
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | set_global_vars.c | 12 typedef __u8 u8; typedef
|
/linux/include/linux/raid/ |
H A D | pq.h | 36 typedef uint8_t u8; typedef
|
/linux/drivers/net/fddi/skfp/h/ |
H A D | targetos.h | 88 #define u8 unsigned char macro
|
/linux/drivers/xen/xen-pciback/ |
H A D | conf_space.c | 34 DEFINE_PCI_CONFIG(read, byte, u8 *) in DEFINE_PCI_CONFIG() argument
|
/linux/rust/kernel/net/ |
H A D | phy.rs | 624 read_mmd(_dev: &mut Device, _devnum: u8, _regnum: u16) -> Result<u16> read_mmd() argument 629 write_mmd(_dev: &mut Device, _devnum: u8, _regnum: u16, _val: u16) -> Result write_mmd() argument
|
/linux/arch/alpha/boot/tools/ |
H A D | mkbb.c | 26 #define u8 unsigned char macro
|