/linux-4.1.27/sound/pci/lola/ |
D | lola_pcm.c | 65 struct lola_stream *str) in lola_stream_clear_pending_irq() 73 static void lola_stream_start(struct lola *chip, struct lola_stream *str, in lola_stream_start() 85 static void lola_stream_stop(struct lola *chip, struct lola_stream *str, in lola_stream_stop() 96 static void wait_for_srst_clear(struct lola *chip, struct lola_stream *str) in wait_for_srst_clear() 110 struct lola_stream *str, in lola_stream_wait_for_fifo() 140 struct lola_stream *str; in lola_sync_wait_for_fifo() local 171 struct lola_stream *str; in lola_sync_pause() local 182 static void lola_stream_reset(struct lola *chip, struct lola_stream *str) in lola_stream_reset() 227 struct lola_stream *str = lola_get_stream(substream); in lola_pcm_open() local 260 struct lola_stream *str) in lola_cleanup_slave_streams() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | nidstrings.c | 71 char *str; in libcfs_next_nidstring() local 84 static int libcfs_lo_str2addr(const char *str, int nob, __u32 *addr) in libcfs_lo_str2addr() 90 static void libcfs_ip_addr2str(__u32 addr, char *str) in libcfs_ip_addr2str() 97 static int libcfs_ip_str2addr(const char *str, int nob, __u32 *addr) in libcfs_ip_str2addr() 117 static void libcfs_decnum_addr2str(__u32 addr, char *str) in libcfs_decnum_addr2str() 122 static void libcfs_hexnum_addr2str(__u32 addr, char *str) in libcfs_hexnum_addr2str() 127 static int libcfs_num_str2addr(const char *str, int nob, __u32 *addr) in libcfs_num_str2addr() 155 libcfs_num_parse(char *str, int len, struct list_head *list) in libcfs_num_parse() 360 char *str; in libcfs_lnd2str() local 373 libcfs_str2lnd(const char *str) in libcfs_str2lnd() [all …]
|
D | libcfs_string.c | 46 int cfs_str2mask(const char *str, const char *(*bit2str)(int bit), in cfs_str2mask() 116 char *cfs_firststr(char *str, size_t size) in cfs_firststr() 144 cfs_trimwhite(char *str) in cfs_trimwhite() 228 cfs_str2num_check(char *str, int nob, unsigned *num, in cfs_str2num_check() 419 cfs_expr_list_parse(char *str, int len, unsigned min, unsigned max, in cfs_expr_list_parse() 496 cfs_ip_addr_parse(char *str, int len, struct list_head *list) in cfs_ip_addr_parse()
|
D | tracefile.c | 478 cfs_trace_assertion_failed(const char *str, in cfs_trace_assertion_failed() 808 int cfs_trace_allocate_string_buffer(char **str, int nob) in cfs_trace_allocate_string_buffer() 820 void cfs_trace_free_string_buffer(char *str, int nob) in cfs_trace_free_string_buffer() 827 char *str; in cfs_trace_dump_debug_buffer_usrstr() local 849 int cfs_trace_daemon_command(char *str) in cfs_trace_daemon_command() 889 char *str; in cfs_trace_daemon_command_usrstr() local 942 char str[32]; in cfs_trace_set_debug_mb_usrstr() local
|
D | debug.c | 256 libcfs_debug_mask2str(char *str, int size, int mask, int is_subsys) in libcfs_debug_mask2str() 302 libcfs_debug_str2mask(int *mask, const char *str, int is_subsys) in libcfs_debug_str2mask()
|
/linux-4.1.27/tools/perf/util/ |
D | comm.c | 7 char *str; member 29 static struct comm_str *comm_str__alloc(const char *str) in comm_str__alloc() 46 static struct comm_str *comm_str__findnew(const char *str, struct rb_root *root) in comm_str__findnew() 77 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() 98 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override()
|
D | string.c | 10 s64 perf_atoll(const char *str) in perf_atoll() 76 static int count_argc(const char *str) in count_argc() 118 char **argv_split(const char *str, int *argcp) in argv_split() 196 static bool __match_glob(const char *str, const char *pat, bool ignore_space) in __match_glob() 250 bool strglobmatch(const char *str, const char *pat) in strglobmatch() 263 bool strlazymatch(const char *str, const char *pat) in strlazymatch()
|
D | parse-events.c | 230 char *str = strchr(name, ':'); in tracepoint_name_to_path() local 300 static int parse_aliases(char *str, const char *names[][PERF_EVSEL__MAX_ALIASES], int size) in parse_aliases() 339 char *str = op_result[i]; in parse_events_add_cache() local 719 static int get_event_modifier(struct event_modifier *mod, char *str, in get_event_modifier() 806 static int check_modifier(char *str) in check_modifier() 823 int parse_events__modifier_event(struct list_head *list, char *str, bool add) in parse_events__modifier_event() 895 #define SET_SYMBOL(str, stype) \ argument 977 static int parse_events__scanner(const char *str, void *data, int start_token) in parse_events__scanner() 1003 int parse_events_terms(struct list_head *terms, const char *str) in parse_events_terms() 1022 int parse_events(struct perf_evlist *evlist, const char *str) in parse_events() [all …]
|
D | parse-events.l | 16 static int __value(YYSTYPE *yylval, char *str, int base, int token) in __value() 45 static int str(yyscan_t scanner, int token) in str() function
|
D | cgroup.c | 76 static int add_cgroup(struct perf_evlist *evlist, char *str) in add_cgroup() 141 int parse_cgroups(const struct option *opt __maybe_unused, const char *str, in parse_cgroups()
|
D | strfilter.c | 174 const char *str) in strfilter_node__compare() 194 bool strfilter__compare(struct strfilter *filter, const char *str) in strfilter__compare()
|
D | record.c | 11 static int perf_do_probe_api(setup_probe_fn_t fn, int cpu, const char *str) in perf_do_probe_api() 198 bool perf_evlist__can_select_event(struct perf_evlist *evlist, const char *str) in perf_evlist__can_select_event()
|
D | wrapper.c | 15 char *xstrdup(const char *str) in xstrdup()
|
D | target.c | 72 const char *str = target->uid_str; in target__parse_uid() local
|
/linux-4.1.27/lib/ |
D | cmdline.c | 25 static int get_range(char **str, int *pint) in get_range() 52 int get_option(char **str, int *pint) in get_option() 89 char *get_options(const char *str, int nints, int *ints) in get_options() 174 bool parse_option_str(const char *str, const char *option) in parse_option_str()
|
D | glob.c | 40 bool __pure glob_match(char const *pat, char const *str) in glob_match() 136 char const *pat, *str; member 140 static bool __pure __init test(char const *pat, char const *str, bool expected) in test()
|
D | argv_split.c | 11 static int count_argc(const char *str) in count_argc() 59 char **argv_split(gfp_t gfp, const char *str, int *argcp) in argv_split()
|
D | strnlen_user.c | 103 long strnlen_user(const char __user *str, long count) in strnlen_user() 134 long strlen_user(const char __user *str) in strlen_user()
|
/linux-4.1.27/arch/mips/kernel/ |
D | mips-mt.c | 24 static int __init maxvpes(char *str) in maxvpes() 35 static int __init maxtcs(char *str) in maxtcs() 134 static int __init rpsctl_set(char *str) in rpsctl_set() 141 static int __init nblsu_set(char *str) in nblsu_set() 148 static int __init config7_set(char *str) in config7_set() 192 static int __init set_itc_base(char *str) in set_itc_base()
|
D | segment.c | 15 static void build_segment_config(char *str, unsigned int cfg) in build_segment_config() 48 char str[42]; in show_segments() local
|
/linux-4.1.27/drivers/char/ |
D | hangcheck-timer.c | 82 static int __init hangcheck_parse_tick(char *str) in hangcheck_parse_tick() 90 static int __init hangcheck_parse_margin(char *str) in hangcheck_parse_margin() 98 static int __init hangcheck_parse_reboot(char *str) in hangcheck_parse_reboot() 106 static int __init hangcheck_parse_dump_tasks(char *str) in hangcheck_parse_dump_tasks()
|
/linux-4.1.27/arch/m32r/kernel/ |
D | traps.c | 217 void die(const char * str, struct pt_regs * regs, long err) in die() 229 static __inline__ void die_if_kernel(const char * str, in die_if_kernel() 236 static __inline__ void do_trap(int trapnr, int signr, const char * str, in do_trap() 257 #define DO_ERROR(trapnr, signr, str, name) \ argument 263 #define DO_ERROR_INFO(trapnr, signr, str, name, sicode, siaddr) \ argument
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | traps.c | 64 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() 84 char str[sizeof(" 12345678") * 8 + 1]; in dump_mem() local 109 char str[sizeof("00000000 ") * 5 + 2 + 1], *p = str; in dump_instr() local 179 static int __die(const char *str, int err, struct thread_info *thread, in __die() 215 void die(const char *str, struct pt_regs *regs, int err) in die() 240 void uc32_notify_die(const char *str, struct pt_regs *regs, in uc32_notify_die()
|
/linux-4.1.27/tools/perf/ |
D | builtin-probe.c | 70 static int parse_probe_event(const char *str) in parse_probe_event() 162 const char *str, int unset __maybe_unused) in opt_add_probe_event() 172 const char *str, int unset __maybe_unused) in opt_del_probe_event() 183 static int opt_set_target(const struct option *opt, const char *str, in opt_set_target() 222 const char *str, int unset __maybe_unused) in opt_show_lines() 242 const char *str, int unset __maybe_unused) in opt_show_vars() 262 const char *str, int unset __maybe_unused) in opt_set_filter()
|
/linux-4.1.27/init/ |
D | do_mounts.c | 47 static int __init load_ramdisk(char *str) in load_ramdisk() 54 static int __init readonly(char *str) in readonly() 62 static int __init readwrite(char *str) in readwrite() 301 static int __init rootwait_setup(char *str) in rootwait_setup() 312 static int __init root_data_setup(char *str) in root_data_setup() 319 static int __init fs_names_setup(char *str) in fs_names_setup() 326 static int __init root_delay_setup(char *str) in root_delay_setup()
|
D | main.c | 153 static int __init set_reset_devices(char *str) in set_reset_devices() 203 static int __init debug_kernel(char *str) in debug_kernel() 209 static int __init quiet_kernel(char *str) in quiet_kernel() 218 static int __init loglevel(char *str) in loglevel() 320 static int __init init_setup(char *str) in init_setup() 337 static int __init rdinit_setup(char *str) in rdinit_setup() 703 static int __init initcall_blacklist(char *str) in initcall_blacklist() 746 static int __init initcall_blacklist(char *str) in initcall_blacklist()
|
D | do_mounts_md.c | 63 static int __init md_setup(char *str) in md_setup() 253 static int __init raid_setup(char *str) in raid_setup()
|
D | do_mounts_rd.c | 29 static int __init prompt_ramdisk(char *str) in prompt_ramdisk() 38 static int __init ramdisk_start_setup(char *str) in ramdisk_start_setup()
|
D | do_mounts_initrd.c | 28 static int __init no_initrd(char *str) in no_initrd()
|
/linux-4.1.27/arch/sh/kernel/ |
D | traps.c | 17 void die(const char *str, struct pt_regs *regs, long err) in die() 57 void die_if_kernel(const char *str, struct pt_regs *regs, long err) in die_if_kernel() 69 void die_if_no_fixup(const char *str, struct pt_regs *regs, long err) in die_if_no_fixup()
|
D | nmi_debug.c | 47 static int __init nmi_debug_setup(char *str) in nmi_debug_setup()
|
/linux-4.1.27/arch/arc/kernel/ |
D | traps.c | 31 void die(const char *str, struct pt_regs *regs, unsigned long address) in die() 45 unhandled_exception(const char *str, struct pt_regs *regs, siginfo_t *info) in unhandled_exception() 65 #define DO_ERROR_INFO(signr, str, name, sicode) \ argument
|
D | setup.c | 137 #define IS_AVAIL1(v, str) ((v) ? str : "") argument 139 #define IS_AVAIL2(v, str, cfg) IS_AVAIL1(v, str), IS_AVAIL1(v, IS_USED(cfg)) argument 300 char str[512]; in setup_processor() local 415 char *str; in show_cpuinfo() local
|
/linux-4.1.27/include/linux/ |
D | string.h | 65 static inline __must_check char *strstrip(char *str) in strstrip() 142 static inline bool strstarts(const char *str, const char *prefix) in strstarts()
|
D | init.h | 244 const char *str; member 255 #define __setup_param(str, unique_id, fn, early) \ argument 263 #define __setup(str, fn) \ argument 270 #define early_param(str, fn) \ argument 358 #define __setup_param(str, unique_id, fn) /* nothing */ argument 359 #define __setup(str, func) /* nothing */ argument
|
D | i8042.h | 91 static inline int i8042_install_filter(bool (*filter)(unsigned char data, unsigned char str, in i8042_install_filter() 97 static inline int i8042_remove_filter(bool (*filter)(unsigned char data, unsigned char str, in i8042_remove_filter()
|
D | kbuild.h | 9 #define OFFSET(sym, str, mem) \ argument
|
D | kdebug.h | 10 const char *str; member
|
/linux-4.1.27/drivers/scsi/ |
D | g_NCR5380.c | 122 static void __init internal_setup(int board, char *str, int *ints) in internal_setup() 173 static int __init do_NCR5380_setup(char *str) in do_NCR5380_setup() 191 static int __init do_NCR53C400_setup(char *str) in do_NCR53C400_setup() 209 static int __init do_NCR53C400A_setup(char *str) in do_NCR53C400A_setup() 227 static int __init do_DTC3181E_setup(char *str) in do_DTC3181E_setup()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | traps.c | 54 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() 73 char str[sizeof(" 12345678") * 8 + 1]; in dump_mem() local 105 char str[sizeof("00000000 ") * 5 + 2 + 1], *p = str; in dump_instr() local 188 static int __die(const char *str, int err, struct thread_info *thread, in __die() 223 void die(const char *str, struct pt_regs *regs, int err) in die() 251 void arm64_notify_die(const char *str, struct pt_regs *regs, in arm64_notify_die()
|
/linux-4.1.27/kernel/power/ |
D | hibernate.c | 1091 static int __init resume_setup(char *str) in resume_setup() 1100 static int __init resume_offset_setup(char *str) in resume_offset_setup() 1113 static int __init hibernate_setup(char *str) in hibernate_setup() 1126 static int __init noresume_setup(char *str) in noresume_setup() 1132 static int __init resumewait_setup(char *str) in resumewait_setup() 1138 static int __init resumedelay_setup(char *str) in resumedelay_setup() 1147 static int __init nohibernate_setup(char *str) in nohibernate_setup() 1154 static int __init kaslr_nohibernate_setup(char *str) in kaslr_nohibernate_setup()
|
D | wakelock.c | 40 char *str = buf; in pm_show_wakelocks() local 188 const char *str = buf; in pm_wake_lock() local
|
/linux-4.1.27/arch/mips/emma/markeins/ |
D | led.c | 33 void markeins_led(const char *str) in markeins_led() 53 char str[10]; in markeins_led_hex() local
|
/linux-4.1.27/arch/m68k/atari/ |
D | debug.c | 42 static void atari_mfp_console_write(struct console *co, const char *str, in atari_mfp_console_write() 61 static void atari_scc_console_write(struct console *co, const char *str, in atari_scc_console_write() 78 static void atari_midi_console_write(struct console *co, const char *str, in atari_midi_console_write() 109 static void atari_par_console_write(struct console *co, const char *str, in atari_par_console_write()
|
D | config.c | 152 static int __init atari_switches_setup(char *str) in atari_switches_setup() 628 #define ATARIHW_ANNOUNCE(name, str) \ in atari_get_hardware_list() argument
|
/linux-4.1.27/arch/metag/tbx/ |
D | tbistring.c | 26 const char *str, int match_len) in __TBIFindStr() 86 const void *__TBITransStr(const char *str, int len) in __TBITransStr()
|
/linux-4.1.27/arch/s390/kernel/ |
D | traps.c | 59 void do_report_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_report_trap() 86 static void do_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_trap() 121 #define DO_ERROR_INFO(name, signr, sicode, str) \ argument 286 static int __init disable_vector_extension(char *str) in disable_vector_extension()
|
D | early.c | 333 static int __init cad_setup(char *str) in cad_setup() 392 static inline int has_ebcdic_char(const char *str) in has_ebcdic_char()
|
/linux-4.1.27/arch/mips/sibyte/common/ |
D | cfe_console.c | 12 static void cfe_console_write(struct console *cons, const char *str, in cfe_console_write() 43 static int cfe_console_setup(struct console *cons, char *str) in cfe_console_setup()
|
/linux-4.1.27/security/tomoyo/ |
D | load_policy.c | 23 static int __init tomoyo_loader_setup(char *str) in tomoyo_loader_setup() 62 static int __init tomoyo_trigger_setup(char *str) in tomoyo_trigger_setup()
|
D | realpath.c | 21 char *tomoyo_encode2(const char *str, int str_len) in tomoyo_encode2() 76 char *tomoyo_encode(const char *str) in tomoyo_encode()
|
/linux-4.1.27/drivers/gpu/host1x/ |
D | debug.h | 32 static inline void write_to_seqfile(void *ctx, const char *str, size_t len) in write_to_seqfile() 37 static inline void write_to_printk(void *ctx, const char *str, size_t len) in write_to_printk()
|
/linux-4.1.27/fs/btrfs/ |
D | rcu-string.h | 21 char str[0]; member 35 static inline void rcu_string_free(struct rcu_string *str) in rcu_string_free()
|
/linux-4.1.27/arch/x86/kernel/ |
D | mpparse.c | 76 void __init default_mpc_oem_bus_info(struct mpc_bus *m, char *str) in default_mpc_oem_bus_info() 85 char str[7]; in MP_bus_info() local 157 static int __init smp_check_mpc(struct mpc_table *mpc, char *oem, char *str) in smp_check_mpc() 210 char str[16]; in smp_read_mpc() local 803 static int __init update_mptable_setup(char *str) in update_mptable_setup() 840 char str[16]; in update_mp_table() local
|
D | traps.c | 194 do_trap_no_signal(struct task_struct *tsk, int trapnr, char *str, in do_trap_no_signal() 254 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap() 289 static void do_error_trap(struct pt_regs *regs, long error_code, char *str, in do_error_trap() 305 #define DO_ERROR(trapnr, signr, str, name) \ argument 324 static const char str[] = "double fault"; in do_double_fault() local 714 char *str = (trapnr == X86_TRAP_MF) ? "fpu exception" : in math_error() local
|
D | topology.c | 44 static int __init enable_cpu0_hotplug(char *str) in enable_cpu0_hotplug()
|
/linux-4.1.27/arch/um/drivers/ |
D | stdio_console.c | 77 static int con_config(char *str, char **error_out) in con_config() 82 static int con_get_config(char *dev, char *str, int size, char **error_out) in con_get_config() 193 static int console_chan_setup(char *str) in console_chan_setup()
|
D | ssl.c | 72 static int ssl_config(char *str, char **error_out) in ssl_config() 78 static int ssl_get_config(char *dev, char *str, int size, char **error_out) in ssl_get_config() 192 static int ssl_chan_setup(char *str) in ssl_chan_setup()
|
D | chan_kern.c | 14 static void *not_configged_init(char *str, int device, in not_configged_init() 347 static int one_chan_config_string(struct chan *chan, char *str, int size, in one_chan_config_string() 371 char *str, int size, char **error_out) in chan_pair_config_string() 393 int chan_config_string(struct line *line, char *str, int size, in chan_config_string() 447 static struct chan *parse_chan(struct line *line, char *str, int device, in parse_chan() 497 int parse_chan_pair(char *str, struct line *line, int device, in parse_chan_pair()
|
D | net_kern.c | 298 static void setup_etheraddr(struct net_device *dev, char *str) in setup_etheraddr() 529 static int eth_parse(char *str, int *index_out, char **str_out, in eth_parse() 623 static int eth_setup_common(char *str, int index) in eth_setup_common() 648 static int __init eth_setup(char *str) in eth_setup() 677 static int net_config(char *str, char **error_out) in net_config() 699 static int net_id(char **str, int *start_out, int *end_out) in net_id() 893 int tap_setup_common(char *str, char *type, char **dev_name, char **mac_out, in tap_setup_common()
|
D | fd.c | 19 char str[sizeof("1234567890\0")]; member 22 static void *fd_init(char *str, int device, const struct chan_opts *opts) in fd_init()
|
D | umcast_kern.c | 70 static int mcast_setup(char *str, char **mac_out, void *data) in mcast_setup() 116 static int ucast_setup(char *str, char **mac_out, void *data) in ucast_setup()
|
D | mconsole_user.c | 126 int mconsole_reply_len(struct mc_request *req, const char *str, int total, in mconsole_reply_len() 165 int mconsole_reply(struct mc_request *req, const char *str, int err, int more) in mconsole_reply()
|
D | stderr_console.c | 38 static int stderr_setup(char *str) in stderr_setup()
|
D | ubd_kern.c | 228 static int fake_ide_setup(char *str) in fake_ide_setup() 243 char *str = *ptr, *end; in parse_unit() local 264 static int ubd_setup_common(char *str, int *index_out, char **error_out) in ubd_setup_common() 385 static int ubd_setup(char *str) in ubd_setup() 423 static int udb_setup(char *str) in udb_setup() 898 static int ubd_config(char *str, char **error_out) in ubd_config() 935 static int ubd_get_config(char *name, char *str, int size, char **error_out) in ubd_get_config() 967 static int ubd_id(char **str, int *start_out, int *end_out) in ubd_id()
|
D | cow_sys.h | 20 static inline char *cow_strdup(char *str) in cow_strdup()
|
D | mconsole_kern.c | 287 static int mem_config(char *str, char **error_out) in mem_config() 380 static int mem_get_config(char *name, char *str, int size, char **error_out) in mem_get_config() 391 static int mem_id(char **str, int *start_out, int *end_out) in mem_id() 805 static int mconsole_setup(char *str) in mconsole_setup()
|
D | null.c | 15 static void *null_init(char *str, int device, const struct chan_opts *opts) in null_init()
|
D | tty.c | 19 static void *tty_chan_init(char *str, int device, const struct chan_opts *opts) in tty_chan_init()
|
/linux-4.1.27/arch/arm/kernel/ |
D | traps.c | 55 static int __init user_debug_setup(char *str) in user_debug_setup() 96 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() 115 char str[sizeof(" 12345678") * 8 + 1]; in dump_mem() local 141 char str[sizeof("00000000 ") * 5 + 2 + 1], *p = str; in dump_instr() local 237 static int __die(const char *str, int err, struct pt_regs *regs) in __die() 319 void die(const char *str, struct pt_regs *regs, int err) in die() 336 void arm_notify_die(const char *str, struct pt_regs *regs, in arm_notify_die()
|
/linux-4.1.27/arch/um/include/shared/ |
D | init.h | 82 const char *str; member 109 #define __uml_setup(str, fn, help...) \ argument 115 #define __uml_setup(str, fn, help...) \ argument
|
/linux-4.1.27/net/ceph/ |
D | ceph_hash.c | 23 unsigned int ceph_str_hash_rjenkins(const char *str, unsigned int length) in ceph_str_hash_rjenkins() 84 unsigned int ceph_str_hash_linux(const char *str, unsigned int length) in ceph_str_hash_linux()
|
D | ceph_strings.c | 22 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return (str); in ceph_osd_op_name() argument
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | intc.h | 101 #define INTC_IRQ_PINS_16(p, base, vect, str) \ argument 145 #define INTC_IRQ_PINS_16H(p, base, vect, str) \ argument 189 #define INTC_IRQ_PINS_32(p, base, vect, str) \ argument 252 #define INTC_PINT(p, mask_reg, sense_base, str, \ argument
|
/linux-4.1.27/kernel/irq/ |
D | spurious.c | 433 int noirqdebug_setup(char *str) in noirqdebug_setup() 445 static int __init irqfixup_setup(char *str) in irqfixup_setup() 457 static int __init irqpoll_setup(char *str) in irqpoll_setup()
|
/linux-4.1.27/fs/hfsplus/ |
D | catalog.c | 43 hfsplus_btree_key *key, u32 parent, struct qstr *str) in hfsplus_cat_build_key() 177 u32 parentid, struct qstr *str) in hfsplus_fill_cat_thread() 253 struct qstr *str, struct inode *inode) in hfsplus_create_cat() 321 int hfsplus_delete_cat(u32 cnid, struct inode *dir, struct qstr *str) in hfsplus_delete_cat()
|
D | dir.c | 87 struct qstr str; in hfsplus_lookup() local 301 struct qstr str; in hfsplus_link() local 357 struct qstr str; in hfsplus_unlink() local
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 51 lnet_syntax(char *name, char *str, int offset, int width) in lnet_syntax() 183 char *str; in lnet_parse_networks() local 418 lnet_str2tbs_sep(struct list_head *tbs, char *str) in lnet_str2tbs_sep() 477 char *str, char *sep1, char *sep2, in lnet_expand1tb() 501 lnet_str2tbs_expand(struct list_head *tbs, char *str) in lnet_str2tbs_expand() 585 lnet_parse_hops(char *str, unsigned int *hops) in lnet_parse_hops() 598 lnet_parse_priority(char *str, unsigned int *priority, char **token) in lnet_parse_priority() 628 lnet_parse_route(char *str, int *im_a_router) in lnet_parse_route()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | fsl_85xx_l2ctlr.c | 51 static int __init get_size_from_cmdline(char *str) in get_size_from_cmdline() 60 static int __init get_offset_from_cmdline(char *str) in get_offset_from_cmdline()
|
/linux-4.1.27/arch/um/os-Linux/ |
D | start_up.c | 67 static void fatal_perror(const char *str) in fatal_perror() 149 static int __init nosysemu_cmd_param(char *str, int* add) in nosysemu_cmd_param() 342 int __init parse_iomem(char *str, int *add) in parse_iomem()
|
/linux-4.1.27/arch/arm/mach-iop13xx/ |
D | setup.c | 511 static int __init iop13xx_init_uart_setup(char *str) in iop13xx_init_uart_setup() 537 static int __init iop13xx_init_i2c_setup(char *str) in iop13xx_init_i2c_setup() 566 static int __init iop13xx_init_adma_setup(char *str) in iop13xx_init_adma_setup()
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | nonstdio.c | 91 char *xmon_gets(char *str, int nb) in xmon_gets() 129 void xmon_puts(const char *str) in xmon_puts()
|
/linux-4.1.27/security/keys/encrypted-keys/ |
D | encrypted.h | 39 static inline void dump_hmac(const char *str, const u8 *digest, in dump_hmac() 61 static inline void dump_hmac(const char *str, const u8 *digest, in dump_hmac()
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.l | 49 static void append_string(const char *str, int size) in append_string() 63 static void alloc_string(const char *str, int size) in alloc_string()
|
D | qconf.cc | 62 static inline QString qgettext(const char* str) in qgettext() 67 static inline QString qgettext(const QString& str) in qgettext() 1002 QString str; in symbolInfo() local 1126 QString ConfigInfoView::print_filter(const QString &str) in print_filter() 1157 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str) in expr_print_help() 1670 static const QString str = _("Welcome to the qconf graphical configuration tool.\n\n" in showIntro() local 1687 …static const QString str = _("qconf is Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>.\n\… in showAbout() local
|
D | conf.c | 57 static void strip(char *str) in strip() 718 void xfgets(char *str, int size, FILE *in) in xfgets()
|
/linux-4.1.27/arch/powerpc/boot/ |
D | planetcore.c | 57 const char *str = planetcore_get_key(table, key); in planetcore_get_decimal() local 67 const char *str = planetcore_get_key(table, key); in planetcore_get_hex() local
|
D | stdio.c | 73 static char * number(char * str, unsigned long long num, int base, int size, int precision, int typ… in number() 145 char * str; in vsprintf() local
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-midi.c | 94 struct snd_rawmidi_str *str) in set_midi_substream_names() 107 struct snd_rawmidi_str *str; in snd_dice_create_midi() local
|
/linux-4.1.27/fs/efivarfs/ |
D | inode.c | 47 bool efivarfs_valid_name(const char *str, int len) in efivarfs_valid_name() 84 static void efivarfs_hex_to_guid(const char *str, efi_guid_t *guid) in efivarfs_hex_to_guid()
|
/linux-4.1.27/drivers/acpi/ |
D | pci_link.c | 781 static int __init acpi_irq_penalty_update(char *str, int used) in acpi_irq_penalty_update() 849 static int __init acpi_irq_isa(char *str) in acpi_irq_isa() 861 static int __init acpi_irq_pci(char *str) in acpi_irq_pci() 868 static int __init acpi_irq_nobalance_set(char *str) in acpi_irq_nobalance_set() 876 static int __init acpi_irq_balance_set(char *str) in acpi_irq_balance_set()
|
/linux-4.1.27/arch/tile/kernel/ |
D | setup.c | 126 static int __init setup_maxmem(char *str) in setup_maxmem() 139 static int __init setup_maxnodemem(char *str) in setup_maxnodemem() 211 static int __init setup_mem(char *str) in setup_mem() 217 static int __init setup_isolnodes(char *str) in setup_isolnodes() 229 static int __init setup_pci_reserve(char* str) in setup_pci_reserve() 1081 static int __init setup_initramfs_file(char *str) in setup_initramfs_file() 1145 static int __init setup_initrd(char *str) in setup_initrd() 1301 static int __init disabled_cpus(char *str) in disabled_cpus() 1386 static int __init dataplane(char *str) in dataplane()
|
D | traps.c | 39 static int __init setup_unaligned_fixup(char *str) in setup_unaligned_fixup() 61 static int __init nodma(char *str) in nodma()
|
D | early_printk.c | 64 static int __init setup_early_printk(char *str) in setup_early_printk()
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_midi.c | 115 struct snd_rawmidi_str *str) in set_midi_substream_names() 128 struct snd_rawmidi_str *str; in snd_efw_create_midi_devices() local
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_midi.c | 114 struct snd_rawmidi_str *str) in set_midi_substream_names() 128 struct snd_rawmidi_str *str; in snd_bebob_create_midi_devices() local
|
/linux-4.1.27/security/apparmor/ |
D | path.c | 30 static int prepend(char **buffer, int buflen, const char *str, int namelen) in prepend() 210 char *buf, *str = NULL; in aa_path_name() local
|
D | lib.c | 66 void aa_info_message(const char *str) in aa_info_message()
|
D | match.c | 301 const char *str, int len) in aa_dfa_match_len() 351 const char *str) in aa_dfa_match()
|
/linux-4.1.27/fs/romfs/ |
D | storage.c | 71 const char *str, size_t size) in romfs_mtd_strcmp() 168 const char *str, size_t size) in romfs_blk_strcmp() 272 const char *str, size_t size) in romfs_dev_strcmp()
|
/linux-4.1.27/tools/iio/ |
D | lsiio.c | 33 static inline int check_prefix(const char *str, const char *prefix) in check_prefix() 39 static inline int check_postfix(const char *str, const char *postfix) in check_postfix()
|
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw-midi.c | 132 struct snd_rawmidi_str *str) in set_midi_substream_names() 147 struct snd_rawmidi_str *str; in snd_oxfw_create_midi() local
|
/linux-4.1.27/scripts/ |
D | kallsyms.c | 85 static inline int is_arm_mapping_symbol(const char *str) in is_arm_mapping_symbol() 114 char str[500]; in read_symbol() local 460 static void *find_token(unsigned char *str, int len, unsigned char *token) in find_token() 473 static void compress_symbols(unsigned char *str, int idx) in compress_symbols() 627 static int prefix_underscores_count(const char *str) in prefix_underscores_count()
|
/linux-4.1.27/kernel/ |
D | watchdog.c | 101 static int __init hardlockup_panic_setup(char *str) in hardlockup_panic_setup() 119 static int __init softlockup_panic_setup(char *str) in softlockup_panic_setup() 127 static int __init nowatchdog_setup(char *str) in nowatchdog_setup() 134 static int __init nosoftlockup_setup(char *str) in nosoftlockup_setup() 142 static int __init softlockup_all_cpu_backtrace_setup(char *str) in softlockup_all_cpu_backtrace_setup()
|
D | smp.c | 516 static int __init nosmp(char *str) in nosmp() 527 static int __init nrcpus(char *str) in nrcpus() 540 static int __init maxcpus(char *str) in maxcpus()
|
D | sysctl_binary.c | 986 char *str, *end; in bin_intvec() local 1016 char *str, *end; in bin_intvec() local 1057 char *str, *end; in bin_ulongvec() local 1087 char *str, *end; in bin_ulongvec() local 1120 char buf[40], *str = buf; in bin_uuid() local
|
/linux-4.1.27/arch/m68k/emu/ |
D | nfcon.c | 26 static void nfputs(const char *str, unsigned int count) in nfputs() 43 static void nfcon_write(struct console *con, const char *str, in nfcon_write()
|
/linux-4.1.27/security/integrity/ima/ |
D | ima_template.c | 49 static int __init ima_template_setup(char *str) in ima_template_setup() 83 static int __init ima_template_fmt_setup(char *str) in ima_template_fmt_setup()
|
/linux-4.1.27/drivers/char/tpm/ |
D | tpm-sysfs.c | 37 char *str = buf; in pubek_show() local 94 char *str = buf; in pcrs_show() local 185 char *str = buf; in caps_show() local
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | setup_32.c | 146 int __init ppc_setup_l2cr(char *str) in ppc_setup_l2cr() 159 int __init ppc_setup_l3cr(char *str) in ppc_setup_l3cr()
|
D | rtasd.c | 117 char * str = "RTAS event"; in printk_log_rtas() local 576 static int __init surveillance_setup(char *str) in surveillance_setup() 593 static int __init rtasmsgs_setup(char *str) in rtasmsgs_setup()
|
/linux-4.1.27/crypto/ |
D | fips.c | 19 static int fips_enable(char *str) in fips_enable()
|
/linux-4.1.27/drivers/staging/board/ |
D | board.h | 9 #define board_staging(str, fn) \ argument
|
/linux-4.1.27/arch/c6x/kernel/ |
D | traps.c | 71 void die(char *str, struct pt_regs *fp, int nr) in die() 86 static void die_if_kernel(char *str, struct pt_regs *fp, int nr) in die_if_kernel()
|
D | soc.c | 34 static int __init get_mac_addr_from_cmdline(char *str) in get_mac_addr_from_cmdline()
|
/linux-4.1.27/arch/mips/pmcs-msp71xx/ |
D | msp_prom.c | 86 int str2eaddr(unsigned char *ea, unsigned char *str) in str2eaddr() 110 static inline unsigned long str2hex(unsigned char *str) in str2hex() 424 char *str; in prom_getmdesc() local
|
/linux-4.1.27/arch/mips/lasat/ |
D | picvue.c | 110 void pvc_write_string(const unsigned char *str, u8 addr, int line) in pvc_write_string() 124 void pvc_write_string_centered(const unsigned char *str, int line) in pvc_write_string_centered() 137 void pvc_dump_string(const unsigned char *str) in pvc_dump_string()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | option.h | 11 strncasecmpz(const char *str, const char *cmp, size_t len) in strncasecmpz()
|
/linux-4.1.27/arch/alpha/lib/ |
D | srm_puts.c | 9 srm_puts(const char *str, long len) in srm_puts()
|
/linux-4.1.27/arch/x86/boot/ |
D | mkcpustr.c | 26 const char *str; in main() local
|
D | printf.c | 43 static char *number(char *str, long num, int base, int size, int precision, in number() 120 char *str; in vsprintf() local
|
/linux-4.1.27/tools/lib/traceevent/ |
D | parse-filter.c | 456 char *str; in add_right() local 1471 char *str; in copy_filter_type() local 1553 char *str; in pevent_update_trivial() local 2060 char *str = NULL; in op_to_str() local 2164 char *str = NULL; in val_to_str() local 2181 char *str = NULL; in exp_to_str() local 2236 char *str = NULL; in num_to_str() local 2284 char *str = NULL; in str_to_str() local 2316 char *str = NULL; in arg_to_str() local
|
/linux-4.1.27/arch/sparc/kernel/ |
D | nmi.c | 69 static void die_nmi(const char *str, struct pt_regs *regs, int do_panic) in die_nmi() 265 static int __init setup_nmi_watchdog(char *str) in setup_nmi_watchdog()
|
/linux-4.1.27/drivers/s390/net/ |
D | smsgiucv.c | 106 void (*callback)(const char *from, char *str)) in smsg_register_callback() 124 char *str)) in smsg_unregister_callback()
|
/linux-4.1.27/arch/m68k/apollo/ |
D | config.c | 120 void dn_serial_console_write (struct console *co, const char *str,unsigned int count) in dn_serial_console_write() 134 void dn_serial_print (const char *str) in dn_serial_print()
|
/linux-4.1.27/arch/x86/mm/ |
D | setup_nx.c | 18 static int __init noexec_setup(char *str) in noexec_setup()
|
/linux-4.1.27/drivers/s390/cio/ |
D | blacklist.c | 101 static int parse_busid(char *str, unsigned int *cssid, unsigned int *ssid, in parse_busid() 149 static int blacklist_parse_parameters(char *str, range_action action, in blacklist_parse_parameters() 227 blacklist_setup (char *str) in blacklist_setup()
|
/linux-4.1.27/arch/alpha/boot/ |
D | stdio.c | 47 static char * number(char * str, unsigned long long num, int base, int size, int precision, int typ… in number() 119 char * str; in vsprintf() local
|
/linux-4.1.27/drivers/input/serio/ |
D | i8042.c | 153 int i8042_install_filter(bool (*filter)(unsigned char data, unsigned char str, in i8042_install_filter() 174 int i8042_remove_filter(bool (*filter)(unsigned char data, unsigned char str, in i8042_remove_filter() 231 unsigned char data, str; in i8042_flush() local 431 static bool i8042_filter(unsigned char data, unsigned char str, in i8042_filter() 462 unsigned char str, data; in i8042_interrupt() local 688 unsigned char str, data; in i8042_aux_test_irq() local
|
/linux-4.1.27/arch/sh/drivers/pci/ |
D | fixups-sdk7786.c | 28 char *__init pcibios_setup(char *str) in pcibios_setup()
|
/linux-4.1.27/include/xen/ |
D | hvc-console.h | 13 static inline void xen_raw_console_write(const char *str) { } in xen_raw_console_write()
|
/linux-4.1.27/arch/xtensa/platforms/xtfpga/include/platform/ |
D | lcd.h | 22 static inline void lcd_disp_at_pos(char *str, unsigned char pos) in lcd_disp_at_pos()
|
/linux-4.1.27/drivers/staging/nvec/ |
D | nvec_ps2.c | 31 #define NVEC_PHD(str, buf, len) \ argument 35 #define NVEC_PHD(str, buf, len) argument
|
/linux-4.1.27/arch/x86/kernel/acpi/ |
D | sleep.c | 121 static int __init acpi_sleep_setup(char *str) in acpi_sleep_setup()
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | early_printk.h | 23 #define early_shadow_puts(str) early_shadow_write(NULL, str, strlen(str)) argument
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_macro_gram.y | 74 char *str; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | debug_sta.c | 165 #define PRINT_CCK_RATE(str, i, sp) \ argument 174 #define PRINT_OFDM_RATE(str, i) \ argument
|
/linux-4.1.27/scripts/dtc/libfdt/ |
D | fdt_strerror.c | 59 const char *str; member
|
D | libfdt.h | 1008 #define fdt_property_string(fdt, name, str) \ argument 1235 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument 1376 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ argument
|
/linux-4.1.27/drivers/cpuidle/ |
D | governor.c | 26 static struct cpuidle_governor * __cpuidle_find_governor(const char *str) in __cpuidle_find_governor()
|
/linux-4.1.27/arch/x86/um/shared/sysdep/ |
D | kernel-offsets.h | 12 #define OFFSET(sym, str, mem) \ argument
|
/linux-4.1.27/arch/mips/mti-malta/ |
D | malta-display.c | 23 void mips_display_message(const char *str) in mips_display_message()
|
/linux-4.1.27/drivers/scsi/pm8001/ |
D | pm8001_ctl.c | 293 char *str = buf; in pm8001_ctl_aap_log_show() local 324 char *str = buf; in pm8001_ctl_ib_queue_log_show() local 357 char *str = buf; in pm8001_ctl_ob_queue_log_show() local 387 char *str = buf; in pm8001_ctl_bios_version_show() local 429 char *str = buf; in pm8001_ctl_iop_log_show() local
|
/linux-4.1.27/arch/mips/loongson/common/ |
D | machtype.c | 45 char *p, str[MACHTYPE_LEN + 1]; in prom_init_machtype() local
|
/linux-4.1.27/kernel/printk/ |
D | braille.c | 10 char *_braille_console_setup(char **str, char **brl_options) in _braille_console_setup()
|
D | braille.h | 29 _braille_console_setup(char **str, char **brl_options) in _braille_console_setup()
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | traps.c | 249 void die(const char *str, struct pt_regs *regs, long err) in die() 268 void die_if_kernel(const char *str, struct pt_regs *regs, long err) in die_if_kernel()
|
/linux-4.1.27/fs/hfs/ |
D | catalog.c | 82 int hfs_cat_create(u32 cnid, struct inode *dir, struct qstr *str, struct inode *inode) in hfs_cat_create() 213 int hfs_cat_delete(u32 cnid, struct inode *dir, struct qstr *str) in hfs_cat_delete()
|
D | string.c | 96 unsigned int len, const char *str, const struct qstr *name) in hfs_compare_dentry()
|
/linux-4.1.27/arch/arc/include/asm/ |
D | setup.h | 23 const char *str; member
|
/linux-4.1.27/fs/affs/ |
D | namei.c | 101 const char *str, const struct qstr *name, toupper_t toupper, in __affs_compare_dentry() 135 unsigned int len, const char *str, const struct qstr *name) in affs_compare_dentry() 144 unsigned int len, const char *str, const struct qstr *name) in affs_intl_compare_dentry()
|
/linux-4.1.27/arch/score/kernel/ |
D | traps.c | 154 void __die(const char *str, struct pt_regs *regs, const char *file, in __die() 166 void __die_if_kernel(const char *str, struct pt_regs *regs, in __die_if_kernel()
|
/linux-4.1.27/net/decnet/ |
D | sysctl_net_decnet.c | 68 static void strip_it(char *str) in strip_it() 89 static int parse_addr(__le16 *addr, char *str) in parse_addr()
|
/linux-4.1.27/drivers/staging/iio/frequency/ |
D | ad9834.c | 210 char *str; in ad9834_show_out0_wavetype_available() local 232 char *str; in ad9834_show_out1_wavetype_available() local
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | traps.c | 198 int die(const char *str, struct pt_regs *regs, long err) in die() 239 int die_if_kernel(char *str, struct pt_regs *regs, long err) in die_if_kernel()
|
/linux-4.1.27/drivers/firmware/ |
D | iscsi_ibft.c | 208 char *str = buf; in sprintf_ipaddr() local 227 static ssize_t sprintf_string(char *str, int len, char *buf) in sprintf_string() 261 char *str = buf; in ibft_attr_show_initiator() local 302 char *str = buf; in ibft_attr_show_nic() local 359 char *str = buf; in ibft_attr_show_target() local
|
D | dmi_scan.c | 65 char *str; in dmi_string() local 758 int dmi_name_in_serial(const char *str) in dmi_name_in_serial() 770 int dmi_name_in_vendors(const char *str) in dmi_name_in_vendors() 919 bool dmi_match(enum dmi_field f, const char *str) in dmi_match()
|
/linux-4.1.27/security/integrity/ |
D | integrity_audit.c | 21 static int __init integrity_audit_setup(char *str) in integrity_audit_setup()
|
/linux-4.1.27/arch/sh/boards/mach-sdk7786/ |
D | nmi.c | 28 static int __init nmi_mode_setup(char *str) in nmi_mode_setup()
|
/linux-4.1.27/tools/testing/selftests/powerpc/ |
D | utils.h | 48 #define str(s) _str(s) macro
|
/linux-4.1.27/fs/hpfs/ |
D | dentry.c | 38 unsigned int len, const char *str, const struct qstr *name) in hpfs_compare_dentry()
|
/linux-4.1.27/drivers/media/platform/ti-vpe/ |
D | vpdma.h | 158 #define ADB_ADDR(dma_buf, str, fld) ((dma_buf)->addr + offsetof(str, fld)) argument 159 #define MMR_ADB_ADDR(buf, str, fld) ADB_ADDR(&(buf), struct str, fld) argument 161 #define VPDMA_SET_MMR_ADB_HDR(buf, str, hdr, regs, offset_a) \ argument
|
/linux-4.1.27/arch/tile/include/uapi/arch/ |
D | sim.h | 158 sim_print(const char* str) in sim_print() 176 sim_print_string(const char* str) in sim_print_string() 200 sim_command(const char* str) in sim_command()
|
/linux-4.1.27/arch/avr32/kernel/ |
D | nmi_debug.c | 48 static int __init nmi_debug_setup(char *str) in nmi_debug_setup()
|
/linux-4.1.27/arch/arm/plat-omap/ |
D | i2c.c | 52 static int __init omap_i2c_bus_setup(char *str) in omap_i2c_bus_setup()
|
/linux-4.1.27/arch/mips/sgi-ip32/ |
D | ip32-setup.c | 49 static inline void str2eaddr(unsigned char *ea, unsigned char *str) in str2eaddr()
|
/linux-4.1.27/drivers/net/wan/lmc/ |
D | lmc_debug.c | 15 char str[80], *pstr; in lmcConsoleLog() local
|
/linux-4.1.27/drivers/edac/ |
D | edac_stub.c | 35 static int __init edac_report_setup(char *str) in edac_report_setup()
|
/linux-4.1.27/drivers/isdn/pcbit/ |
D | capi.c | 532 char str[32]; in capi_decode_conn_actv_ind() local 634 char str[64]; in capi_decode_debug_188() local
|
D | module.c | 97 char *str; in pcbit_setup() local
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
D | trace.c | 120 int trace_log_string(struct trace_buffer *tb, char *str) in trace_log_string() 226 char *str; in trace_print_string() local
|
/linux-4.1.27/drivers/staging/android/ |
D | sw_sync.c | 89 char *str, int size) in sw_sync_timeline_value_str() 97 char *str, int size) in sw_sync_pt_value_str()
|
/linux-4.1.27/drivers/pci/pcie/aer/ |
D | ecrc.c | 119 void pcie_ecrc_get_policy(char *str) in pcie_ecrc_get_policy()
|
/linux-4.1.27/arch/m68k/kernel/ |
D | pcibios.c | 100 char *pcibios_setup(char *str) in pcibios_setup()
|
/linux-4.1.27/fs/gfs2/ |
D | dentry.c | 106 static int gfs2_dhash(const struct dentry *dentry, struct qstr *str) in gfs2_dhash()
|
/linux-4.1.27/sound/pci/trident/ |
D | trident.c | 82 const char *str; in snd_trident_probe() local
|
/linux-4.1.27/mm/ |
D | failslab.c | 28 static int __init setup_failslab(char *str) in setup_failslab()
|
/linux-4.1.27/drivers/media/usb/stkwebcam/ |
D | stk-webcam.h | 40 #define STK_INFO(str, args...) printk(KERN_INFO PREFIX str, ##args) argument 41 #define STK_ERROR(str, args...) printk(KERN_ERR PREFIX str, ##args) argument 42 #define STK_WARNING(str, args...) printk(KERN_WARNING PREFIX str, ##args) argument
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 49 void efi_printk(efi_system_table_t *sys_table_arg, char *str) in efi_printk() 318 char *str; in efi_parse_options() local 371 char *str; in handle_cmdline_files() local
|
/linux-4.1.27/drivers/pnp/ |
D | resource.c | 704 static int __init pnp_setup_reserve_irq(char *str) in pnp_setup_reserve_irq() 717 static int __init pnp_setup_reserve_dma(char *str) in pnp_setup_reserve_dma() 730 static int __init pnp_setup_reserve_io(char *str) in pnp_setup_reserve_io() 743 static int __init pnp_setup_reserve_mem(char *str) in pnp_setup_reserve_mem()
|
/linux-4.1.27/tools/power/cpupower/bench/ |
D | parse.c | 43 enum sched_prio string_to_prio(const char *str) in string_to_prio()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | traps.c | 125 int die_if_no_fixup(const char *str, struct pt_regs *regs, in die_if_no_fixup() 407 void die(const char *str, struct pt_regs *regs, enum exception_code code) in die()
|
/linux-4.1.27/arch/mips/fw/lib/ |
D | cmdline.c | 90 char *str; in fw_getenvl() local
|
/linux-4.1.27/net/irda/irlan/ |
D | irlan_filter.c | 221 const char *str; in irlan_print_filter() member
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | led.h | 36 #define lcd_print(str) argument
|
/linux-4.1.27/arch/xtensa/platforms/xtfpga/ |
D | lcd.c | 66 void lcd_disp_at_pos(char *str, unsigned char pos) in lcd_disp_at_pos()
|
/linux-4.1.27/drivers/xen/xenfs/ |
D | xenstored.c | 14 const char *str = (const char *)file->private_data; in xsd_read() local
|
/linux-4.1.27/arch/mips/mti-sead3/ |
D | sead3-display.c | 41 void mips_display_message(const char *str) in mips_display_message()
|
/linux-4.1.27/drivers/mtd/devices/ |
D | phram.c | 193 static inline void kill_final_newline(char *str) in kill_final_newline() 222 char buf[64 + 20 + 20], *str = buf; in phram_setup() local
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | traps.c | 164 __die_if_kernel(const char *str, struct pt_regs *regs, long err) in __die_if_kernel() 488 void die(const char * str, struct pt_regs * regs, long err) in die()
|
/linux-4.1.27/sound/core/ |
D | info_oss.c | 73 char *str; in snd_sndstat_show_strings() local
|
/linux-4.1.27/arch/mips/sibyte/swarm/ |
D | setup.c | 167 void setleds(char *str) in setleds()
|
/linux-4.1.27/arch/mips/loongson1/common/ |
D | prom.c | 40 char *str = prom_getenv(env); in env_or_default() local
|
/linux-4.1.27/fs/ntfs/ |
D | ntfs.h | 98 char *str; member
|
/linux-4.1.27/drivers/usb/mon/ |
D | mon_stat.c | 23 char str[STAT_BUF_SIZE]; member
|
/linux-4.1.27/arch/mips/pnx833x/stb22x/ |
D | board.c | 54 char *str = prom_getenv(env); in env_or_default() local
|
/linux-4.1.27/arch/arc/mm/ |
D | init.c | 31 static int __init setup_mem_sz(char *str) in setup_mem_sz()
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | exceptions.c | 39 void die(const char *str, struct pt_regs *fp, long err) in die()
|
/linux-4.1.27/arch/mips/alchemy/common/ |
D | prom.c | 92 static inline void str2eaddr(unsigned char *ea, unsigned char *str) in str2eaddr()
|
/linux-4.1.27/arch/mips/sgi-ip22/ |
D | ip22-eisa.c | 103 char *str; in ip22_eisa_init() local
|