Searched refs:file (Results 1 – 16 of 16) sorted by relevance
/lib/ |
D | bug.c | 146 const char *file; in report_bug() local 156 file = NULL; in report_bug() 163 file = bug->file; in report_bug() 165 file = (const char *)bug + bug->file_disp; in report_bug() 195 __warn(file, line, (void *)bugaddr, BUG_GET_TAINT(bug), regs, in report_bug() 200 if (file) in report_bug() 201 pr_crit("kernel BUG at %s:%u!\n", file, line); in report_bug()
|
D | error-inject.c | 204 static int ei_open(struct inode *inode, struct file *filp) in ei_open() 218 struct dentry *dir, *file; in ei_debugfs_init() local 224 file = debugfs_create_file("list", 0444, dir, NULL, &debugfs_ei_ops); in ei_debugfs_init() 225 if (!file) { in ei_debugfs_init()
|
D | string_helpers.c | 630 char *kstrdup_quotable_file(struct file *file, gfp_t gfp) in kstrdup_quotable_file() argument 634 if (!file) in kstrdup_quotable_file() 642 pathname = file_path(file, temp, PATH_MAX + 11); in kstrdup_quotable_file()
|
D | dynamic_debug.c | 696 static ssize_t ddebug_proc_write(struct file *file, const char __user *ubuf, in ddebug_proc_write() argument 863 static int ddebug_proc_open(struct inode *inode, struct file *file) in ddebug_proc_open() argument 866 return seq_open_private(file, &ddebug_proc_seqops, in ddebug_proc_open()
|
D | Kconfig.debug | 106 enabled/disabled based on various levels of scope - per source file, 111 If a source file is compiled with DEBUG flag set, any 118 Dynamic debugging is controlled via the 'dynamic_debug/control' file, 121 We refer the control file as: <debugfs>/dynamic_debug/control. This 122 file contains a list of the debug statements that can be enabled. The 123 format for each line of the file is: 127 filename : source file of the debug statement 144 // enable the message at line 1603 of file svcsock.c 145 nullarbor:~ # echo -n 'file svcsock.c line 1603 +p' > 148 // enable all the messages in file svcsock.c [all …]
|
D | Makefile | 224 $(foreach file, $(libfdt_files), \ 225 $(eval CFLAGS_$(file) = -I $(srctree)/scripts/dtc/libfdt))
|
D | test_firmware.c | 108 static ssize_t test_fw_misc_read(struct file *f, char __user *buf, in test_fw_misc_read()
|
D | debugobjects.c | 1022 static int debug_stats_open(struct inode *inode, struct file *filp) in debug_stats_open()
|
D | vsprintf.c | 891 char *file_dentry_name(char *buf, char *end, const struct file *f, in file_dentry_name()
|
/lib/xz/ |
D | xz_dec_test.c | 64 static int xz_dec_test_open(struct inode *i, struct file *f) in xz_dec_test_open() 83 static int xz_dec_test_release(struct inode *i, struct file *f) in xz_dec_test_release() 102 static ssize_t xz_dec_test_write(struct file *file, const char __user *buf, in xz_dec_test_write() argument
|
D | Kconfig | 7 the .xz file format as the container. For integrity checking, 54 a character special file. It calculates CRC32 of the decompressed
|
/lib/raid6/ |
D | vpermxor.uc | 14 * This file is postprocessed using unroll.awk
|
D | altivec.uc | 18 * This file is postprocessed using unroll.awk
|
D | neon.uc | 24 * This file is postprocessed using unroll.awk
|
D | int.uc | 18 * This file is postprocessed using unroll.awk
|
D | s390vx.uc | 11 * This file is postprocessed using unroll.awk.
|