/linux-6.15/kernel/printk/ |
D | printk.c | 657 static void append_char(char **pp, char *e, char c) in append_char() 693 unsigned char c = text[i]; in msg_add_ext_text() local 2518 static void set_user_specified(struct console_cmdline *c, bool user_specified) in set_user_specified() 2536 struct console_cmdline *c; in __add_preferred_console() local 2704 struct console_cmdline *c = console_cmdline; in match_devname_and_update_preferred_console() local 3350 struct console *c; in console_unblank() local 3428 struct console *c; in __console_rewind_all() local 3499 struct console *c; in console_device() local 3817 struct console_cmdline *c; in try_enable_preferred_console() local 4152 struct console *c; in unregister_console_locked() local [all …]
|
/linux-6.15/kernel/debug/kdb/ |
D | kdb_keyboard.c | 28 #define CTRL(c) ((c) - 64) argument
|
/linux-6.15/sound/soc/codecs/ |
D | simple-amplifier.c | 21 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in drv_event() local
|
/linux-6.15/arch/arm/common/ |
D | sharpsl_param.c | 30 #define MAGIC_CHG(a,b,c,d) ( ( d << 24 ) | ( c << 16 ) | ( b << 8 ) | a ) argument
|
/linux-6.15/arch/mips/boot/compressed/ |
D | string.c | 23 void *memset(void *s, int c, size_t n) in memset()
|
/linux-6.15/security/selinux/ss/ |
D | symtab.c | 20 unsigned char c; in symhash() local
|
/linux-6.15/arch/riscv/include/asm/ |
D | string.h | 36 #define memset(s, c, n) __memset(s, c, n) argument
|
/linux-6.15/arch/arm64/include/asm/ |
D | rqspinlock.h | 89 #define res_smp_cond_load_acquire(v, c) smp_cond_load_acquire_timewait(v, c, 0, 1) argument
|
/linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
D | test_bpffs.c | 36 struct stat a, b, c; in fn() local
|
/linux-6.15/arch/sparc/include/asm/ |
D | string.h | 18 #define memset(s, c, count) __builtin_memset(s, c, count) argument
|
/linux-6.15/tools/testing/selftests/bpf/progs/ |
D | bpf_iter_bpf_percpu_hash_map.c | 12 int c; member
|
D | test_siphash.h | 14 #define SIPHASH_PERMUTATION(a, b, c, d) ( \ argument
|
/linux-6.15/Documentation/usb/ |
D | usbdevfs-drop-permissions.c | 59 int c, fd; in main() local
|
/linux-6.15/net/bpf/ |
D | test_run.c | 532 int noinline bpf_fentry_test3(char a, int b, u64 c) in bpf_fentry_test3() 537 int noinline bpf_fentry_test4(void *a, char b, int c, u64 d) in bpf_fentry_test4() 542 int noinline bpf_fentry_test5(u64 a, void *b, short c, int d, u64 e) in bpf_fentry_test5() 547 int noinline bpf_fentry_test6(u64 a, void *b, short c, int d, void *e, u64 f) in bpf_fentry_test6() 582 __bpf_kfunc int bpf_modify_return_test2(int a, int *b, short c, int d, in bpf_modify_return_test2() 607 int c; member
|
/linux-6.15/drivers/gpu/drm/exynos/ |
D | regs-scaler.h | 79 #define _SCALER_HCOEF_DELTA(r, c) ((r) * 0x10 + (c) * 0x4) argument 80 #define _SCALER_VCOEF_DELTA(r, c) ((r) * 0x8 + (c) * 0x4) argument 82 #define SCALER_YHCOEF(r, c) (0x60 + _SCALER_HCOEF_DELTA((r), (c))) argument 83 #define SCALER_YVCOEF(r, c) (0xf0 + _SCALER_VCOEF_DELTA((r), (c))) argument 84 #define SCALER_CHCOEF(r, c) (0x140 + _SCALER_HCOEF_DELTA((r), (c))) argument 85 #define SCALER_CVCOEF(r, c) (0x1d0 + _SCALER_VCOEF_DELTA((r), (c))) argument
|
/linux-6.15/samples/rust/ |
D | rust_print_main.rs | 32 let c = a.clone(); in arc_print() localVariable
|
/linux-6.15/drivers/tty/hvc/ |
D | hvc_rtas.c | 50 int c; in hvc_rtas_read_console() local
|
/linux-6.15/arch/m68k/sun3/prom/ |
D | misc.c | 68 int c; in prom_get_idprom() local
|
/linux-6.15/security/ipe/ |
D | policy_tests.c | 233 static void pol_to_desc(const struct policy_case *c, char *desc) in pol_to_desc()
|
/linux-6.15/rust/pin-init/examples/ |
D | big_struct_in_place.rs | 11 c: u64, field
|
/linux-6.15/lib/crypto/ |
D | blake2s-generic.c | 67 #define G(r, i, a, b, c, d) do { \ in blake2s_compress_generic() argument
|
/linux-6.15/fs/bcachefs/ |
D | io_write.h | 61 static inline void bch2_write_op_init(struct bch_write_op *op, struct bch_fs *c, in bch2_write_op_init()
|
/linux-6.15/fs/ |
D | binfmt_script.c | 18 static inline bool spacetab(char c) { return c == ' ' || c == '\t'; } in spacetab()
|
/linux-6.15/tools/testing/selftests/arm64/fp/ |
D | vlset.c | 42 int c; in parse_options() local
|
/linux-6.15/tools/perf/arch/x86/util/ |
D | tsc.c | 62 unsigned int a, b, c, d, lvl; in arch_get_tsc_freq() local
|