/openbmc/linux/rust/alloc/ |
H A D | alloc.rs | 36 fn __rust_realloc(ptr: *mut u8, old_size: usize, align: usize, new_size: usize) -> *mut u8; in __rust_realloc() 94 pub unsafe fn alloc(layout: Layout) -> *mut u8 { in alloc() 137 pub unsafe fn realloc(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() 194 ptr: NonNull<u8>, in grow_impl() 198 ) -> Result<NonNull<[u8]>, AllocError> { in grow_impl() 263 ptr: NonNull<u8>, in grow() 266 ) -> Result<NonNull<[u8]>, AllocError> { in grow() 274 ptr: NonNull<u8>, in grow_zeroed() 277 ) -> Result<NonNull<[u8]>, AllocError> { in grow_zeroed() 285 ptr: NonNull<u8>, in shrink() [all …]
|
H A D | raw_vec.rs | 272 fn current_memory(&self) -> Option<(NonNull<u8>, Layout)> { in current_memory() 407 fn set_ptr_and_cap(&mut self, ptr: NonNull<[u8]>, cap: usize) { in set_ptr_and_cap() 505 current_memory: Option<(NonNull<u8>, Layout)>, in finish_grow() 507 ) -> Result<NonNull<[u8]>, TryReserveError> in finish_grow()
|
H A D | slice.rs | 607 impl [u8] { implementation 623 pub fn to_ascii_uppercase(&self) -> Vec<u8> { in to_ascii_uppercase() 644 pub fn to_ascii_lowercase(&self) -> Vec<u8> { in to_ascii_lowercase()
|
/openbmc/linux/rust/kernel/ |
H A D | allocator.rs | 18 unsafe fn krealloc_aligned(ptr: *mut u8, new_layout: Layout, flags: bindings::gfp_t) -> *mut u8 { in krealloc_aligned() 43 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() 49 unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { in dealloc() 55 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() 70 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed()
|
H A D | str.rs | 154 pub fn as_bytes(&self) -> &[u8] { in as_bytes() 160 pub const fn as_bytes_with_nul(&self) -> &[u8] { in as_bytes_with_nul() 419 pub(crate) unsafe fn from_ptrs(pos: *mut u8, end: *mut u8) -> Self { in from_ptrs() 434 pub(crate) unsafe fn from_buffer(buf: *mut u8, len: usize) -> Self { in from_buffer() 448 pub(crate) fn pos(&self) -> *mut u8 { in pos() 496 pub(crate) unsafe fn from_buffer(buf: *mut u8, len: usize) -> Self { in from_buffer()
|
H A D | print.rs | 105 module_name: &[u8],
|
/openbmc/linux/include/crypto/ |
H A D | ctr.h | 22 const u8 *, u8 *)) in crypto_ctr_encrypt_walk()
|
/openbmc/linux/crypto/ |
H A D | ecb.c | 18 void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) in crypto_ecb_crypt() argument
|
/openbmc/u-boot/include/ |
H A D | uboot_aes.h | 12 typedef unsigned char u8; typedef
|
/openbmc/u-boot/include/asm-generic/ |
H A D | int-ll64.h | 36 typedef __u8 u8; typedef
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt_sk.c | 19 char u8[4]; in getsetsockopt() member
|
/openbmc/u-boot/arch/nios2/include/asm/ |
H A D | types.h | 39 typedef unsigned char u8; typedef
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/ |
H A D | ssh.rst | 3 .. |u8| replace:: :c:type:`u8 <u8>` substdef
|
/openbmc/linux/arch/powerpc/platforms/cell/ |
H A D | spider-pci.c | 50 SPIDER_PCI_MMIO_READ(readb, u8) in SPIDER_PCI_MMIO_READ() argument
|
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/ |
H A D | convert_c_to_py.c | 9 typedef uint8_t u8; typedef
|
/openbmc/linux/arch/sh/drivers/pci/ |
H A D | common.c | 42 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() argument
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | types.h | 9 typedef unsigned char u8; typedef
|
/openbmc/linux/include/asm-generic/ |
H A D | int-ll64.h | 17 typedef __u8 u8; typedef
|
/openbmc/linux/arch/x86/boot/tools/ |
H A D | build.c | 39 typedef unsigned char u8; typedef
|
/openbmc/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
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | storage_common.h | 39 /* const u8 * */ buf, /* unsigned */ length) \ argument 53 /* const u8 * */ buf, /* unsigned */ length) do { } while (0) argument
|
/openbmc/linux/tools/include/linux/ |
H A D | types.h | 42 typedef __u8 u8; typedef
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | s390-ccw.h | 16 typedef unsigned char u8; typedef
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 32 typedef uint8_t u8; typedef
|
/openbmc/u-boot/cmd/ |
H A D | nvedit_efi.c | 238 u8 u8; in append_value() member
|