/linux-4.4.14/samples/bpf/ |
H A D | tracex1_user.c | 10 char filename[256]; main() local
|
H A D | tracex5_user.c | 29 char filename[256]; main() local
|
H A D | sockex1_user.c | 11 char filename[256]; main() local
|
H A D | tracex6_user.c | 59 char filename[256]; main() local
|
H A D | sockex2_user.c | 16 char filename[256]; main() local
|
H A D | tracex4_user.c | 53 char filename[256]; main() local
|
H A D | sockex3_user.c | 26 char filename[256]; main() local
|
H A D | lathist_user.c | 87 char filename[256]; main() local
|
H A D | tracex3_user.c | 106 char filename[256]; main() local
|
H A D | trace_output_user.c | 171 char filename[256]; main() local
|
H A D | tracex2_user.c | 108 char filename[256]; main() local
|
/linux-4.4.14/tools/perf/util/ |
H A D | vdso.h | 14 static inline bool is_vdso_map(const char *filename) is_vdso_map() argument
|
H A D | strlist.c | 68 int strlist__load(struct strlist *slist, const char *filename) strlist__load() argument
|
H A D | bpf-loader.c | 60 struct bpf_object *bpf__prepare_load(const char *filename, bool source) bpf__prepare_load() argument 399 int bpf__strerror_prepare_load(const char *filename, bool source, bpf__strerror_prepare_load() argument
|
H A D | srcline.c | 28 const char *filename; member in struct:a2l_data 217 char *filename = NULL; addr2line() local
|
H A D | symbol-minimal.c | 82 int filename__read_build_id(const char *filename, void *bf, size_t size) filename__read_build_id() argument 218 int sysfs__read_build_id(const char *filename, void *build_id, size_t size) sysfs__read_build_id() argument
|
H A D | build-id.c | 299 char *realname = (char *)name, *filename; build_id_cache__dirname_from_path() local 362 char *realname = NULL, *filename = NULL, *dir_name = NULL, build_id_cache__add_s() local 430 char *filename = build_id__filename(sbuild_id, NULL, 0); build_id_cache__cached() local 442 char *filename = zalloc(size), build_id_cache__remove_s() local
|
H A D | config.c | 419 static int perf_config_from_file(config_fn_t fn, const char *filename, void *data) perf_config_from_file() argument
|
H A D | util.h | 189 static inline int has_extension(const char *filename, const char *ext) has_extension() argument
|
H A D | event.c | 67 char filename[PATH_MAX]; perf_event__get_comm_ids() local 227 char filename[PATH_MAX]; perf_event__synthesize_mmap_events() local 417 char filename[PATH_MAX]; __event__synthesize_thread() local
|
H A D | svghelper.c | 86 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end) open_svg() argument
|
H A D | util.c | 541 int filename__read_str(const char *filename, char **buf, size_t *sizep) filename__read_str() argument 591 const char *filename; get_filename_for_perf_kvm() local
|
H A D | dso.c | 195 bool decompress_to_file(const char *ext, const char *filename, int output_fd) decompress_to_file() argument 1143 char filename[PATH_MAX]; dso__kernel_module_get_build_id() local 37 dso__read_binary_type_filename(const struct dso *dso, enum dso_binary_type type, char *root_dir, char *filename, size_t size) dso__read_binary_type_filename() argument
|
H A D | map.c | 26 static inline int is_anon_memory(const char *filename) is_anon_memory() argument 33 static inline int is_no_dso_memory(const char *filename) is_no_dso_memory() argument 40 static inline int is_android_lib(const char *filename) is_android_lib() argument 46 static inline bool replace_android_lib(const char *filename, char *newfilename) replace_android_lib() argument 144 map__new(struct machine *machine, u64 start, u64 len, u64 pgoff, u32 pid, u32 d_maj, u32 d_min, u64 ino, u64 ino_gen, u32 prot, u32 flags, char *filename, enum map_type type, struct thread *thread) map__new() argument
|
H A D | annotate.c | 1078 char *filename = dso__build_id_filename(dso, NULL, 0); symbol__annotate() local 1414 static void print_summary(struct rb_root *root, const char *filename) print_summary() argument 1470 char *filename; symbol__annotate_printf() local
|
H A D | event.h | 18 char filename[PATH_MAX]; member in struct:mmap_event 33 char filename[PATH_MAX]; member in struct:mmap2_event 215 char filename[]; member in struct:build_id_event
|
H A D | header.c | 423 char filename[MAXPATHLEN]; build_cpu_topo() local 1283 char filename[0]; perf_header__read_build_ids_abi_quirk() member in struct:__anon15719 1286 char filename[PATH_MAX]; perf_header__read_build_ids_abi_quirk() local 1327 char filename[PATH_MAX]; perf_header__read_build_ids() local 1224 __event_process_build_id(struct build_id_event *bev, char *filename, struct perf_session *session) __event_process_build_id() argument
|
H A D | machine.c | 632 char filename[PATH_MAX]; machine__fprintf_vmlinux_path() local 716 char filename[PATH_MAX]; machine__get_running_kernel_start() local 869 int machine__load_kallsyms(struct machine *machine, const char *filename, machine__load_kallsyms() argument 2021 struct dso *machine__findnew_dso(struct machine *machine, const char *filename) machine__findnew_dso() argument 506 machine__findnew_module_dso(struct machine *machine, struct kmod_path *m, const char *filename) machine__findnew_module_dso() argument 563 machine__findnew_module_map(struct machine *machine, u64 start, const char *filename) machine__findnew_module_map() argument
|
H A D | symbol-elf.c | 428 int filename__read_build_id(const char *filename, void *bf, size_t size) filename__read_build_id() argument 455 int sysfs__read_build_id(const char *filename, void *build_id, size_t size) sysfs__read_build_id() argument 500 int filename__read_debuglink(const char *filename, char *debuglink, filename__read_debuglink() argument 1242 static int kcore__open(struct kcore *kcore, const char *filename) kcore__open() argument 1271 static int kcore__init(struct kcore *kcore, char *filename, int elfclass, kcore__init() argument 1550 char filename[PATH_MAX]; kcore_copy__unlink() local
|
H A D | symbol.c | 514 int modules__parse(const char *filename, void *arg, modules__parse() argument 644 static int dso__load_all_kallsyms(struct dso *dso, const char *filename, dso__load_all_kallsyms() argument 837 bool symbol__restricted_filename(const char *filename, symbol__restricted_filename() argument 937 static int read_proc_modules(const char *filename, struct rb_root *modules) read_proc_modules() argument 991 static int do_validate_kcore_modules(const char *filename, struct map *map, do_validate_kcore_modules() argument 1031 static bool filename_from_kallsyms_filename(char *filename, filename_from_kallsyms_filename() argument 1244 static int kallsyms__delta(struct map *map, const char *filename, u64 *delta) kallsyms__delta() argument 1264 int dso__load_kallsyms(struct dso *dso, const char *filename, dso__load_kallsyms() argument 1615 char *filename = NULL; dso__load_vmlinux_path() local
|
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | dbfileio.c | 199 acpi_db_get_table_from_file(char *filename, acpi_db_get_table_from_file() argument
|
H A D | utfileio.c | 293 acpi_ut_read_table_from_file(char *filename, struct acpi_table_header ** table) acpi_ut_read_table_from_file() argument
|
H A D | aclocal.h | 798 char *filename; member in struct:acpi_parse_obj_asl
|
/linux-4.4.14/arch/um/kernel/ |
H A D | initrd.c | 65 static int load_initrd(char *filename, void *buf, int size) load_initrd() argument
|
/linux-4.4.14/arch/cris/include/arch-v10/arch/ |
H A D | bug.h | 26 unsigned char *filename; member in struct:bug_frame
|
/linux-4.4.14/security/tomoyo/ |
H A D | load_policy.c | 83 void tomoyo_load_policy(const char *filename) tomoyo_load_policy() argument
|
H A D | condition.c | 271 char *filename = param->data; tomoyo_parse_name_union_quoted() local
|
H A D | file.c | 558 tomoyo_path_permission(struct tomoyo_request_info *r, u8 operation, const struct tomoyo_path_info *filename) tomoyo_path_permission() argument 587 tomoyo_execute_permission(struct tomoyo_request_info *r, const struct tomoyo_path_info *filename) tomoyo_execute_permission() argument
|
H A D | util.c | 260 char *filename; tomoyo_parse_name_union() local 533 bool tomoyo_correct_path(const char *filename) tomoyo_correct_path() argument 619 static int tomoyo_const_part_length(const char *filename) tomoyo_const_part_length() argument 682 static bool tomoyo_file_matches_pattern2(const char *filename, tomoyo_file_matches_pattern2() argument 800 static bool tomoyo_file_matches_pattern(const char *filename, tomoyo_file_matches_pattern() argument 920 bool tomoyo_path_matches_pattern(const struct tomoyo_path_info *filename, tomoyo_path_matches_pattern() argument
|
H A D | common.h | 431 const struct tomoyo_path_info *filename; member in struct:tomoyo_request_info::__anon15181::__anon15182 444 const struct tomoyo_path_info *filename; member in struct:tomoyo_request_info::__anon15181::__anon15184 452 const struct tomoyo_path_info *filename; member in struct:tomoyo_request_info::__anon15181::__anon15185 517 const struct tomoyo_path_info *filename; member in struct:tomoyo_name_union
|
/linux-4.4.14/include/uapi/linux/ |
H A D | bcm933xx_hcs.h | 18 char filename[64]; member in struct:bcm_hcs
|
/linux-4.4.14/Documentation/mic/mpssd/ |
H A D | sysfs.c | 28 char filename[PATH_MAX]; readsysfs() local 70 char filename[PATH_MAX]; setsysfs() local
|
/linux-4.4.14/tools/lib/symbol/ |
H A D | kallsyms.c | 11 int kallsyms__parse(const char *filename, void *arg, kallsyms__parse() argument
|
/linux-4.4.14/tools/perf/tests/ |
H A D | openat-syscall-tp-fields.c | 21 const char *filename = "/etc/passwd"; test__syscall_openat_tp_fields() local
|
H A D | hists_common.c | 23 const char *filename; member in struct:__anon15682
|
H A D | code-reading.c | 128 static int read_via_objdump(const char *filename, u64 addr, void *buf, read_via_objdump() argument
|
/linux-4.4.14/tools/power/acpi/tools/acpidump/ |
H A D | apfiles.c | 122 char filename[ACPI_NAME_SIZE + 16]; ap_write_to_binary_file() local
|
/linux-4.4.14/fs/ |
H A D | utimes.c | 136 long do_utimes(int dfd, const char __user *filename, struct timespec *times, do_utimes() argument
|
H A D | stat.c | 90 int vfs_fstatat(int dfd, const char __user *filename, struct kstat *stat, vfs_fstatat() argument
|
H A D | open.c | 980 struct file *filp_open(const char *filename, int flags, umode_t mode) filp_open() argument 1004 long do_sys_open(int dfd, const char __user *filename, int flags, umode_t mode) do_sys_open() argument 993 file_open_root(struct dentry *dentry, struct vfsmount *mnt, const char *filename, int flags, umode_t mode) file_open_root() argument
|
H A D | exec.c | 806 struct filename *filename = getname_kernel(name); open_exec() local 1484 static int do_execveat_common(int fd, struct filename *filename, do_execveat_common() argument 1628 int do_execve(struct filename *filename, do_execve() argument 1637 int do_execveat(int fd, struct filename *filename, do_execveat() argument 1649 static int compat_do_execve(struct filename *filename, compat_do_execve() argument 1664 static int compat_do_execveat(int fd, struct filename *filename, compat_do_execveat() argument
|
H A D | namei.c | 125 getname_flags(const char __user *filename, int flags, int *empty) getname_flags() argument 204 getname(const char __user * filename) getname() argument 210 getname_kernel(const char * filename) getname_kernel() argument 2228 struct filename *filename; kern_path_locked() local 3368 struct filename *filename; do_file_open_root() local
|
H A D | binfmt_elf.c | 1538 const char *filename; fill_files_note() local
|
/linux-4.4.14/tools/power/cpupower/bench/ |
H A D | parse.c | 68 char *filename; prepare_output() local
|
/linux-4.4.14/drivers/staging/comedi/kcomedilib/ |
H A D | kcomedilib_main.c | 36 struct comedi_device *comedi_open(const char *filename) comedi_open() argument
|
/linux-4.4.14/drivers/staging/gs_fpgaboot/ |
H A D | gs_fpgaboot.h | 50 char filename[MAX_STR]; member in struct:fpgaimage
|
/linux-4.4.14/security/integrity/ima/ |
H A D | ima_queue.c | 108 ima_add_template_entry(struct ima_template_entry *entry, int violation, const char *op, struct inode *inode, const unsigned char *filename) ima_add_template_entry() argument
|
H A D | ima_api.c | 128 void ima_add_violation(struct file *file, const unsigned char *filename, ima_add_violation() argument 197 const char *filename = file->f_path.dentry->d_name.name; ima_collect_measurement() local 88 ima_store_template(struct ima_template_entry *entry, int violation, struct inode *inode, const unsigned char *filename) ima_store_template() argument 259 ima_store_measurement(struct integrity_iint_cache *iint, struct file *file, const unsigned char *filename, struct evm_ima_xattr_data *xattr_value, int xattr_len) ima_store_measurement() argument 290 ima_audit_measurement(struct integrity_iint_cache *iint, const unsigned char *filename) ima_audit_measurement() argument
|
H A D | ima_appraise.c | 185 ima_appraise_measurement(int func, struct integrity_iint_cache *iint, struct file *file, const unsigned char *filename, struct evm_ima_xattr_data *xattr_value, int xattr_len, int opened) ima_appraise_measurement() argument
|
H A D | ima.h | 59 const unsigned char *filename; member in struct:ima_event_data 192 ima_appraise_measurement(int func, struct integrity_iint_cache *iint, struct file *file, const unsigned char *filename, struct evm_ima_xattr_data *xattr_value, int xattr_len, int opened) ima_appraise_measurement() argument
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_error.c | 124 xfs_error_report( const char *tag, int level, struct xfs_mount *mp, const char *filename, int linenum, void *ra) xfs_error_report() argument 142 xfs_corruption_error( const char *tag, int level, struct xfs_mount *mp, void *p, const char *filename, int linenum, void *ra) xfs_corruption_error() argument
|
/linux-4.4.14/include/linux/ |
H A D | dynamic_debug.h | 16 const char *filename; member in struct:_ddebug
|
H A D | binfmts.h | 40 const char * filename; /* Name of binary as seen by procps */ member in struct:linux_binprm
|
H A D | f2fs_fs.h | 460 __u8 filename[NR_DENTRY_IN_BLOCK][F2FS_SLOT_LEN]; member in struct:f2fs_dentry_block 478 __u8 filename[NR_INLINE_DENTRY][F2FS_SLOT_LEN]; member in struct:f2fs_inline_dentry
|
H A D | efi.h | 756 efi_char16_t filename[1]; member in struct:__anon12267
|
H A D | fs.h | 2212 struct filename { struct
|
/linux-4.4.14/arch/sparc/boot/ |
H A D | piggyback.c | 111 static int get_start_end(const char *filename, unsigned int *start, get_start_end() argument 146 static off_t get_hdrs_offset(int kernelfd, const char *filename) get_hdrs_offset() argument
|
/linux-4.4.14/tools/lib/api/fs/ |
H A D | tracing_path.c | 88 static int strerror_open(int err, char *buf, size_t size, const char *filename) strerror_open() argument
|
H A D | fs.c | 268 int filename__read_int(const char *filename, int *value) filename__read_int() argument 285 int filename__read_ull(const char *filename, unsigned long long *value) filename__read_ull() argument
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
H A D | testmode.c | 146 char filename[100]; ath10k_tm_fetch_utf_firmware_api_2() local 264 char filename[100]; ath10k_tm_fetch_utf_firmware_api_1() local
|
H A D | spectral.c | 478 static struct dentry *create_buf_file_handler(const char *filename, create_buf_file_handler() argument
|
H A D | core.c | 330 char filename[100]; ath10k_fetch_fw_file() local 690 char filename[100]; ath10k_fetch_cal_file() local 806 ath10k_core_fetch_board_data_api_n(struct ath10k *ar, const char *boardname, const char *filename) ath10k_core_fetch_board_data_api_n() argument
|
/linux-4.4.14/mm/kasan/ |
H A D | kasan.h | 39 const char *filename; member in struct:kasan_source_location
|
/linux-4.4.14/arch/avr32/oprofile/ |
H A D | op_model_avr32.c | 104 char filename[4]; avr32_perf_counter_create_files() local
|
/linux-4.4.14/drivers/usb/gadget/function/ |
H A D | f_mass_storage.h | 98 const char *filename; member in struct:fsg_lun_config
|
H A D | storage_common.c | 184 int fsg_lun_open(struct fsg_lun *curlun, const char *filename) fsg_lun_open() argument
|
/linux-4.4.14/drivers/mcb/ |
H A D | mcb-internal.h | 46 char filename[CHAMELEON_FILENAME_LEN]; member in struct:chameleon_fpga_header
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
H A D | cx23885-cards.c | 2141 const char *filename = "dvb-netup-altera-01.fw"; cx23885_card_setup() local
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | sys_sparc32.c | 100 asmlinkage long compat_sys_stat64(const char __user * filename, compat_sys_stat64() argument 111 asmlinkage long compat_sys_lstat64(const char __user * filename, compat_sys_lstat64() argument 133 compat_sys_fstatat64(unsigned int dfd, const char __user *filename, struct compat_stat64 __user * statbuf, int flag) compat_sys_fstatat64() argument
|
/linux-4.4.14/arch/tile/kernel/ |
H A D | pci.c | 87 char filename[32]; tile_pcie_open() local 103 char filename[32]; tile_init_irqs() local
|
/linux-4.4.14/arch/x86/ia32/ |
H A D | sys_ia32.c | 53 asmlinkage long sys32_truncate64(const char __user *filename, sys32_truncate64() argument 98 asmlinkage long sys32_stat64(const char __user *filename, sys32_stat64() argument 109 asmlinkage long sys32_lstat64(const char __user *filename, sys32_lstat64() argument 128 asmlinkage long sys32_fstatat(unsigned int dfd, const char __user *filename, sys32_fstatat() argument
|
/linux-4.4.14/arch/xtensa/platforms/iss/ |
H A D | simdisk.c | 29 const char *filename; member in struct:simdisk 45 static const char *filename[MAX_SIMDISK_COUNT] = { variable 154 static int simdisk_attach(struct simdisk *dev, const char *filename) simdisk_attach() argument
|
/linux-4.4.14/drivers/bluetooth/ |
H A D | ath3k.c | 392 char filename[ATH3K_NAME_LEN] = {0}; ath3k_load_patch() local 445 char filename[ATH3K_NAME_LEN] = {0}; ath3k_load_syscfg() local
|
/linux-4.4.14/scripts/basic/ |
H A D | fixdep.c | 265 static void do_config_file(const char *filename) do_config_file() argument
|
/linux-4.4.14/scripts/dtc/ |
H A D | fdtget.c | 250 static int do_fdtget(struct display_info *disp, const char *filename, do_fdtget() argument 307 char *filename = NULL; main() local
|
H A D | fdtput.c | 235 static int do_fdtput(struct display_info *disp, const char *filename, do_fdtput() argument 303 char *filename = NULL; main() local
|
H A D | util.c | 201 int utilfdt_read_err_len(const char *filename, char **buffp, off_t *len) utilfdt_read_err_len() argument 242 int utilfdt_read_err(const char *filename, char **buffp) utilfdt_read_err() argument 248 char *utilfdt_read_len(const char *filename, off_t *len) utilfdt_read_len() argument 262 char *utilfdt_read(const char *filename) utilfdt_read() argument 268 int utilfdt_write_err(const char *filename, const void *blob) utilfdt_write_err() argument 300 int utilfdt_write(const char *filename, const void *blob) utilfdt_write() argument
|
/linux-4.4.14/scripts/ |
H A D | pnmtologo.c | 25 static const char *filename; variable
|
H A D | docproc.c | 146 char *filename; member in struct:symfile 162 static struct symfile * add_new_file(char * filename) add_new_file() argument 169 static struct symfile * filename_exist(char * filename) filename_exist() argument 195 static void find_export_symbols(char * filename) find_export_symbols() argument 251 static void docfunctions(char * filename, char * type) docfunctions() argument 283 static void intfunc(char * filename) { docfunctions(filename, NOFUNCTION); } extfunc() argument 284 static void extfunc(char * filename) { docfunctions(filename, FUNCTION); } extfunc() argument 291 static void singfunc(char * filename, char * line) singfunc() argument 328 static void docsect(char *filename, char *line) docsect() argument 355 static void find_all_symbols(char *filename) find_all_symbols() argument
|
H A D | asn1_compiler.c | 204 static const char *filename; variable
|
H A D | unifdef.c | 183 static const char *filename; /* input file name */ variable
|
/linux-4.4.14/fs/cachefiles/ |
H A D | namei.c | 826 cachefiles_check_active(struct cachefiles_cache *cache, struct dentry *dir, char *filename) cachefiles_check_active() argument 913 cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir, char *filename) cachefiles_cull() argument 973 cachefiles_check_in_use(struct cachefiles_cache *cache, struct dentry *dir, char *filename) cachefiles_check_in_use() argument
|
/linux-4.4.14/tools/iio/ |
H A D | iio_utils.c | 96 char *scan_el_dir, *builtname, *builtname_generic, *filename = 0; iioutils_get_type() local 224 char *filename = NULL; iioutils_get_param_float() local 321 char *filename; build_channel_array() local 571 char *filename; find_type_by_name() local 655 static int _write_sysfs_int(const char *filename, const char *basedir, int val, _write_sysfs_int() argument 732 int write_sysfs_int(const char *filename, const char *basedir, int val) write_sysfs_int() argument 746 int write_sysfs_int_and_verify(const char *filename, const char *basedir, write_sysfs_int_and_verify() argument 752 static int _write_sysfs_string(const char *filename, const char *basedir, _write_sysfs_string() argument 832 int write_sysfs_string_and_verify(const char *filename, const char *basedir, write_sysfs_string_and_verify() argument 846 int write_sysfs_string(const char *filename, const char *basedir, write_sysfs_string() argument 860 int read_sysfs_posint(const char *filename, const char *basedir) read_sysfs_posint() argument 907 int read_sysfs_float(const char *filename, const char *basedir, float *val) read_sysfs_float() argument 954 int read_sysfs_string(const char *filename, const char *basedir, char *str) read_sysfs_string() argument
|
/linux-4.4.14/tools/perf/ |
H A D | builtin-buildid-cache.c | 118 static int build_id_cache__add_kcore(const char *filename, bool force) build_id_cache__add_kcore() argument 175 static int build_id_cache__add_file(const char *filename) build_id_cache__add_file() argument 194 static int build_id_cache__remove_file(const char *filename) build_id_cache__remove_file() argument 241 char filename[PATH_MAX]; dso__missing_buildid_cache() local 266 static int build_id_cache__update_file(const char *filename) build_id_cache__update_file() argument
|
H A D | builtin-help.c | 127 const char *filename = "kfmclient"; exec_man_konqueror() local
|
H A D | builtin-script.c | 1352 static int read_script_info(struct script_desc *desc, const char *filename) read_script_info() argument 1472 char filename[MAXPATHLEN], evname[128]; check_ev_match() local
|
H A D | builtin-timechart.c | 1453 static void write_svg_file(struct timechart *tchart, const char *filename) write_svg_file() argument
|
H A D | builtin-trace.c | 1351 } filename; member in struct:thread_trace 2102 const char *filename = perf_evsel__rawptr(evsel, sample, "pathname"); trace__vfs_getname() local 2974 static int trace__open_output(struct trace *trace, const char *filename) trace__open_output() argument
|
/linux-4.4.14/tools/testing/selftests/capabilities/ |
H A D | test_execve.c | 31 static void vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, va_list ap) vmaybe_write_file() argument 65 static void maybe_write_file(char *filename, char *fmt, ...) maybe_write_file() argument 74 static void write_file(char *filename, char *fmt, ...) write_file() argument
|
/linux-4.4.14/tools/testing/selftests/mount/ |
H A D | unprivileged-remount-test.c | 56 static void vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, va_list ap) vmaybe_write_file() argument 94 static void maybe_write_file(char *filename, char *fmt, ...) maybe_write_file() argument 104 static void write_file(char *filename, char *fmt, ...) write_file() argument
|
/linux-4.4.14/tools/thermal/tmon/ |
H A D | sysfs.c | 41 int sysfs_set_ulong(char *path, char *filename, unsigned long val) sysfs_set_ulong() argument 65 static int sysfs_get_ulong(char *path, char *filename, unsigned long *p_ulong) sysfs_get_ulong() argument 84 static int sysfs_get_string(char *path, char *filename, char *str) sysfs_get_string() argument 132 char filename[256]; get_trip_point_data() local
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | mkregtable.c | 621 static int parser_auth(struct table *t, const char *filename) parser_auth() argument
|
/linux-4.4.14/scripts/mod/ |
H A D | sumversion.c | 455 static void write_version(const char *filename, const char *sum, write_version() argument
|
H A D | file2alias.c | 375 static int do_hid_entry(const char *filename, do_hid_entry() argument 394 static int do_ieee1394_entry(const char *filename, do_ieee1394_entry() argument 419 static int do_pci_entry(const char *filename, do_pci_entry() argument 463 static int do_ccw_entry(const char *filename, do_ccw_entry() argument 487 static int do_ap_entry(const char *filename, do_ap_entry() argument 498 static int do_css_entry(const char *filename, do_css_entry() argument 509 static int do_serio_entry(const char *filename, do_serio_entry() argument 535 static int do_acpi_entry(const char *filename, do_acpi_entry() argument 650 static int do_pcmcia_entry(const char *filename, do_pcmcia_entry() argument 687 static int do_of_entry (const char *filename, void *symval, char *alias) do_of_entry() argument 712 static int do_vio_entry(const char *filename, void *symval, do_vio_entry() argument 747 static int do_input_entry(const char *filename, void *symval, do_input_entry() argument 805 static int do_eisa_entry(const char *filename, void *symval, do_eisa_entry() argument 818 static int do_parisc_entry(const char *filename, void *symval, do_parisc_entry() argument 838 static int do_sdio_entry(const char *filename, do_sdio_entry() argument 855 static int do_ssb_entry(const char *filename, do_ssb_entry() argument 872 static int do_bcma_entry(const char *filename, do_bcma_entry() argument 891 static int do_virtio_entry(const char *filename, void *symval, do_virtio_entry() argument 912 static int do_vmbus_entry(const char *filename, void *symval, do_vmbus_entry() argument 930 static int do_i2c_entry(const char *filename, void *symval, do_i2c_entry() argument 941 static int do_spi_entry(const char *filename, void *symval, do_spi_entry() argument 981 static int do_dmi_entry(const char *filename, void *symval, do_dmi_entry() argument 1006 static int do_platform_entry(const char *filename, do_platform_entry() argument 1015 static int do_mdio_entry(const char *filename, do_mdio_entry() argument 1041 static int do_zorro_entry(const char *filename, void *symval, do_zorro_entry() argument 1052 static int do_isapnp_entry(const char *filename, do_isapnp_entry() argument 1068 static int do_ipack_entry(const char *filename, do_ipack_entry() argument 1131 static int do_amba_entry(const char *filename, do_amba_entry() argument 1160 static int do_mips_cdmm_entry(const char *filename, do_mips_cdmm_entry() argument 1176 static int do_x86cpu_entry(const char *filename, void *symval, do_x86cpu_entry() argument 1196 static int do_cpu_entry(const char *filename, void *symval, char *alias) do_cpu_entry() argument 1206 static int do_mei_entry(const char *filename, void *symval, do_mei_entry() argument 1225 static int do_rio_entry(const char *filename, do_rio_entry() argument 1245 static int do_ulpi_entry(const char *filename, void *symval, do_ulpi_entry() argument 1258 static int do_hda_entry(const char *filename, void *symval, char *alias) do_hda_entry() argument
|
H A D | modpost.c | 345 void *grab_file(const char *filename, unsigned long *size) grab_file() argument 406 static int parse_elf(struct elf_info *info, const char *filename) parse_elf() argument 1990 static void read_symbols_from_files(const char *filename) read_symbols_from_files() argument
|
/linux-4.4.14/kernel/gcov/ |
H A D | fs.c | 330 static char *get_link_target(const char *filename, const struct gcov_link *ext) get_link_target() argument 573 char *filename; add_node() local
|
H A D | gcc_3_4.c | 76 const char *filename; member in struct:gcov_info
|
H A D | gcc_4_7.c | 88 const char *filename; member in struct:gcov_info
|
/linux-4.4.14/fs/notify/fanotify/ |
H A D | fanotify_user.c | 439 static int fanotify_find_path(int dfd, const char __user *filename, fanotify_find_path() argument
|
/linux-4.4.14/fs/udf/ |
H A D | unicode.c | 350 struct ustr *filename, *unifilename; udf_get_filename() local
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | wm2000.c | 821 const char *filename; wm2000_i2c_probe() local
|
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/ |
H A D | oslinuxtbl.c | 993 char *filename; osl_list_customized_tables() local 1150 osl_table_name_from_file(char *filename, char *signature, u32 *instance) osl_table_name_from_file() argument 1192 osl_read_table_from_file(char *filename, osl_read_table_from_file() argument 1310 char *filename; osl_get_customized_table() local
|
/linux-4.4.14/tools/testing/selftests/exec/ |
H A D | execveat.c | 125 static int open_or_die(const char *filename, int flags) open_or_die() argument
|
/linux-4.4.14/usr/ |
H A D | gen_init_cpio.c | 527 const char *filename; main() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
H A D | tracefile.c | 673 int cfs_tracefile_dump_all_pages(char *filename) cfs_tracefile_dump_all_pages() argument
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
H A D | opera1.c | 446 opera1_xilinx_load_firmware(struct usb_device *dev, const char *filename) opera1_xilinx_load_firmware() argument
|
/linux-4.4.14/drivers/net/xen-netback/ |
H A D | xenbus.c | 200 char filename[sizeof("io_ring_q") + 4]; xenvif_debugfs_addif() local
|
/linux-4.4.14/drivers/pcmcia/ |
H A D | ds.c | 745 static int pcmcia_load_firmware(struct pcmcia_device *dev, char *filename) pcmcia_load_firmware() argument 795 pcmcia_load_firmware(struct pcmcia_device *dev, char *filename) pcmcia_load_firmware() argument
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
H A D | init.c | 665 static int ath6kl_get_fw(struct ath6kl *ar, const char *filename, ath6kl_get_fw() argument 732 const char *filename; ath6kl_fetch_board_file() local 777 char filename[100]; ath6kl_fetch_otp_file() local 805 char filename[100]; ath6kl_fetch_testmode_file() local 845 char filename[100]; ath6kl_fetch_fw_file() local 870 char filename[100]; ath6kl_fetch_patch_file() local 895 char filename[100]; ath6kl_fetch_testscript_file() local 949 char filename[100]; ath6kl_fetch_fw_apin() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | common-spectral.c | 1043 static struct dentry *create_buf_file_handler(const char *filename, create_buf_file_handler() argument
|
H A D | hif_usb.c | 1103 const char *filename; ath9k_hif_request_firmware() local
|
/linux-4.4.14/scripts/kconfig/ |
H A D | confdata.c | 666 int conf_write_defconfig(const char *filename) conf_write_defconfig() argument
|
H A D | mconf.c | 296 static char filename[PATH_MAX+1]; set_config_filename() variable
|
H A D | nconf.c | 626 static char filename[PATH_MAX+1]; variable
|
/linux-4.4.14/init/ |
H A D | initramfs.c | 110 static long __init do_utime(char *filename, time_t mtime) do_utime() argument
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | rtas_flash.c | 659 const char *filename; member in struct:rtas_flash_file
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | sys_oabi-compat.c | 144 asmlinkage long sys_oabi_stat64(const char __user * filename, sys_oabi_stat64() argument 154 asmlinkage long sys_oabi_lstat64(const char __user * filename, sys_oabi_lstat64() argument 174 sys_oabi_fstatat64(int dfd, const char __user *filename, struct oldabi_stat64 __user *statbuf, int flag) sys_oabi_fstatat64() argument
|
/linux-4.4.14/sound/pci/emu10k1/ |
H A D | emu10k1_main.c | 737 const char *filename = NULL; emu1010_firmware_thread() local 885 const char *filename; snd_emu10k1_emu1010_init() local
|
/linux-4.4.14/tools/usb/ |
H A D | ffs-test.c | 296 const char *const filename; member in struct:thread
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
H A D | dir.c | 1213 static char *ll_getname(const char __user *filename) ll_getname() argument 1283 char *filename; ll_dir_ioctl() local 1322 char *filename; ll_dir_ioctl() local 1450 char *filename = NULL; ll_dir_ioctl() local 654 ll_dir_setdirstripe(struct inode *dir, struct lmv_user_md *lump, char *filename) ll_dir_setdirstripe() argument
|
H A D | file.c | 1373 int ll_lov_getstripe_ea_info(struct inode *inode, const char *filename, ll_lov_getstripe_ea_info() argument
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 906 bnxt_flash_firmware_from_file(struct net_device *dev, u16 dir_type, const char *filename) bnxt_flash_firmware_from_file() argument 931 bnxt_flash_package_from_file(struct net_device *dev, char *filename) bnxt_flash_package_from_file() argument
|
/linux-4.4.14/lib/ |
H A D | dynamic_debug.c | 51 const char *filename; member in struct:ddebug_query
|
/linux-4.4.14/fs/ecryptfs/ |
H A D | keystore.c | 913 ecryptfs_parse_tag_70_packet(char **filename, size_t *filename_size, ecryptfs_parse_tag_70_packet() argument 623 ecryptfs_write_tag_70_packet(char *dest, size_t *remaining_bytes, size_t *packet_size, struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *filename, size_t filename_size) ecryptfs_write_tag_70_packet() argument
|
H A D | crypto.c | 1501 ecryptfs_encrypt_filename(struct ecryptfs_filename *filename, ecryptfs_encrypt_filename() argument 1959 struct ecryptfs_filename *filename; ecryptfs_encrypt_and_encode_filename() local
|
H A D | ecryptfs_kernel.h | 198 char *filename; member in struct:ecryptfs_filename
|
/linux-4.4.14/kernel/ |
H A D | relay.c | 303 static struct dentry *create_buf_file_default_callback(const char *filename, create_buf_file_default_callback() argument
|
/linux-4.4.14/kernel/trace/ |
H A D | trace_uprobe.c | 57 char *filename; member in struct:trace_uprobe 359 char *arg, *event, *group, *filename; create_trace_uprobe() local
|
H A D | blktrace.c | 400 static struct dentry *blk_create_buf_file_callback(const char *filename, blk_create_buf_file_callback() argument
|
/linux-4.4.14/drivers/tty/serial/ |
H A D | ucc_uart.c | 1223 char filename[32]; ucc_uart_probe() local
|
/linux-4.4.14/fs/gfs2/ |
H A D | dir.c | 1837 int gfs2_dir_mvino(struct gfs2_inode *dip, const struct qstr *filename, gfs2_dir_mvino() argument
|
/linux-4.4.14/fs/nfs/ |
H A D | dir.c | 472 struct qstr filename = QSTR_INIT(entry->name, entry->len); nfs_prime_dcache() local
|
/linux-4.4.14/tools/perf/ui/browsers/ |
H A D | hists.c | 1194 char filename[64]; hist_browser__dump() local
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
H A D | main.c | 1598 const char *filename; b43legacy_request_firmware() local
|
/linux-4.4.14/sound/pci/asihpi/ |
H A D | asihpi.c | 283 static u16 handle_error(u16 err, int line, char *filename) handle_error() argument
|
/linux-4.4.14/tools/lguest/ |
H A D | lguest.c | 3033 static void setup_block_file(const char *filename) setup_block_file() argument
|
/linux-4.4.14/drivers/net/wireless/b43/ |
H A D | main.c | 2310 const char *filename; b43_try_request_fw() local
|
H A D | b43.h | 761 const char *filename; member in struct:b43_firmware_file
|
/linux-4.4.14/fs/f2fs/ |
H A D | f2fs.h | 290 __u8 (*filename)[F2FS_SLOT_LEN]; member in struct:f2fs_dentry_ptr
|