Home
last modified time | relevance | path

Searched refs:in_buf (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/platforms/pseries/
A Dpapr_scm.c631 data = *(uint64_t *)(hdr->in_buf + data_offset); in papr_scm_meta_set()
635 data = *(uint32_t *)(hdr->in_buf + data_offset); in papr_scm_meta_set()
640 data = *(uint16_t *)(hdr->in_buf + data_offset); in papr_scm_meta_set()
645 data_be = *(uint8_t *)(hdr->in_buf + data_offset); in papr_scm_meta_set()
/arch/s390/kernel/
A Ddebug.c97 const char *in_buf);
1628 char *out_buf, size_t out_buf_size, const char *in_buf) in debug_hex_ascii_format_fn() argument
1634 "%02x ", ((unsigned char *)in_buf)[i]); in debug_hex_ascii_format_fn()
1638 unsigned char c = in_buf[i]; in debug_hex_ascii_format_fn()
/arch/s390/include/asm/
A Ddebug.h74 const char *in_buf);

Completed in 16 milliseconds