Home
last modified time | relevance | path

Searched defs:u8 (Results 1 – 25 of 42) sorted by relevance

12

/linux/rust/kernel/alloc/
H A Dallocator.rs17 pub(crate) unsafe fn krealloc_aligned(ptr: *mut u8, new_layout: Layout, flags: Flags) -> *mut u8 { in krealloc_aligned()
42 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc()
48 unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { in dealloc()
54 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc()
69 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed()
/linux/include/crypto/
H A Dctr.h22 const u8 *, u8 *)) in crypto_ctr_encrypt_walk()
/linux/rust/kernel/
H A Dstr.rs257 pub fn as_bytes(&self) -> &[u8] { in as_bytes()
263 pub const fn as_bytes_with_nul(&self) -> &[u8] { in as_bytes_with_nul()
664 pub(crate) unsafe fn from_ptrs(pos: *mut u8, end: *mut u8) -> Self { in from_ptrs()
679 pub(crate) unsafe fn from_buffer(buf: *mut u8, len: usize) -> Self { in from_buffer()
693 pub(crate) fn pos(&self) -> *mut u8 { in pos()
741 pub(crate) unsafe fn from_buffer(buf: *mut u8, len: usize) -> Self { in from_buffer()
H A Dprint.rs100 module_name: &[u8],
/linux/crypto/
H A Decb.c16 static int crypto_ecb_crypt(struct crypto_cipher *cipher, const u8 *src, in crypto_ecb_crypt()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt_sk.c19 char u8[4]; in getsetsockopt() member
/linux/Documentation/driver-api/surface_aggregator/
H A Dssh.rst3 .. |u8| replace:: :c:type:`u8 <u8>` substdef
/linux/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_c_to_py.c9 typedef uint8_t u8; typedef
/linux/arch/powerpc/platforms/cell/
H A Dspider-pci.c50 SPIDER_PCI_MMIO_READ(readb, u8) in SPIDER_PCI_MMIO_READ() argument
/linux/arch/sh/drivers/pci/
H A Dcommon.c42 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() argument
/linux/arch/powerpc/boot/
H A Dtypes.h9 typedef unsigned char u8; typedef
/linux/include/asm-generic/
H A Dint-ll64.h17 typedef __u8 u8; typedef
/linux/arch/x86/boot/tools/
H A Dbuild.c39 typedef unsigned char u8; typedef
/linux/drivers/usb/gadget/function/
H A Dstorage_common.h39 /* const u8 * */ buf, /* unsigned */ length) \ argument
53 /* const u8 * */ buf, /* unsigned */ length) do { } while (0) argument
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dmxms.c97 bool (*exec)(struct nvkm_mxm *, u8 *, void *), void *info) in mxms_foreach() argument
/linux/tools/include/linux/
H A Dtypes.h42 typedef __u8 u8; typedef
/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h32 typedef uint8_t u8; typedef
/linux/tools/testing/selftests/mm/
H A Dpkey-helpers.h19 #define u8 __u8 macro
/linux/include/linux/raid/
H A Dpq.h31 typedef uint8_t u8; typedef
/linux/drivers/net/fddi/skfp/h/
H A Dtargetos.h88 #define u8 unsigned char macro
/linux/drivers/xen/xen-pciback/
H A Dconf_space.c34 DEFINE_PCI_CONFIG(read, byte, u8 *) in DEFINE_PCI_CONFIG() argument
/linux/rust/kernel/net/
H A Dphy.rs619 fn read_mmd(_dev: &mut Device, _devnum: u8, _regnum: u16) -> Result<u16> { in read_mmd()
624 fn write_mmd(_dev: &mut Device, _devnum: u8, _regnum: u16, _val: u16) -> Result { in write_mmd()
/linux/arch/alpha/boot/tools/
H A Dmkbb.c26 #define u8 unsigned char macro
/linux/fs/ntfs3/
H A Dlznt.c138 static inline int compress_chunk(size_t (*match)(const u8 *, struct lznt *), in compress_chunk()
/linux/include/uapi/linux/netfilter/
H A Dx_tables.h94 __u8 u8; member

12