Searched defs:fp (Results 126 - 150 of 486) sorted by relevance

1234567891011>>

/linux-master/tools/perf/bench/
H A Duprobe.c112 static int bench_uprobe_format__default_fprintf(const char *name, const char *unit, u64 diff, FILE *fp) argument
/linux-master/tools/perf/util/
H A Dprint_insn.c20 size_t sample__fprintf_insn_raw(struct perf_sample *sample, FILE *fp) argument
76 print_insn_x86(struct thread *thread, u8 cpumode, cs_insn *insn, int print_opts, FILE *fp) argument
114 fprintf_insn_asm(struct machine *machine, struct thread *thread, u8 cpumode, bool is64bit, const uint8_t *code, size_t code_size, uint64_t ip, int *lenp, int print_opts, FILE *fp) argument
146 sample__fprintf_insn_asm(struct perf_sample *sample, struct thread *thread, struct machine *machine, FILE *fp, struct addr_location *al) argument
[all...]
/linux-master/arch/x86/um/shared/sysdep/
H A Dptrace.h61 unsigned long fp[MAX_FP_NR]; member in struct:uml_pt_regs
/linux-master/arch/arc/include/uapi/asm/
H A Dptrace.h39 unsigned long status32, ret, blink, fp, gp; member in struct:user_regs_struct::__anon131
/linux-master/arch/alpha/include/uapi/asm/
H A Dfpu.h95 unsigned long fp; local
109 ieee_fpcr_to_swcr(unsigned long fp) argument
[all...]
/linux-master/include/uapi/linux/
H A Dif_hippi.h149 struct hippi_fp_hdr fp; member in struct:hippi_hdr
/linux-master/drivers/net/fddi/skfp/h/
H A Dtargethw.h126 struct s_smt_fp fp ; /* formac+ */ member in struct:s_smt_hw
/linux-master/drivers/scsi/libfc/
H A Dfc_libfc.c154 void fc_fill_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, argument
210 fc_fill_reply_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, enum fc_rctl r_ctl, u32 parm_offset) argument
[all...]
/linux-master/include/scsi/
H A Dfc_frame.h101 fc_frame_init(struct fc_frame *fp) argument
118 struct fc_frame *fp; local
134 fc_frame_free(struct fc_frame *fp) argument
139 fc_frame_is_linear(struct fc_frame *fp) argument
149 __fc_frame_header_get(const struct fc_frame *fp) argument
159 fc_frame_header_get(const struct fc_frame *fp) argument
168 fc_frame_sid(const struct fc_frame *fp) argument
176 fc_frame_did(const struct fc_frame *fp) argument
191 fc_frame_payload_get(const struct fc_frame *fp, size_t len) argument
206 fc_frame_payload_op(const struct fc_frame *fp) argument
220 fc_frame_class(const struct fc_frame *fp) argument
232 fc_frame_rctl(const struct fc_frame *fp) argument
237 fc_frame_is_cmd(const struct fc_frame *fp) argument
268 fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, u32 did, u32 sid, enum fc_fh_type type, u32 f_ctl, u32 parm_offset) argument
[all...]
/linux-master/drivers/char/
H A Dtoshiba.c244 static long tosh_ioctl(struct file *fp, unsigned int cmd, unsigned long arg) argument
/linux-master/drivers/target/tcm_fc/
H A Dtfc_sess.c478 static void ft_recv(struct fc_lport *lport, struct fc_frame *fp) argument
/linux-master/arch/mips/kernel/
H A Dftrace.c251 ftrace_get_parent_ra_addr(unsigned long self_ra, unsigned long old_parent_ra, unsigned long parent_ra_addr, unsigned long fp) argument
305 prepare_ftrace_return(unsigned long *parent_ra_addr, unsigned long self_ra, unsigned long fp) argument
/linux-master/tools/perf/jvmti/
H A Djvmti_agent.c251 FILE *fp; local
334 FILE *fp = agent; local
365 FILE *fp = agent; local
424 FILE *fp = agent; local
[all...]
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c298 void test_fp_vec(int fp, int vec, pthread_attr_t *attr) argument
/linux-master/include/media/
H A Dv4l2-vp9.h139 u32 (*fp)[2][4]; member in struct:v4l2_vp9_frame_symbol_counts
/linux-master/arch/x86/kernel/
H A Dksysfs.c30 static ssize_t boot_params_data_read(struct file *fp, struct kobject *kobj, argument
173 static ssize_t setup_data_data_read(struct file *fp, argument
/linux-master/arch/csky/kernel/
H A Dptrace.c465 void show_regs(struct pt_regs *fp) argument
[all...]
/linux-master/drivers/bus/mhi/host/
H A Ddebugfs.c296 static int mhi_debugfs_states_open(struct inode *inode, struct file *fp) argument
301 static int mhi_debugfs_events_open(struct inode *inode, struct file *fp) argument
306 static int mhi_debugfs_channels_open(struct inode *inode, struct file *fp) argument
311 static int mhi_debugfs_devices_open(struct inode *inode, struct file *fp) argument
316 static int mhi_debugfs_regdump_open(struct inode *inode, struct file *fp) argument
321 mhi_debugfs_device_wake_open(struct inode *inode, struct file *fp) argument
326 mhi_debugfs_timeout_ms_open(struct inode *inode, struct file *fp) argument
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sock.c377 static size_t probe_prog_length(const struct bpf_insn *fp) argument
H A Dtest_sysctl.c1400 static size_t probe_prog_length(const struct bpf_insn *fp) argument
/linux-master/drivers/net/phy/
H A Dfixed_phy.c52 struct fixed_phy *fp; local
67 static void fixed_phy_update(struct fixed_phy *fp) argument
76 struct fixed_phy *fp; local
116 struct fixed_phy *fp; local
139 struct fixed_phy *fp; local
175 struct fixed_phy *fp, *tmp; local
375 struct fixed_phy *fp, *tmp; local
[all...]
/linux-master/drivers/iio/chemical/
H A Dsps30.c39 static s32 sps30_float_to_int_clamped(__be32 *fp) argument
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.c158 static void write_lines(const char *p, size_t n, FILE *fp, bool *remove_first) argument
/linux-master/scripts/dtc/
H A Dutil.c431 FILE *fp = errmsg ? stderr : stdout; local
/linux-master/tools/power/cpupower/utils/
H A Dcpufreq-info.c25 FILE *fp; local

Completed in 397 milliseconds

1234567891011>>