Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 200 of 1408) sorted by relevance

12345678

/linux-4.1.27/net/ieee802154/
Dheader_ops.c26 int pos = 0; in ieee802154_hdr_push_addr() local
57 int pos = 5; in ieee802154_hdr_push_sechdr() local
89 int pos = 2; in ieee802154_hdr_push() local
135 int pos = 0; in ieee802154_hdr_get_addr() local
171 int pos = 5; in ieee802154_hdr_get_sechdr() local
228 int pos = 0; in ieee802154_hdr_get_addrs() local
244 int pos = 3, rc; in ieee802154_hdr_pull() local
275 int pos = 3, rc; in ieee802154_hdr_peek_addrs() local
295 int pos; in ieee802154_hdr_peek() local
/linux-4.1.27/drivers/pci/
Dats.c22 int pos; in ats_alloc_one() local
162 int pos; in pci_ats_queue_depth() local
193 int pos; in pci_enable_pri() local
225 int pos; in pci_disable_pri() local
247 int pos; in pci_reset_pri() local
279 int pos; in pci_enable_pasid() local
313 int pos; in pci_disable_pasid() local
336 int pos; in pci_pasid_features() local
362 int pos; in pci_max_pasids() local
Dvc.c27 static void pci_vc_save_restore_dwords(struct pci_dev *dev, int pos, in pci_vc_save_restore_dwords()
49 static void pci_vc_load_arb_table(struct pci_dev *dev, int pos) in pci_vc_load_arb_table()
73 static void pci_vc_load_port_arb_table(struct pci_dev *dev, int pos, int res) in pci_vc_load_port_arb_table()
104 static void pci_vc_enable(struct pci_dev *dev, int pos, int res) in pci_vc_enable()
187 static int pci_vc_do_save_buffer(struct pci_dev *dev, int pos, in pci_vc_do_save_buffer()
361 int pos, ret; in pci_save_vc_state() local
398 int pos; in pci_restore_vc_state() local
423 int len, pos = pci_find_ext_capability(dev, vc_caps[i].id); in pci_allocate_vc_save_buffers() local
Daccess.c185 ssize_t pci_read_vpd(struct pci_dev *dev, loff_t pos, size_t count, void *buf) in pci_read_vpd()
201 ssize_t pci_write_vpd(struct pci_dev *dev, loff_t pos, size_t count, const void *buf) in pci_write_vpd()
331 static ssize_t pci_vpd_pci22_read(struct pci_dev *dev, loff_t pos, size_t count, in pci_vpd_pci22_read()
383 static ssize_t pci_vpd_pci22_write(struct pci_dev *dev, loff_t pos, size_t count, in pci_vpd_pci22_write()
442 static ssize_t pci_vpd_f0_read(struct pci_dev *dev, loff_t pos, size_t count, in pci_vpd_f0_read()
457 static ssize_t pci_vpd_f0_write(struct pci_dev *dev, loff_t pos, size_t count, in pci_vpd_f0_write()
604 static bool pcie_capability_reg_implemented(struct pci_dev *dev, int pos) in pcie_capability_reg_implemented()
644 int pcie_capability_read_word(struct pci_dev *dev, int pos, u16 *val) in pcie_capability_read_word()
680 int pcie_capability_read_dword(struct pci_dev *dev, int pos, u32 *val) in pcie_capability_read_dword()
709 int pcie_capability_write_word(struct pci_dev *dev, int pos, u16 val) in pcie_capability_write_word()
[all …]
Dproc.c30 unsigned int pos = *ppos; in proc_bus_pci_read() local
115 int pos = *ppos; in proc_bus_pci_write() local
299 static void *pci_seq_start(struct seq_file *m, loff_t *pos) in pci_seq_start()
311 static void *pci_seq_next(struct seq_file *m, void *v, loff_t *pos) in pci_seq_next()
Dprobe.c172 struct resource *res, unsigned int pos) in __pci_read_base()
317 unsigned int pos, reg; in pci_read_bases() local
612 int pos; in pci_set_bus_speed() local
977 int pos; in set_pcie_port_type() local
1036 int pos; in pci_ext_cfg_is_aliased() local
1068 int pos = PCI_CFG_SPACE_SIZE; in pci_cfg_space_size_ext() local
1083 int pos; in pci_cfg_space_size() local
1125 int pos = 0; in pci_setup_device() local
1326 int pos; in program_hpp_type2() local
1612 int pos; in next_fn() local
Dhtirq.c30 unsigned pos; member
90 int max_irq, pos, irq; in __ht_create_irq() local
/linux-4.1.27/include/linux/
Dlist.h392 #define list_next_entry(pos, member) \ argument
400 #define list_prev_entry(pos, member) \ argument
408 #define list_for_each(pos, head) \ argument
416 #define list_for_each_prev(pos, head) \ argument
425 #define list_for_each_safe(pos, n, head) \ argument
435 #define list_for_each_prev_safe(pos, n, head) \ argument
446 #define list_for_each_entry(pos, head, member) \ argument
457 #define list_for_each_entry_reverse(pos, head, member) \ argument
470 #define list_prepare_entry(pos, head, member) \ argument
482 #define list_for_each_entry_continue(pos, head, member) \ argument
[all …]
Dplist.h151 #define plist_for_each(pos, head) \ argument
161 #define plist_for_each_continue(pos, head) \ argument
172 #define plist_for_each_safe(pos, n, head) \ argument
181 #define plist_for_each_entry(pos, head, mem) \ argument
193 #define plist_for_each_entry_continue(pos, head, m) \ argument
205 #define plist_for_each_entry_safe(pos, n, head, m) \ argument
266 #define plist_next(pos) \ argument
273 #define plist_prev(pos) \ argument
Drculist.h305 #define list_for_each_entry_rcu(pos, head, member) \ argument
319 #define list_for_each_entry_continue_rcu(pos, head, member) \ argument
462 #define __hlist_for_each_rcu(pos, head) \ argument
477 #define hlist_for_each_entry_rcu(pos, head, member) \ argument
497 #define hlist_for_each_entry_rcu_notrace(pos, head, member) \ argument
514 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ argument
526 #define hlist_for_each_entry_continue_rcu(pos, member) \ argument
538 #define hlist_for_each_entry_continue_rcu_bh(pos, member) \ argument
550 #define hlist_for_each_entry_from_rcu(pos, member) \ argument
Dllist.h104 #define llist_for_each(pos, node) \ argument
122 #define llist_for_each_entry(pos, node, member) \ argument
144 #define llist_for_each_entry_safe(pos, n, node, member) \ argument
Drhashtable.h370 #define rht_entry(tpos, pos, member) \ argument
380 #define rht_for_each_continue(pos, head, tbl, hash) \ argument
391 #define rht_for_each(pos, tbl, hash) \ argument
403 #define rht_for_each_entry_continue(tpos, pos, head, tbl, hash, member) \ argument
416 #define rht_for_each_entry(tpos, pos, tbl, hash, member) \ argument
432 #define rht_for_each_entry_safe(tpos, pos, next, tbl, hash, member) \ argument
452 #define rht_for_each_rcu_continue(pos, head, tbl, hash) \ argument
468 #define rht_for_each_rcu(pos, tbl, hash) \ argument
484 #define rht_for_each_entry_rcu_continue(tpos, pos, head, tbl, hash, member) \ argument
502 #define rht_for_each_entry_rcu(tpos, pos, tbl, hash, member) \ argument
Dregset.h220 static inline int user_regset_copyout(unsigned int *pos, unsigned int *count, in user_regset_copyout()
245 static inline int user_regset_copyin(unsigned int *pos, unsigned int *count, in user_regset_copyin()
274 static inline int user_regset_copyout_zero(unsigned int *pos, in user_regset_copyout_zero()
299 static inline int user_regset_copyin_ignore(unsigned int *pos, in user_regset_copyin_ignore()
Dlist_nulls.h98 #define hlist_nulls_for_each_entry(tpos, pos, head, member) \ argument
111 #define hlist_nulls_for_each_entry_from(tpos, pos, member) \ argument
Dif_tunnel.h13 #define for_each_ip_tunnel_rcu(pos, start) \ argument
/linux-4.1.27/fs/romfs/
Dstorage.c27 static int romfs_mtd_read(struct super_block *sb, unsigned long pos, in romfs_mtd_read()
41 unsigned long pos, size_t maxlen) in romfs_mtd_strnlen()
70 static int romfs_mtd_strcmp(struct super_block *sb, unsigned long pos, in romfs_mtd_strcmp()
107 static int romfs_blk_read(struct super_block *sb, unsigned long pos, in romfs_blk_read()
135 unsigned long pos, size_t limit) in romfs_blk_strnlen()
167 static int romfs_blk_strcmp(struct super_block *sb, unsigned long pos, in romfs_blk_strcmp()
218 int romfs_dev_read(struct super_block *sb, unsigned long pos, in romfs_dev_read()
244 unsigned long pos, size_t maxlen) in romfs_dev_strnlen()
271 int romfs_dev_strcmp(struct super_block *sb, unsigned long pos, in romfs_dev_strcmp()
Dsuper.c105 unsigned long fillsize, pos; in romfs_readpage() local
295 static struct inode *romfs_iget(struct super_block *sb, unsigned long pos) in romfs_iget()
472 unsigned long pos, img_size; in romfs_fill_super() local
/linux-4.1.27/arch/metag/kernel/
Dptrace.c28 unsigned int pos, unsigned int count, in metag_gp_regs_copyout()
85 unsigned int pos, unsigned int count, in metag_gp_regs_copyin()
140 unsigned int pos, unsigned int count, in metag_gp_regs_get()
149 unsigned int pos, unsigned int count, in metag_gp_regs_set()
157 unsigned int pos, unsigned int count, in metag_cb_regs_copyout()
173 unsigned int pos, unsigned int count, in metag_cb_regs_copyin()
186 unsigned int pos, unsigned int count, in metag_cb_regs_get()
195 unsigned int pos, unsigned int count, in metag_cb_regs_set()
203 unsigned int pos, unsigned int count, in metag_rp_state_copyout()
240 unsigned int pos, unsigned int count, in metag_rp_state_copyin()
[all …]
/linux-4.1.27/net/appletalk/
Datalk_proc.c20 static __inline__ struct atalk_iface *atalk_get_interface_idx(loff_t pos) in atalk_get_interface_idx()
30 static void *atalk_seq_interface_start(struct seq_file *seq, loff_t *pos) in atalk_seq_interface_start()
39 static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_interface_next()
81 static __inline__ struct atalk_route *atalk_get_route_idx(loff_t pos) in atalk_get_route_idx()
91 static void *atalk_seq_route_start(struct seq_file *seq, loff_t *pos) in atalk_seq_route_start()
100 static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_route_next()
148 static void *atalk_seq_socket_start(struct seq_file *seq, loff_t *pos) in atalk_seq_socket_start()
155 static void *atalk_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_socket_next()
/linux-4.1.27/fs/ncpfs/
Dncpsign_kernel.c23 #define BVAL(buf,pos) (((const __u8 *)(buf))[pos]) argument
24 #define PVAL(buf,pos) ((unsigned)BVAL(buf,pos)) argument
25 #define BSET(buf,pos,val) (((__u8 *)(buf))[pos] = (val)) argument
28 WVAL_LH(const __u8 * buf, int pos) in WVAL_LH()
33 DVAL_LH(const __u8 * buf, int pos) in DVAL_LH()
38 WSET_LH(__u8 * buf, int pos, __u16 val) in WSET_LH()
44 DSET_LH(__u8 * buf, int pos, __u32 val) in DSET_LH()
Dfile.c106 off_t pos = iocb->ki_pos; in ncp_file_read_iter() local
176 off_t pos; in ncp_file_write_iter() local
/linux-4.1.27/fs/
Dread_write.c380 loff_t pos; in rw_verify_area() local
429 loff_t *pos) in __vfs_read()
440 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read()
486 loff_t *pos) in __vfs_write()
497 ssize_t __kernel_write(struct file *file, const char *buf, size_t count, loff_t *pos) in __kernel_write()
523 ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos) in vfs_write()
557 static inline void file_pos_write(struct file *file, loff_t pos) in file_pos_write()
568 loff_t pos = file_pos_read(f.file); in SYSCALL_DEFINE3() local
584 loff_t pos = file_pos_read(f.file); in SYSCALL_DEFINE3() local
595 size_t, count, loff_t, pos) in SYSCALL_DEFINE4() argument
[all …]
Dseq_file.c92 loff_t pos = 0, index; in traverse() local
162 loff_t pos; in seq_read() local
542 static void *single_start(struct seq_file *p, loff_t *pos) in single_start()
547 static void *single_next(struct seq_file *p, void *v, loff_t *pos) in single_next()
758 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start()
770 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head()
796 struct hlist_node *seq_hlist_start(struct hlist_head *head, loff_t pos) in seq_hlist_start()
815 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head()
857 loff_t pos) in seq_hlist_start_rcu()
881 loff_t pos) in seq_hlist_start_head_rcu()
[all …]
/linux-4.1.27/net/ipx/
Dipx_proc.c17 static void *ipx_seq_interface_start(struct seq_file *seq, loff_t *pos) in ipx_seq_interface_start()
23 static void *ipx_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_interface_next()
63 static void *ipx_seq_route_start(struct seq_file *seq, loff_t *pos) in ipx_seq_route_start()
69 static void *ipx_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_route_next()
103 static __inline__ struct sock *ipx_get_socket_idx(loff_t pos) in ipx_get_socket_idx()
127 static void *ipx_seq_socket_start(struct seq_file *seq, loff_t *pos) in ipx_seq_socket_start()
135 static void *ipx_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_socket_next()
/linux-4.1.27/net/core/
Dnet-procfs.c15 static inline struct net_device *dev_from_same_bucket(struct seq_file *seq, loff_t *pos) in dev_from_same_bucket()
31 static inline struct net_device *dev_from_bucket(struct seq_file *seq, loff_t *pos) in dev_from_bucket()
52 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start()
65 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next()
118 static struct softnet_data *softnet_get_online(loff_t *pos) in softnet_get_online()
131 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start()
136 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next()
210 static void *ptype_get_idx(loff_t pos) in ptype_get_idx()
232 static void *ptype_seq_start(struct seq_file *seq, loff_t *pos) in ptype_seq_start()
239 static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ptype_seq_next()
/linux-4.1.27/scripts/dtc/
Dsrcpos.c214 void srcpos_update(struct srcpos *pos, const char *text, int len) in srcpos_update()
239 srcpos_copy(struct srcpos *pos) in srcpos_copy()
252 srcpos_dump(struct srcpos *pos) in srcpos_dump()
265 srcpos_string(struct srcpos *pos) in srcpos_string()
294 srcpos_verror(struct srcpos *pos, char const *fmt, va_list va) in srcpos_verror()
306 srcpos_error(struct srcpos *pos, char const *fmt, ...) in srcpos_error()
317 srcpos_warn(struct srcpos *pos, char const *fmt, ...) in srcpos_warn()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dmkregtable.c371 #define list_for_each(pos, head) \ argument
380 #define list_for_each_prev(pos, head) \ argument
390 #define list_for_each_safe(pos, n, head) \ argument
400 #define list_for_each_prev_safe(pos, n, head) \ argument
411 #define list_for_each_entry(pos, head, member) \ argument
422 #define list_for_each_entry_reverse(pos, head, member) \ argument
435 #define list_prepare_entry(pos, head, member) \ argument
447 #define list_for_each_entry_continue(pos, head, member) \ argument
461 #define list_for_each_entry_continue_reverse(pos, head, member) \ argument
474 #define list_for_each_entry_from(pos, head, member) \ argument
[all …]
/linux-4.1.27/arch/s390/kernel/
Dptrace.c890 unsigned int pos, unsigned int count, in s390_regs_get()
917 unsigned int pos, unsigned int count, in s390_regs_set()
952 const struct user_regset *regset, unsigned int pos, in s390_fpregs_get()
970 const struct user_regset *regset, unsigned int pos, in s390_fpregs_set()
1016 unsigned int pos, unsigned int count, in s390_last_break_get()
1034 unsigned int pos, unsigned int count, in s390_last_break_set()
1042 unsigned int pos, unsigned int count, in s390_tdb_get()
1056 unsigned int pos, unsigned int count, in s390_tdb_set()
1064 unsigned int pos, unsigned int count, in s390_vxrs_low_get()
1084 unsigned int pos, unsigned int count, in s390_vxrs_low_set()
[all …]
Dprocessor.c82 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
87 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
/linux-4.1.27/net/x25/
Dx25_proc.c30 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) in x25_seq_route_start()
37 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next()
65 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start()
72 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next()
118 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) in x25_seq_forward_start()
125 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_forward_next()
/linux-4.1.27/drivers/cpufreq/
Dfreq_table.c24 struct cpufreq_frequency_table *pos; in cpufreq_frequency_table_cpuinfo() local
57 struct cpufreq_frequency_table *pos; in cpufreq_frequency_table_verify() local
119 struct cpufreq_frequency_table *pos; in cpufreq_frequency_table_target() local
200 struct cpufreq_frequency_table *pos, *table; in cpufreq_frequency_table_get_index() local
223 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in show_available_freqs() local
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dlist.h314 #define list_for_each_entry(pos, head, member) \ argument
326 #define list_for_each_entry_safe(pos, tmp, head, member) \ argument
333 #define list_for_each_entry_reverse(pos, head, member) \ argument
338 #define list_for_each_entry_continue(pos, head, member) \ argument
343 #define list_for_each_entry_continue_reverse(pos, head, member) \ argument
348 #define list_for_each_entry_from(pos, head, member) \ argument
/linux-4.1.27/drivers/isdn/capi/
Dkcapi_proc.c38 static void *controller_start(struct seq_file *seq, loff_t *pos) in controller_start()
49 static void *controller_next(struct seq_file *seq, void *v, loff_t *pos) in controller_next()
143 static void *applications_start(struct seq_file *seq, loff_t *pos) in applications_start()
155 applications_next(struct seq_file *seq, void *v, loff_t *pos) in applications_next()
249 static void *capi_driver_start(struct seq_file *seq, loff_t *pos) in capi_driver_start()
256 static void *capi_driver_next(struct seq_file *seq, void *v, loff_t *pos) in capi_driver_next()
/linux-4.1.27/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c67 static struct hlist_nulls_node *ct_get_idx(struct seq_file *seq, loff_t pos) in ct_get_idx()
77 static void *ct_seq_start(struct seq_file *seq, loff_t *pos) in ct_seq_start()
84 static void *ct_seq_next(struct seq_file *s, void *v, loff_t *pos) in ct_seq_next()
252 static struct hlist_node *ct_expect_get_idx(struct seq_file *seq, loff_t pos) in ct_expect_get_idx()
262 static void *exp_seq_start(struct seq_file *seq, loff_t *pos) in exp_seq_start()
269 static void *exp_seq_next(struct seq_file *seq, void *v, loff_t *pos) in exp_seq_next()
329 static void *ct_cpu_seq_start(struct seq_file *seq, loff_t *pos) in ct_cpu_seq_start()
347 static void *ct_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ct_cpu_seq_next()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Ddebugfs.c106 int pos = 0; in iwl_dbgfs_sram_read() local
234 int i, j, pos = 0; in iwl_dbgfs_stations_read() local
290 int pos = 0, ofs = 0, buf_size = 0; in iwl_dbgfs_nvm_read() local
332 int pos = 0, i, bufsz = PAGE_SIZE; in iwl_dbgfs_channels_read() local
397 int pos = 0; in iwl_dbgfs_status_read() local
431 int pos = 0; in iwl_dbgfs_rx_handlers_read() local
482 int pos = 0, i; in iwl_dbgfs_qos_read() local
512 int pos = 0; in iwl_dbgfs_thermal_throttling_read() local
565 int pos = 0; in iwl_dbgfs_disable_ht40_read() local
580 int pos = 0; in iwl_dbgfs_temperature_read() local
[all …]
/linux-4.1.27/kernel/
Dkallsyms.c156 static unsigned int get_symbol_offset(unsigned long pos) in get_symbol_offset()
301 unsigned long pos; in kallsyms_lookup() local
323 unsigned long pos; in lookup_symbol_name() local
342 unsigned long pos; in lookup_symbol_attrs() local
449 loff_t pos; member
490 static int update_iter(struct kallsym_iter *iter, loff_t pos) in update_iter()
508 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next()
517 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
577 const char *kdb_walk_kallsyms(loff_t *pos) in kdb_walk_kallsyms()
Dcgroup_freezer.c250 struct cgroup_subsys_state *pos; in update_if_frozen() local
296 struct cgroup_subsys_state *css = seq_css(m), *pos; in freezer_read() local
390 struct cgroup_subsys_state *pos; in freezer_change_state() local
/linux-4.1.27/drivers/vfio/pci/
Dvfio_pci_config.c180 static int vfio_default_config_read(struct vfio_pci_device *vdev, int pos, in vfio_default_config_read()
206 static int vfio_default_config_write(struct vfio_pci_device *vdev, int pos, in vfio_default_config_write()
253 static int vfio_direct_config_read(struct vfio_pci_device *vdev, int pos, in vfio_direct_config_read()
278 static int vfio_raw_config_write(struct vfio_pci_device *vdev, int pos, in vfio_raw_config_write()
291 static int vfio_raw_config_read(struct vfio_pci_device *vdev, int pos, in vfio_raw_config_read()
471 static int vfio_basic_config_read(struct vfio_pci_device *vdev, int pos, in vfio_basic_config_read()
492 static int vfio_basic_config_write(struct vfio_pci_device *vdev, int pos, in vfio_basic_config_write()
619 static int vfio_pm_config_write(struct vfio_pci_device *vdev, int pos, in vfio_pm_config_write()
827 static int vfio_find_cap_start(struct vfio_pci_device *vdev, int pos) in vfio_find_cap_start()
844 static int vfio_msi_config_read(struct vfio_pci_device *vdev, int pos, in vfio_msi_config_read()
[all …]
Dvfio_pci_rdwr.c120 loff_t pos = *ppos & VFIO_PCI_OFFSET_MASK; in vfio_pci_bar_rw() local
184 loff_t off, pos = *ppos & VFIO_PCI_OFFSET_MASK; in vfio_pci_vga_rw() local
/linux-4.1.27/drivers/net/wireless/iwlegacy/
Ddebug.c237 int pos = 0; in il_dbgfs_tx_stats_read() local
298 int pos = 0; in il_dbgfs_rx_stats_read() local
343 int pos = 0; in il_dbgfs_sram_read() local
427 int i, j, pos = 0; in il_dbgfs_stations_read() local
489 int pos = 0, ofs = 0, buf_size = 0; in il_dbgfs_nvm_read() local
538 int pos = 0, i, bufsz = PAGE_SIZE; in il_dbgfs_channels_read() local
617 int pos = 0; in il_dbgfs_status_read() local
677 int pos = 0; in il_dbgfs_interrupt_read() local
776 int pos = 0, i; in il_dbgfs_qos_read() local
828 int pos = 0; in il_dbgfs_disable_ht40_read() local
[all …]
D3945-debug.c56 int pos = 0; in il3945_ucode_rx_stats_read() local
321 int pos = 0; in il3945_ucode_tx_stats_read() local
411 int pos = 0; in il3945_ucode_general_stats_read() local
D4965-debug.c63 int pos = 0; in il4965_ucode_rx_stats_read() local
475 int pos = 0; in il4965_ucode_tx_stats_read() local
641 int pos = 0; in il4965_ucode_general_stats_read() local
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Ddebugfs.c196 int pos; in iwl_dbgfs_set_nic_temperature_read() local
263 int pos, temp; in iwl_dbgfs_nic_temp_read() local
286 int i, pos = 0, bufsz = sizeof(buf); in iwl_dbgfs_stations_read() local
316 int pos = 0; in iwl_dbgfs_disable_power_off_read() local
367 int pos, int bufsz) in iwl_mvm_coex_dump_mbox()
426 char *buf, int pos, int bufsz) in iwl_mvm_coex_dump_mbox_old()
488 int ret, pos = 0, bufsz = sizeof(char) * 1024; in iwl_dbgfs_bt_notif_read() local
549 int pos = 0; in iwl_dbgfs_bt_cmd_read() local
655 int pos = 0; in iwl_dbgfs_fw_rx_stats_read() local
779 char *buff, *pos, *endpos; in iwl_dbgfs_frame_stats_read() local
[all …]
/linux-4.1.27/tools/perf/tests/
Dvmlinux-kallsyms.c188 struct map *pos = rb_entry(nd, struct map, rb_node), *pair; in test__vmlinux_matches_kallsyms() local
208 struct map *pos = rb_entry(nd, struct map, rb_node), *pair; in test__vmlinux_matches_kallsyms() local
233 struct map *pos = rb_entry(nd, struct map, rb_node); in test__vmlinux_matches_kallsyms() local
/linux-4.1.27/fs/logfs/
Ddir.c67 loff_t pos) in write_dir()
77 static s64 dir_seek_data(struct inode *inode, s64 pos) in dir_seek_data()
86 loff_t pos = bix << inode->i_sb->s_blocksize_bits; in beyond_eof() local
287 loff_t pos; in logfs_readdir() local
551 struct logfs_disk_dentry *dd, loff_t *pos) in logfs_get_dd()
567 static int logfs_delete_dd(struct inode *dir, loff_t pos) in logfs_delete_dd()
591 loff_t pos; in logfs_rename_cross() local
636 loff_t pos; in logfs_replace_inode() local
666 loff_t pos; in logfs_rename_target() local
733 u64 ino, pos; in logfs_replay_journal() local
/linux-4.1.27/kernel/trace/
Dtrace_printk.c38 struct trace_bprintk_fmt *pos; in lookup_format() local
116 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format()
173 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format()
241 static const char **find_next(void *v, loff_t *pos) in find_next()
274 t_start(struct seq_file *m, loff_t *pos) in t_start()
280 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next()
Dtrace_stack.c283 __next(struct seq_file *m, loff_t *pos) in __next()
295 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
301 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
/linux-4.1.27/drivers/video/fbdev/core/
Dmodedb.c990 struct list_head *pos; in fb_find_best_mode() local
1028 struct list_head *pos; in fb_find_nearest_mode() local
1068 struct list_head *pos; in fb_match_mode() local
1092 struct list_head *pos; in fb_add_videomode() local
1128 struct list_head *pos, *n; in fb_delete_videomode() local
1148 struct list_head *pos, *n; in fb_destroy_modelist() local
1179 struct list_head *pos; in fb_find_best_display() local
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dfile.c189 size_t size, loff_t *pos) in __spufs_mem_read()
198 size_t size, loff_t *pos) in spufs_mem_read()
218 loff_t pos = *ppos; in spufs_mem_write() local
531 size_t size, loff_t *pos) in __spufs_regs_read()
540 size_t size, loff_t *pos) in spufs_regs_read()
560 size_t size, loff_t *pos) in spufs_regs_write()
589 size_t size, loff_t * pos) in __spufs_fpcr_read()
598 size_t size, loff_t * pos) in spufs_fpcr_read()
613 size_t size, loff_t * pos) in spufs_fpcr_write()
658 size_t len, loff_t *pos) in spufs_mbox_read()
[all …]
/linux-4.1.27/arch/blackfin/kernel/
Dcplbinfo.c30 loff_t pos; member
51 loff_t pos; in cplbinfo_show() local
82 static void *cplbinfo_start(struct seq_file *m, loff_t *pos) in cplbinfo_start()
98 static void *cplbinfo_next(struct seq_file *m, void *p, loff_t *pos) in cplbinfo_next()
/linux-4.1.27/security/tomoyo/
Drealpath.c95 char *pos = ERR_PTR(-ENOMEM); in tomoyo_get_absolute_path() local
124 char *pos = ERR_PTR(-ENOMEM); in tomoyo_get_dentry_path() local
151 char *pos = tomoyo_get_dentry_path(dentry, buffer, buflen); in tomoyo_get_local_path() local
261 char *pos; in tomoyo_realpath_from_path() local
Daudit.c29 unsigned long pos = bprm->p; in tomoyo_print_bprm() local
154 int pos; in tomoyo_print_header() local
249 int pos; in tomoyo_init_log() local
/linux-4.1.27/tools/perf/util/
Dbuild-id.c133 #define dsos__for_each_with_build_id(pos, head) \ argument
167 struct dso *pos; in __dsos__write_buildid_table() local
227 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__write_buildid_table() local
237 struct dso *pos; in __dsos__hit_all() local
266 struct machine *pos = rb_entry(nd, struct machine, rb_node); in dsos__hit_all() local
481 struct dso *pos; in __dsos__cache_build_ids() local
512 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__cache_build_ids() local
533 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__read_build_ids() local
Dstrlist.h64 #define strlist__for_each(pos, slist) \ argument
74 #define strlist__for_each_safe(pos, n, slist) \ argument
Dintlist.h64 #define intlist__for_each(pos, ilist) \ argument
74 #define intlist__for_each_safe(pos, n, ilist) \ argument
Dmap.c432 struct map *pos = rb_entry(next, struct map, rb_node); in maps__delete() local
442 struct map *pos, *n; in maps__delete_removed() local
505 struct map *pos = rb_entry(next, struct map, rb_node); in map_groups__flush() local
544 struct map *pos = rb_entry(nd, struct map, rb_node); in map_groups__find_symbol_by_name() local
581 struct map *pos = rb_entry(nd, struct map, rb_node); in __map_groups__fprintf_maps() local
604 struct map *pos; in __map_groups__fprintf_removed_maps() local
642 struct map *pos = rb_entry(next, struct map, rb_node); in map_groups__fixup_overlappings() local
Dstrbuf.c54 static void strbuf_splice(struct strbuf *sb, size_t pos, size_t len, in strbuf_splice()
73 void strbuf_remove(struct strbuf *sb, size_t pos, size_t len) in strbuf_remove()
/linux-4.1.27/drivers/video/fbdev/via/
Dvia_aux.c57 struct via_aux_drv *pos, *n; in via_aux_free() local
76 struct via_aux_drv *pos; in via_aux_get_preferred_mode() local
/linux-4.1.27/net/sctp/
Dulpqueue.c285 struct sk_buff *pos; in sctp_ulpq_store_reasm() local
331 struct sk_buff *pos; in sctp_make_reassembled_event() local
409 struct sk_buff *pos; in sctp_ulpq_retrieve_reassembled() local
518 struct sk_buff *pos, *last_frag, *first_frag; in sctp_ulpq_retrieve_partial() local
618 struct sk_buff *pos, *last_frag, *first_frag; in sctp_ulpq_retrieve_first() local
696 struct sk_buff *pos, *tmp; in sctp_ulpq_reasm_flushtsn() local
758 struct sk_buff *pos, *tmp; in sctp_ulpq_retrieve_ordered() local
799 struct sk_buff *pos; in sctp_ulpq_store_ordered() local
885 struct sk_buff *pos, *tmp; in sctp_ulpq_reap_ordered() local
Dproc.c180 static void *sctp_eps_seq_start(struct seq_file *seq, loff_t *pos) in sctp_eps_seq_start()
199 static void *sctp_eps_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_eps_seq_next()
285 static void *sctp_assocs_seq_start(struct seq_file *seq, loff_t *pos) in sctp_assocs_seq_start()
308 static void *sctp_assocs_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_assocs_seq_next()
410 static void *sctp_remaddr_seq_start(struct seq_file *seq, loff_t *pos) in sctp_remaddr_seq_start()
425 static void *sctp_remaddr_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_remaddr_seq_next()
Dobjcnt.c91 static void *sctp_objcnt_seq_start(struct seq_file *seq, loff_t *pos) in sctp_objcnt_seq_start()
100 static void *sctp_objcnt_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_objcnt_seq_next()
/linux-4.1.27/arch/sh/kernel/
Dptrace_32.c140 unsigned int pos, unsigned int count, in genregs_get()
164 unsigned int pos, unsigned int count, in genregs_set()
188 unsigned int pos, unsigned int count, in fpregs_get()
207 unsigned int pos, unsigned int count, in fpregs_set()
236 unsigned int pos, unsigned int count, in dspregs_get()
254 unsigned int pos, unsigned int count, in dspregs_set()
Dsys_sh32.c38 size_t count, long dummy, loff_t pos) in sys_pread_wrapper()
44 size_t count, long dummy, loff_t pos) in sys_pwrite_wrapper()
Dptrace_64.c150 unsigned int pos, unsigned int count, in genregs_get()
183 unsigned int pos, unsigned int count, in genregs_set()
218 unsigned int pos, unsigned int count, in fpregs_get()
233 unsigned int pos, unsigned int count, in fpregs_set()
/linux-4.1.27/drivers/char/
Dps3flash.c106 size_t count, loff_t *pos) in ps3flash_read()
175 const void *kernelbuf, size_t count, loff_t *pos) in ps3flash_write()
250 size_t count, loff_t *pos) in ps3flash_user_read()
256 size_t count, loff_t *pos) in ps3flash_user_write()
261 static ssize_t ps3flash_kernel_read(void *buf, size_t count, loff_t pos) in ps3flash_kernel_read()
267 loff_t pos) in ps3flash_kernel_write()
Dmisc.c66 static void *misc_seq_start(struct seq_file *seq, loff_t *pos) in misc_seq_start()
72 static void *misc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in misc_seq_next()
/linux-4.1.27/arch/arm64/kernel/
Dptrace.c374 unsigned int pos, unsigned int count, in hw_break_get()
435 unsigned int pos, unsigned int count, in hw_break_set()
485 unsigned int pos, unsigned int count, in gpr_get()
493 unsigned int pos, unsigned int count, in gpr_set()
514 unsigned int pos, unsigned int count, in fpr_get()
523 unsigned int pos, unsigned int count, in fpr_set()
539 unsigned int pos, unsigned int count, in tls_get()
547 unsigned int pos, unsigned int count, in tls_set()
563 unsigned int pos, unsigned int count, in system_call_get()
574 unsigned int pos, unsigned int count, in system_call_set()
[all …]
/linux-4.1.27/drivers/pnp/
Dcard.c200 struct pnp_id *pos = card->id; in pnp_show_card_ids() local
236 struct list_head *pos, *temp; in pnp_add_card() local
277 struct list_head *pos, *temp; in pnp_remove_card() local
330 struct list_head *pos; in pnp_request_card_device() local
416 struct list_head *pos, *temp; in pnp_register_card_driver() local
/linux-4.1.27/drivers/pci/pcie/aer/
Daerdrv.c168 int pos; in aer_disable_rootport() local
201 int pos; in aer_irq() local
344 int pos; in aer_root_reset() local
390 int pos; in aer_error_resume() local
Decrc.c51 int pos; in enable_ecrc_checking() local
79 int pos; in disable_ecrc_checking() local
Daerdrv_core.c62 int pos; in pci_cleanup_aer_uncorrect_error_status() local
99 int pos; in is_error_source() local
524 int pos; in handle_error_source() local
617 int pos, temp; in get_device_error_info() local
/linux-4.1.27/drivers/zorro/
Dproc.c34 loff_t pos = *ppos; in proc_bus_zorro_read() local
64 static void * zorro_seq_start(struct seq_file *m, loff_t *pos) in zorro_seq_start()
69 static void * zorro_seq_next(struct seq_file *m, void *v, loff_t *pos) in zorro_seq_next()
/linux-4.1.27/arch/x86/include/asm/
Dpci_x86.h162 static inline unsigned char mmio_config_readb(void __iomem *pos) in mmio_config_readb()
169 static inline unsigned short mmio_config_readw(void __iomem *pos) in mmio_config_readw()
176 static inline unsigned int mmio_config_readl(void __iomem *pos) in mmio_config_readl()
183 static inline void mmio_config_writeb(void __iomem *pos, u8 val) in mmio_config_writeb()
188 static inline void mmio_config_writew(void __iomem *pos, u16 val) in mmio_config_writew()
193 static inline void mmio_config_writel(void __iomem *pos, u32 val) in mmio_config_writel()
/linux-4.1.27/drivers/misc/mic/host/
Dmic_debugfs.c99 static int mic_smpt_show(struct seq_file *s, void *pos) in mic_smpt_show()
141 static int mic_soft_reset_show(struct seq_file *s, void *pos) in mic_soft_reset_show()
167 static int mic_post_code_show(struct seq_file *s, void *pos) in mic_post_code_show()
194 static int mic_dp_show(struct seq_file *s, void *pos) in mic_dp_show()
289 struct list_head *pos, *tmp; in mic_vdev_info_show() local
375 static int mic_msi_irq_info_show(struct seq_file *s, void *pos) in mic_msi_irq_info_show()
/linux-4.1.27/lib/
Ddecompress_inflate.c41 long *pos, in __gunzip()
190 long *pos, in gunzip()
200 long *pos, in __decompress()
Dtest_rhashtable.c83 struct rhash_head *pos; in test_bucket_stats() local
124 struct rhash_head *pos, *next; in test_rhashtable() local
Dbitmap.c628 static int bitmap_pos_to_ord(const unsigned long *buf, unsigned int pos, unsigned int nbits) in bitmap_pos_to_ord()
656 unsigned int pos; in bitmap_ord_to_pos() local
936 static int __reg_op(unsigned long *bitmap, unsigned int pos, int order, int reg_op) in __reg_op()
1004 unsigned int pos, end; /* scans bitmap by regions of size order */ in bitmap_find_free_region() local
1027 void bitmap_release_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_release_region()
1044 int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_allocate_region()
/linux-4.1.27/arch/powerpc/kernel/
Dptrace.c265 unsigned int pos, unsigned int count, in gpr_get()
306 unsigned int pos, unsigned int count, in gpr_set()
361 unsigned int pos, unsigned int count, in fpr_get()
387 unsigned int pos, unsigned int count, in fpr_set()
436 unsigned int pos, unsigned int count, in vr_get()
467 unsigned int pos, unsigned int count, in vr_set()
515 unsigned int pos, unsigned int count, in vsr_get()
532 unsigned int pos, unsigned int count, in vsr_set()
570 unsigned int pos, unsigned int count, in evr_get()
593 unsigned int pos, unsigned int count, in evr_set()
[all …]
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_pcie.c196 static void qib_msix_setup(struct qib_devdata *dd, int pos, u32 *msixcnt, in qib_msix_setup()
250 static int qib_msi_setup(struct qib_devdata *dd, int pos) in qib_msi_setup()
279 int pos = 0, ret = 1; in qib_pcie_params() local
355 int pos; in qib_reinit_intr() local
424 int pos; in qib_enable_intx() local
Dqib_debugfs.c79 static void *_opcode_stats_seq_start(struct seq_file *s, loff_t *pos) in _opcode_stats_seq_start()
88 static void *_opcode_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _opcode_stats_seq_next()
141 static void *_ctx_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _ctx_stats_seq_next()
212 loff_t *pos) in _qp_stats_seq_next()
/linux-4.1.27/fs/sysv/
Ddir.c41 static int dir_commit_chunk(struct page *page, loff_t pos, unsigned len) in dir_commit_chunk()
70 unsigned long pos = ctx->pos; in sysv_readdir() local
187 loff_t pos; in sysv_add_link() local
238 loff_t pos = page_offset(page) + (char *)de - kaddr; in sysv_delete_entry() local
335 loff_t pos = page_offset(page) + in sysv_set_link() local
/linux-4.1.27/drivers/char/agp/
Disoch.c25 struct list_head *pos; in agp_3_5_dev_list_insert() local
39 struct list_head *pos, *tmp, *head = &list->list, *start = head->next; in agp_3_5_dev_list_sort() local
80 struct list_head *head = &dev_list->list, *pos; in agp_3_5_isochronous_node_enable() local
290 struct list_head *head = &dev_list->list, *pos; in agp_3_5_nonisochronous_node_enable() local
325 struct list_head *head, *pos; in agp_3_5_enable() local
/linux-4.1.27/fs/proc/
Dinterrupts.c11 static void *int_seq_start(struct seq_file *f, loff_t *pos) in int_seq_start()
16 static void *int_seq_next(struct seq_file *f, void *v, loff_t *pos) in int_seq_next()
Ddevices.c26 static void *devinfo_start(struct seq_file *f, loff_t *pos) in devinfo_start()
33 static void *devinfo_next(struct seq_file *f, void *v, loff_t *pos) in devinfo_next()
Dnommu.c88 loff_t pos = *_pos; in nommu_region_list_start() local
103 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) in nommu_region_list_next()
Dconsoles.c63 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
76 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
Dproc_tty.c104 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
110 static void *t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
/linux-4.1.27/drivers/misc/mei/
Ddebugfs.c35 int pos = 0; in mei_dbgfs_read_meclients() local
96 int pos = 0; in mei_dbgfs_read_active() local
142 int pos = 0; in mei_dbgfs_read_devstate() local
/linux-4.1.27/drivers/firmware/
Ddell_rbu.c471 static ssize_t read_packet_data(char *buffer, loff_t pos, size_t count) in read_packet_data()
509 static ssize_t read_rbu_mono_data(char *buffer, loff_t pos, size_t count) in read_rbu_mono_data()
527 char *buffer, loff_t pos, size_t count) in read_rbu_data()
581 char *buffer, loff_t pos, size_t count) in read_rbu_image_type()
591 char *buffer, loff_t pos, size_t count) in write_rbu_image_type()
652 char *buffer, loff_t pos, size_t count) in read_rbu_packet_size()
665 char *buffer, loff_t pos, size_t count) in write_rbu_packet_size()
/linux-4.1.27/fs/hpfs/
Dea.c16 unsigned pos = 0; in hpfs_ea_ext_remove() local
76 unsigned pos; in hpfs_read_ea() local
132 unsigned pos; in hpfs_get_ea() local
194 unsigned pos; in hpfs_set_ea() local
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_fs.c58 static void *ipoib_mcg_seq_start(struct seq_file *file, loff_t *pos) in ipoib_mcg_seq_start()
78 loff_t *pos) in ipoib_mcg_seq_next()
157 static void *ipoib_path_seq_start(struct seq_file *file, loff_t *pos) in ipoib_path_seq_start()
177 loff_t *pos) in ipoib_path_seq_next()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dadf_transport_debug.c57 static void *adf_ring_start(struct seq_file *sfile, loff_t *pos) in adf_ring_start()
73 static void *adf_ring_next(struct seq_file *sfile, void *v, loff_t *pos) in adf_ring_next()
196 static void *adf_bank_start(struct seq_file *sfile, loff_t *pos) in adf_bank_start()
208 static void *adf_bank_next(struct seq_file *sfile, void *v, loff_t *pos) in adf_bank_next()
/linux-4.1.27/arch/microblaze/kernel/cpu/
Dmb.c136 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
143 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
/linux-4.1.27/arch/sparc/kernel/
Dptrace_64.c209 unsigned int pos, unsigned int count, in genregs64_get()
259 unsigned int pos, unsigned int count, in genregs64_set()
333 unsigned int pos, unsigned int count, in fpregs64_get()
400 unsigned int pos, unsigned int count, in fpregs64_set()
477 unsigned int pos, unsigned int count, in genregs32_get()
586 unsigned int pos, unsigned int count, in genregs32_set()
705 unsigned int pos, unsigned int count, in fpregs32_get()
759 unsigned int pos, unsigned int count, in fpregs32_set()
Dptrace_32.c50 unsigned int pos, unsigned int count, in genregs32_get()
128 unsigned int pos, unsigned int count, in genregs32_set()
212 unsigned int pos, unsigned int count, in fpregs32_get()
256 unsigned int pos, unsigned int count, in fpregs32_set()
/linux-4.1.27/sound/pci/ctxfi/
Dctvmem.c36 struct list_head *pos; in get_vm_block() local
81 struct list_head *pos, *pre; in put_vm_block() local
225 struct list_head *pos; in ct_vm_destroy() local
Dctimap.c25 struct list_head *pos, *pre, *head; in input_mapper_add() local
103 struct list_head *pos; in free_input_mapper_list() local
/linux-4.1.27/arch/mn10300/kernel/
Dptrace.c83 unsigned int pos, unsigned int count, in genregs_get()
110 unsigned int pos, unsigned int count, in genregs_set()
159 unsigned int pos, unsigned int count, in fpuregs_get()
181 unsigned int pos, unsigned int count, in fpuregs_set()
Dsetup.c263 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
268 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
/linux-4.1.27/arch/frv/kernel/
Dptrace.c42 unsigned int pos, unsigned int count, in genregs_get()
62 unsigned int pos, unsigned int count, in genregs_set()
107 unsigned int pos, unsigned int count, in fpmregs_get()
127 unsigned int pos, unsigned int count, in fpmregs_set()
/linux-4.1.27/fs/lockd/
Dprocfs.c21 loff_t *pos) in nlm_end_grace_write()
49 loff_t *pos) in nlm_end_grace_read()
/linux-4.1.27/net/mac80211/
Dmesh.c256 u8 *pos, neighbors; in mesh_add_meshconf_ie() local
302 u8 *pos; in mesh_add_meshid_ie() local
320 u8 *pos; in mesh_add_awake_window_ie() local
391 u8 *pos; in mesh_add_ds_params_ie() local
419 u8 *pos; in mesh_add_ht_cap_ie() local
447 u8 *pos; in mesh_add_ht_oper_ie() local
619 u8 *pos; in ieee80211_mesh_build_beacon() local
959 u8 *pos; in ieee80211_mesh_rx_probe_req() local
1121 u8 *pos = mgmt->u.action.u.chan_switch.variable; in mesh_fwd_csa_frame() local
1155 u8 *pos; in mesh_rx_csa_frame() local
Dtdls.c41 u8 *pos = (void *)skb_put(skb, 7); in ieee80211_tdls_add_ext_capab() local
90 u8 *pos = skb_put(skb, 2); in ieee80211_tdls_add_subband() local
101 u8 *pos = skb_put(skb, 2); in ieee80211_tdls_add_subband() local
120 u8 *pos = skb_put(skb, 2); in ieee80211_tdls_add_supp_channels() local
142 u8 *pos; in ieee80211_tdls_add_oper_classes() local
159 u8 *pos = (void *)skb_put(skb, 3); in ieee80211_tdls_add_bss_coex_ie() local
218 u8 *pos = (void *)skb_put(skb, 4); in ieee80211_tdls_add_aid() local
306 u8 *pos; in ieee80211_tdls_add_setup_start_ies() local
482 u8 *pos; in ieee80211_tdls_add_setup_cfm_ies() local
575 u8 *pos; in ieee80211_tdls_add_chan_switch_req_ies() local
[all …]
Dtkip.c69 static u8 *write_tkip_iv(u8 *pos, u16 iv16) in write_tkip_iv()
145 u8 *ieee80211_tkip_add_iv(u8 *pos, struct ieee80211_key *key) in ieee80211_tkip_add_iv()
250 u8 rc4key[16], keyid, *pos = payload; in ieee80211_tkip_decrypt_data() local
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dtdls.c126 u8 rates[MWIFIEX_SUPPORTED_RATES], *pos; in mwifiex_tdls_append_rates_ie() local
161 u8 *pos; in mwifiex_tdls_add_aid() local
176 u8 *pos; in mwifiex_tdls_add_vht_capab() local
198 u8 *pos; in mwifiex_tdls_add_ht_oper() local
241 u8 *pos, ap_supp_chwd_set, chan_bw; in mwifiex_tdls_add_vht_oper() local
364 u8 *pos = (void *)skb_put(skb, 3); in mwifiex_tdls_add_qos_capab() local
429 u8 radio, *pos; in mwifiex_prep_tdls_encap_data() local
683 u8 radio, *pos; in mwifiex_construct_tdls_action_frame() local
759 u8 *pos; in mwifiex_send_tdls_action_frame() local
837 u8 *peer, *pos, *end; in mwifiex_process_tdls_action_frame() local
/linux-4.1.27/arch/x86/kernel/
Di387.c304 unsigned int pos, unsigned int count, in xfpregs_get()
323 unsigned int pos, unsigned int count, in xfpregs_set()
356 unsigned int pos, unsigned int count, in xstateregs_get()
386 unsigned int pos, unsigned int count, in xstateregs_set()
552 unsigned int pos, unsigned int count, in fpregs_get()
583 unsigned int pos, unsigned int count, in fpregs_set()
/linux-4.1.27/arch/mips/kernel/
Dptrace.c291 unsigned int pos, unsigned int count, in gpr32_get()
319 unsigned int pos, unsigned int count, in gpr32_set()
370 unsigned int pos, unsigned int count, in gpr64_get()
398 unsigned int pos, unsigned int count, in gpr64_set()
443 unsigned int pos, unsigned int count, in fpr_get()
471 unsigned int pos, unsigned int count, in fpr_set()
Dproc.c153 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
160 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
/linux-4.1.27/drivers/gpio/
Dgpio-adnp.c77 unsigned int pos = offset & 7; in adnp_gpio_get() local
91 unsigned int pos = offset & 7; in __adnp_gpio_set() local
120 unsigned int pos = offset & 7; in adnp_gpio_direction_input() local
155 unsigned int pos = offset & 7; in adnp_gpio_direction_output() local
345 unsigned int pos = d->hwirq & 7; in adnp_irq_mask() local
355 unsigned int pos = d->hwirq & 7; in adnp_irq_unmask() local
365 unsigned int pos = d->hwirq & 7; in adnp_irq_set_type() local
/linux-4.1.27/drivers/thermal/
Dthermal_core.c69 struct thermal_governor *pos; in __find_governor() local
85 struct thermal_zone_device *pos; in thermal_register_governor() local
125 struct thermal_zone_device *pos; in thermal_unregister_governor() local
195 struct thermal_instance *pos = NULL; in get_thermal_instance() local
260 struct thermal_zone_device *pos = NULL; in bind_cdev() local
296 struct thermal_cooling_device *pos = NULL; in bind_tz() local
491 struct thermal_instance *pos; in thermal_zone_device_reset() local
971 struct thermal_instance *pos; in thermal_zone_bind_cooling_device() local
1080 struct thermal_instance *pos, *next; in thermal_zone_unbind_cooling_device() local
1150 struct thermal_zone_device *pos = NULL; in __thermal_cooling_device_register() local
[all …]
/linux-4.1.27/security/apparmor/
Dapparmorfs.c85 loff_t *pos) in aa_simple_write_to_buffer()
118 loff_t *pos) in profile_load()
141 size_t size, loff_t *pos) in profile_replace()
163 size_t size, loff_t *pos) in profile_remove()
553 #define list_entry_next(pos, member) \ argument
555 #define list_entry_is_head(pos, head, member) (&pos->member == (head)) argument
682 static void *p_start(struct seq_file *f, loff_t *pos) in p_start()
711 static void *p_next(struct seq_file *f, void *p, loff_t *pos) in p_next()
Dpolicy_unpack.c65 void *pos; /* pointer to current position in the buffer */ member
171 void *pos = e->pos; in unpack_nameX() local
256 void *pos = e->pos; in unpack_str() local
277 void *pos = e->pos; in unpack_strdup() local
374 void *pos = e->pos; in unpack_trans_table() local
437 void *pos = e->pos; in unpack_rlimits() local
Dmatch.c307 unsigned int state = start, pos; in aa_dfa_match_len() local
357 unsigned int state = start, pos; in aa_dfa_match() local
405 unsigned int pos; in aa_dfa_next() local
/linux-4.1.27/net/irda/
Ddiscovery.c317 static inline discovery_t *discovery_seq_idx(loff_t pos) in discovery_seq_idx()
332 static void *discovery_seq_start(struct seq_file *seq, loff_t *pos) in discovery_seq_start()
338 static void *discovery_seq_next(struct seq_file *seq, void *v, loff_t *pos) in discovery_seq_next()
/linux-4.1.27/sound/usb/caiaq/
Dcontrol.c38 int pos = kcontrol->private_value; in control_info() local
84 int pos = kcontrol->private_value; in control_get() local
101 int pos = kcontrol->private_value; in control_put() local
/linux-4.1.27/arch/hexagon/kernel/
Dsetup.c108 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
113 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
Dptrace.c52 unsigned int pos, unsigned int count, in genregs_get()
108 unsigned int pos, unsigned int count, in genregs_set()
/linux-4.1.27/arch/cris/kernel/
Dsetup.c178 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
183 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
/linux-4.1.27/drivers/staging/android/
Dsync_debug.c123 struct list_head *pos; in sync_print_obj() local
148 wait_queue_t *pos; in sync_print_fence() local
180 struct list_head *pos; in sync_debugfs_show() local
/linux-4.1.27/drivers/s390/char/
Dhmcdrv_dev.c159 static loff_t hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence) in hmcdrv_dev_seek()
221 size_t len, loff_t *pos) in hmcdrv_dev_read()
246 size_t len, loff_t *pos) in hmcdrv_dev_write()
Dtape_proc.c83 static void *tape_proc_start(struct seq_file *m, loff_t *pos) in tape_proc_start()
90 static void *tape_proc_next(struct seq_file *m, void *v, loff_t *pos) in tape_proc_next()
/linux-4.1.27/drivers/media/common/
Dcypress_firmware.c41 struct hexline *hx, int *pos) in cypress_get_hexline()
75 int ret, pos = 0; in cypress_load_firmware() local
/linux-4.1.27/drivers/s390/block/
Ddasd_alias.c54 struct alias_server *pos; in _find_server() local
68 struct alias_lcu *pos; in _find_lcu() local
79 struct alias_pav_group *pos; in _find_group() local
316 struct dasd_device *pos) in _add_device_to_lcu()
841 struct dasd_device *pos) in __stop_device_on_lcu()
861 struct dasd_device *pos; in _stop_all_devices_on_lcu() local
Ddasd_proc.c109 static void *dasd_devices_start(struct seq_file *m, loff_t *pos) in dasd_devices_start()
116 static void *dasd_devices_next(struct seq_file *m, void *v, loff_t *pos) in dasd_devices_next()
272 const char __user *user_buf, size_t user_len, loff_t *pos) in dasd_stats_proc_write()
/linux-4.1.27/fs/ext2/
Ddir.c93 static int ext2_commit_chunk(struct page *page, loff_t pos, unsigned len) in ext2_commit_chunk()
292 loff_t pos = ctx->pos; in ext2_readdir() local
457 static int ext2_prepare_chunk(struct page *page, loff_t pos, unsigned len) in ext2_prepare_chunk()
466 loff_t pos = page_offset(page) + in ext2_set_link() local
500 loff_t pos; in ext2_add_link() local
593 loff_t pos; in ext2_delete_entry() local
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Drouter_proc.c73 #define LNET_PROC_CPT_GET(pos) \ argument
76 #define LNET_PROC_VER_GET(pos) \ argument
79 #define LNET_PROC_HASH_GET(pos) \ argument
82 #define LNET_PROC_HOFF_GET(pos) \ argument
96 loff_t pos, void __user *buffer, int len)) in proc_call_handler()
113 loff_t pos, void __user *buffer, int nob) in __proc_lnet_stats()
596 loff_t pos, void __user *buffer, int nob) in __proc_lnet_buffers()
816 loff_t pos, void __user *buffer, int nob) in __proc_lnet_portal_rotor()
Dlib-me.c79 lnet_unlink_t unlink, lnet_ins_pos_t pos, in LNetMEAttach()
151 lnet_unlink_t unlink, lnet_ins_pos_t pos, in LNetMEInsert()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c50 static void *seq_tab_get_idx(struct seq_tab *tb, loff_t pos) in seq_tab_get_idx()
56 static void *seq_tab_start(struct seq_file *seq, loff_t *pos) in seq_tab_start()
66 static void *seq_tab_next(struct seq_file *seq, void *v, loff_t *pos) in seq_tab_next()
535 size_t count, loff_t *pos) in tp_la_write()
648 size_t count, loff_t *pos) in pm_stats_clear()
849 static inline void *devlog_get_idx(struct devlog_info *dinfo, loff_t pos) in devlog_get_idx()
857 static void *devlog_start(struct seq_file *seq, loff_t *pos) in devlog_start()
866 static void *devlog_next(struct seq_file *seq, void *v, loff_t *pos) in devlog_next()
986 size_t count, loff_t *pos) in mbox_write()
1036 loff_t pos = *ppos; in flash_read() local
[all …]
/linux-4.1.27/arch/tile/kernel/
Dproc.c75 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
79 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
/linux-4.1.27/fs/jffs2/
Dcompr_rtime.c38 int pos=0; in jffs2_rtime_compress() local
79 int pos=0; in jffs2_rtime_decompress() local
/linux-4.1.27/net/llc/
Dllc_proc.c34 static struct sock *llc_get_sk_idx(loff_t pos) in llc_get_sk_idx()
59 static void *llc_seq_start(struct seq_file *seq, loff_t *pos) in llc_seq_start()
80 static void *llc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in llc_seq_next()
/linux-4.1.27/arch/x86/kernel/cpu/
Dproc.c139 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
147 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
/linux-4.1.27/arch/sh/kernel/cpu/
Dproc.c132 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
136 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
/linux-4.1.27/net/netfilter/
Dnf_conntrack_standalone.c90 static struct hlist_nulls_node *ct_get_idx(struct seq_file *seq, loff_t pos) in ct_get_idx()
100 static void *ct_seq_start(struct seq_file *seq, loff_t *pos) in ct_seq_start()
110 static void *ct_seq_next(struct seq_file *s, void *v, loff_t *pos) in ct_seq_next()
270 static void *ct_cpu_seq_start(struct seq_file *seq, loff_t *pos) in ct_cpu_seq_start()
288 static void *ct_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ct_cpu_seq_next()
Dxt_policy.c61 int i, pos; in match_policy_in() local
91 int i, pos; in match_policy_out() local
/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_mech_switch.c152 struct gss_api_mech *pos, *gm = NULL; in _gss_mech_get_by_name() local
181 struct gss_api_mech *pos, *gm = NULL; in gss_mech_get_by_OID() local
217 struct gss_api_mech *gm = NULL, *pos; in _gss_mech_get_by_pseudoflavor() local
257 struct gss_api_mech *pos = NULL; in gss_mech_list_pseudoflavors() local
/linux-4.1.27/arch/c6x/mm/
Ddma-coherent.c48 u32 pos; in __alloc_dma_pages() local
60 u32 pos = (addr - dma_base) >> PAGE_SHIFT; in __free_dma_pages() local
/linux-4.1.27/fs/kernfs/
Ddir.c240 struct kernfs_node *pos; in kernfs_link_sibling() local
938 static struct kernfs_node *kernfs_leftmost_descendant(struct kernfs_node *pos) in kernfs_leftmost_descendant()
969 static struct kernfs_node *kernfs_next_descendant_post(struct kernfs_node *pos, in kernfs_next_descendant_post()
1008 struct kernfs_node *pos; in kernfs_activate() local
1029 struct kernfs_node *pos; in __kernfs_remove() local
1360 struct kernfs_node *parent, loff_t hash, struct kernfs_node *pos) in kernfs_dir_pos()
1394 struct kernfs_node *parent, ino_t ino, struct kernfs_node *pos) in kernfs_dir_next_pos()
1413 struct kernfs_node *pos = file->private_data; in kernfs_fop_readdir() local
/linux-4.1.27/drivers/usb/renesas_usbhs/
Dpipe.h57 #define __usbhs_for_each_pipe(start, pos, info, i) \ argument
62 #define usbhs_for_each_pipe(pos, priv, i) \ argument
65 #define usbhs_for_each_pipe_with_dcp(pos, priv, i) \ argument
/linux-4.1.27/arch/nios2/kernel/
Dcpuinfo.c173 static void *cpuinfo_start(struct seq_file *m, loff_t *pos) in cpuinfo_start()
180 static void *cpuinfo_next(struct seq_file *m, void *v, loff_t *pos) in cpuinfo_next()
/linux-4.1.27/net/wireless/
Dwext-proc.c90 static void *wireless_dev_seq_start(struct seq_file *seq, loff_t *pos) in wireless_dev_seq_start()
107 static void *wireless_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in wireless_dev_seq_next()
Dlib80211_crypt_wep.c96 u8 *pos; in lib80211_wep_build_iv() local
138 u8 *pos, *icv; in lib80211_wep_encrypt() local
186 u8 keyidx, *pos, icv[4]; in lib80211_wep_decrypt() local
Dlib80211_crypt_ccmp.c115 u8 *pos, qc = 0; in ccmp_init_blocks() local
186 u8 *pos; in lib80211_ccmp_hdr() local
222 u8 *pos, *mic; in lib80211_ccmp_encrypt() local
288 u8 keyidx, *pos; in lib80211_ccmp_decrypt() local
/linux-4.1.27/kernel/locking/
Dlockdep_proc.c26 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next()
31 static void *l_start(struct seq_file *m, loff_t *pos) in l_start()
116 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start()
127 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next()
566 static void *ls_start(struct seq_file *m, loff_t *pos) in ls_start()
581 static void *ls_next(struct seq_file *m, void *v, loff_t *pos) in ls_next()
/linux-4.1.27/fs/ubifs/
Dlpt.c233 static void pack_bits(uint8_t **addr, int *pos, uint32_t val, int nrbits) in pack_bits()
283 uint32_t ubifs_unpack_bits(uint8_t **addr, int *pos, int nrbits) in ubifs_unpack_bits()
354 int i, pos = 0; in ubifs_pack_pnode() local
387 int i, pos = 0; in ubifs_pack_nnode() local
419 int i, pos = 0; in ubifs_pack_ltab() local
443 int i, pos = 0; in ubifs_pack_lsave() local
916 int pos = 0; in check_lpt_crc() local
942 int *pos, int type) in check_lpt_type()
968 int i, pos = 0, err; in unpack_pnode() local
1005 int i, pos = 0, err; in ubifs_unpack_nnode() local
[all …]
/linux-4.1.27/arch/um/drivers/
Dslip_common.h15 static inline int slip_unesc(unsigned char c, unsigned char *buf, int *pos, in slip_unesc()
87 int pos; member
/linux-4.1.27/arch/mips/lasat/
Dlasat_board.c38 int EEPROMRead(unsigned int pos, unsigned char *data, int len) in EEPROMRead()
48 int EEPROMWrite(unsigned int pos, unsigned char *data, int len) in EEPROMWrite()
Dpicvue_proc.c65 size_t count, loff_t *pos) in pvc_line_proc_write()
101 size_t count, loff_t *pos) in pvc_scroll_proc_write()
/linux-4.1.27/drivers/media/usb/dvb-usb/
Ddvb-usb-firmware.c40 int ret,pos=0; in usb_cypress_load_firmware() local
116 int *pos) in dvb_usb_get_hexline()
/linux-4.1.27/crypto/
Dproc.c64 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
70 static void *c_next(struct seq_file *m, void *p, loff_t *pos) in c_next()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dvvp_dev.c285 static void vvp_pgcache_id_unpack(loff_t pos, struct vvp_pgcache_id *id) in vvp_pgcache_id_unpack()
348 struct lu_device *dev, loff_t pos) in vvp_pgcache_find()
433 loff_t pos; in vvp_pgcache_show() local
474 static void *vvp_pgcache_start(struct seq_file *f, loff_t *pos) in vvp_pgcache_start()
498 static void *vvp_pgcache_next(struct seq_file *f, void *v, loff_t *pos) in vvp_pgcache_next()
/linux-4.1.27/fs/minix/
Ddir.c53 static int dir_commit_chunk(struct page *page, loff_t pos, unsigned len) in dir_commit_chunk()
92 unsigned long pos = ctx->pos; in minix_readdir() local
217 loff_t pos; in minix_add_link() local
297 loff_t pos = page_offset(page) + (char*)de - kaddr; in minix_delete_entry() local
421 loff_t pos = page_offset(page) + in minix_set_link() local
/linux-4.1.27/arch/score/kernel/
Dsetup.c133 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
140 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
/linux-4.1.27/fs/cifs/
Dsmbencrypt.c47 #define CVAL(buf,pos) (((unsigned char *)(buf))[pos]) argument
48 #define SSVALX(buf,pos,val) (CVAL(buf,pos)=(val)&0xFF,CVAL(buf,pos+1)=(val)>>8) argument
49 #define SSVAL(buf,pos,val) SSVALX((buf),(pos),((__u16)(val))) argument
/linux-4.1.27/drivers/pinctrl/sh-pfc/
Dcore.c206 unsigned int pos; in sh_pfc_write_config_reg() local
243 unsigned int pos = 0; in sh_pfc_get_config_reg() local
276 static int sh_pfc_mark_to_enum(struct sh_pfc *pfc, u16 mark, int pos, in sh_pfc_mark_to_enum()
302 int pos = 0; in sh_pfc_config_mux() local
/linux-4.1.27/net/xfrm/
Dxfrm_replay.c201 u32 pos; in xfrm_replay_check_bmp() local
246 u32 pos; in xfrm_replay_advance_bmp() local
440 u32 pos; in xfrm_replay_check_esn() local
509 u32 diff, pos, seq, seq_hi; in xfrm_replay_advance_esn() local
/linux-4.1.27/sound/drivers/opl4/
Dopl4_proc.c56 size_t count, loff_t pos) in snd_opl4_mem_proc_read()
77 size_t count, loff_t pos) in snd_opl4_mem_proc_write()
/linux-4.1.27/net/ax25/
Dax25_uid.c150 static void *ax25_uid_seq_start(struct seq_file *seq, loff_t *pos) in ax25_uid_seq_start()
157 static void *ax25_uid_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ax25_uid_seq_next()
/linux-4.1.27/fs/ufs/
Ddir.c43 static int ufs_commit_chunk(struct page *page, loff_t pos, unsigned len) in ufs_commit_chunk()
92 loff_t pos = page_offset(page) + in ufs_set_link() local
326 loff_t pos; in ufs_add_link() local
435 loff_t pos = ctx->pos; in ufs_readdir() local
518 loff_t pos; in ufs_delete_entry() local
/linux-4.1.27/net/rose/
Drose_route.c1086 static void *rose_node_start(struct seq_file *seq, loff_t *pos) in rose_node_start()
1102 static void *rose_node_next(struct seq_file *seq, void *v, loff_t *pos) in rose_node_next()
1165 static void *rose_neigh_start(struct seq_file *seq, loff_t *pos) in rose_neigh_start()
1181 static void *rose_neigh_next(struct seq_file *seq, void *v, loff_t *pos) in rose_neigh_next()
1250 static void *rose_route_start(struct seq_file *seq, loff_t *pos) in rose_route_start()
1266 static void *rose_route_next(struct seq_file *seq, void *v, loff_t *pos) in rose_route_next()
/linux-4.1.27/net/phonet/
Dsocket.c540 static struct sock *pn_sock_get_idx(struct seq_file *seq, loff_t pos) in pn_sock_get_idx()
571 static void *pn_sock_seq_start(struct seq_file *seq, loff_t *pos) in pn_sock_seq_start()
578 static void *pn_sock_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_sock_seq_next()
729 static struct sock **pn_res_get_idx(struct seq_file *seq, loff_t pos) in pn_res_get_idx()
760 static void *pn_res_seq_start(struct seq_file *seq, loff_t *pos) in pn_res_seq_start()
767 static void *pn_res_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_res_seq_next()
/linux-4.1.27/arch/powerpc/sysdev/
Dmpic_u3msi.c47 static u64 read_ht_magic_addr(struct pci_dev *pdev, unsigned int pos) in read_ht_magic_addr()
69 unsigned int pos; in find_ht_magic_addr() local
/linux-4.1.27/arch/openrisc/kernel/
Dptrace.c53 unsigned int pos, unsigned int count, in genregs_get()
83 unsigned int pos, unsigned int count, in genregs_set()
/linux-4.1.27/arch/mips/txx9/generic/
D7segled.c21 void (*putc)(unsigned int pos, unsigned char val)) in txx9_7segled_init()
29 int txx9_7segled_putc(unsigned int pos, char c) in txx9_7segled_putc()
/linux-4.1.27/fs/9p/
Dvfs_addr.c248 v9fs_direct_IO(struct kiocb *iocb, struct iov_iter *iter, loff_t pos) in v9fs_direct_IO()
268 loff_t pos, unsigned len, unsigned flags, in v9fs_write_begin()
304 loff_t pos, unsigned len, unsigned copied, in v9fs_write_end()
/linux-4.1.27/fs/exofs/
Ddir.c63 static int exofs_commit_chunk(struct page *page, loff_t pos, unsigned len) in exofs_commit_chunk()
244 loff_t pos = ctx->pos; in exofs_readdir() local
408 loff_t pos = page_offset(page) + in exofs_set_link() local
444 loff_t pos; in exofs_add_link() local
533 loff_t pos; in exofs_delete_entry() local
/linux-4.1.27/tools/perf/ui/
Dbrowser.c51 struct list_head *pos) in ui_browser__list_head_filter_entries()
64 struct list_head *pos) in ui_browser__list_head_filter_prev_entries()
78 struct list_head *pos; in ui_browser__list_head_seek() local
455 struct list_head *pos; in ui_browser__list_head_refresh() local
583 char **pos; in ui_browser__argv_refresh() local
/linux-4.1.27/drivers/sh/clk/
Dcore.c84 #define for_each_frequency(pos, r, freq) \ argument
125 static long clk_rate_table_iter(unsigned int pos, in clk_rate_table_iter()
155 static long clk_rate_div_range_iter(unsigned int pos, in clk_rate_div_range_iter()
175 static long clk_rate_mult_range_iter(unsigned int pos, in clk_rate_mult_range_iter()
199 struct cpufreq_frequency_table *pos; in clk_rate_table_find() local
/linux-4.1.27/arch/parisc/kernel/
Dsetup.c171 c_start (struct seq_file *m, loff_t *pos) in c_start()
182 c_next (struct seq_file *m, void *v, loff_t *pos) in c_next()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Drecover.c72 struct list_head *tmp, *pos; in ptlrpc_replay_next() local
215 struct list_head *tmp, *pos; in ptlrpc_wake_delayed() local
/linux-4.1.27/arch/powerpc/platforms/pseries/
DhvCall_inst.c37 static void *hc_start(struct seq_file *m, loff_t *pos) in hc_start()
45 static void *hc_next(struct seq_file *m, void *p, loff_t * pos) in hc_next()
/linux-4.1.27/drivers/net/wireless/libertas/
Ddebugfs.c36 size_t pos = 0; in lbs_dev_info() local
100 size_t pos = 0; in lbs_sleepparams_read() local
174 size_t pos = 0; in lbs_host_sleep_read() local
208 ssize_t pos = 0; in lbs_tlv_find() local
232 size_t pos = 0; in lbs_threshold_read() local
450 ssize_t pos = 0; in lbs_rdmac_read() local
531 ssize_t pos = 0; in lbs_rdbbp_read() local
613 ssize_t pos = 0; in lbs_rdrf_read() local
861 size_t pos = 0; in lbs_debugfs_read() local
/linux-4.1.27/net/sunrpc/
Ddebugfs.c18 loff_t pos; member
48 loff_t pos = *ppos; in tasks_start() local
61 tasks_next(struct seq_file *f, void *v, loff_t *pos) in tasks_next()
/linux-4.1.27/drivers/acpi/apei/
Derst-dbg.c46 int rc, *pos; in erst_dbg_open() local
97 int rc, *pos; in erst_dbg_read() local
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dmodule.c498 loff_t pos, void __user *buffer, int len)) in proc_call_handler()
515 loff_t pos, void __user *buffer, int nob) in __proc_dobitmasks()
566 loff_t pos, void __user *buffer, int nob) in __proc_dump_kernel()
582 loff_t pos, void __user *buffer, int nob) in __proc_daemon_file()
605 loff_t pos, void __user *buffer, int nob) in __proc_debug_mb()
746 loff_t pos, void __user *buffer, int nob) in __proc_cpt_table()
/linux-4.1.27/arch/arm/kernel/
Dptrace.c587 unsigned int pos, unsigned int count, in gpr_get()
599 unsigned int pos, unsigned int count, in gpr_set()
620 unsigned int pos, unsigned int count, in fpa_get()
630 unsigned int pos, unsigned int count, in fpa_set()
667 unsigned int pos, unsigned int count, in vfp_get()
704 unsigned int pos, unsigned int count, in vfp_set()
/linux-4.1.27/fs/fuse/
Dfile.c499 void fuse_read_fill(struct fuse_req *req, struct file *file, loff_t pos, in fuse_read_fill()
563 static void fuse_aio_complete(struct fuse_io_priv *io, int err, ssize_t pos) in fuse_aio_complete()
601 ssize_t pos = -1; in fuse_aio_complete_req() local
637 loff_t pos, size_t count, fl_owner_t owner) in fuse_send_read()
694 loff_t pos = page_offset(req->pages[0]) + num_read; in fuse_short_read() local
706 loff_t pos = page_offset(page); in fuse_do_readpage() local
802 loff_t pos = page_offset(req->pages[0]); in fuse_send_readpages() local
926 loff_t pos, size_t count) in fuse_write_fill()
949 loff_t pos, size_t count, fl_owner_t owner) in fuse_send_write()
970 bool fuse_write_update_size(struct inode *inode, loff_t pos) in fuse_write_update_size()
[all …]
Dcuse.c94 loff_t pos = 0; in cuse_read_iter() local
102 loff_t pos = 0; in cuse_write_iter() local
114 struct cuse_conn *cc = NULL, *pos; in cuse_open() local
309 struct cuse_conn *cc = fc_to_cc(fc), *pos; in cuse_process_init_reply() local
/linux-4.1.27/fs/ntfs/
Dlogfile.c52 RESTART_PAGE_HEADER *rp, s64 pos) in ntfs_check_restart_page_header()
350 RESTART_PAGE_HEADER *rp, s64 pos, RESTART_PAGE_HEADER **wrp, in ntfs_check_and_load_restart_page()
486 s64 size, pos; in ntfs_check_logfile() local
/linux-4.1.27/drivers/usb/mon/
Dmon_main.c83 struct list_head *pos; in mon_bus_submit() local
109 struct list_head *pos; in mon_bus_submit_error() local
135 struct list_head *pos; in mon_bus_complete() local
/linux-4.1.27/net/rxrpc/
Dar-proc.c37 static void *rxrpc_call_seq_next(struct seq_file *seq, void *v, loff_t *pos) in rxrpc_call_seq_next()
119 loff_t *pos) in rxrpc_connection_seq_next()
/linux-4.1.27/arch/c6x/kernel/
Dptrace.c62 unsigned int pos, unsigned int count, in gpr_get()
74 unsigned int pos, unsigned int count, in gpr_set()
/linux-4.1.27/tools/perf/
Dbuiltin-report.c282 struct perf_evsel *pos; in hists__fprintf_nr_sample_events() local
317 struct perf_evsel *pos; in perf_evlist__tty_browse_hists() local
424 struct perf_evsel *pos; in report__collapse_hists() local
452 struct perf_evsel *pos; in report__output_resort() local
466 struct perf_evsel *pos; in __cmd_report() local
/linux-4.1.27/kernel/gcov/
Dfs.c94 static void *gcov_seq_start(struct seq_file *seq, loff_t *pos) in gcov_seq_start()
107 static void *gcov_seq_next(struct seq_file *seq, void *data, loff_t *pos) in gcov_seq_next()
273 size_t len, loff_t *pos) in gcov_seq_write()
533 size_t len, loff_t *pos) in reset_write()
555 loff_t *pos) in reset_read()
/linux-4.1.27/fs/sysfs/
Dfile.c83 size_t count, loff_t pos) in sysfs_kf_bin_read()
107 size_t count, loff_t pos) in sysfs_kf_read()
123 size_t count, loff_t pos) in sysfs_kf_write()
136 size_t count, loff_t pos) in sysfs_kf_bin_write()
/linux-4.1.27/tools/usb/usbip/libsrc/
Dlist.h110 #define list_for_each(pos, head) \ argument
119 #define list_for_each_safe(pos, n, head) \ argument
/linux-4.1.27/arch/s390/crypto/
Dghash_s390.c64 u8 *pos = buf + (GHASH_BLOCK_SIZE - dctx->bytes); in ghash_update() local
104 u8 *pos = buf + (GHASH_BLOCK_SIZE - dctx->bytes); in ghash_flush() local
/linux-4.1.27/scripts/kconfig/
Dlist.h48 #define list_for_each_entry(pos, head, member) \ argument
60 #define list_for_each_entry_safe(pos, n, head, member) \ argument
/linux-4.1.27/arch/m68k/kernel/
Dsetup_no.c295 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
300 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
/linux-4.1.27/drivers/acpi/acpica/
Dutprint.c147 char *pos; in acpi_ut_put_number() local
245 char *pos; in acpi_ut_format_number() local
366 char *pos; in acpi_ut_vsnprintf() local
/linux-4.1.27/drivers/mtd/
Dmtdblock.c64 static int erase_write (struct mtd_info *mtd, unsigned long pos, in erase_write()
142 static int do_cached_write (struct mtdblk_dev *mtdblk, unsigned long pos, in do_cached_write()
212 static int do_cached_read (struct mtdblk_dev *mtdblk, unsigned long pos, in do_cached_read()
/linux-4.1.27/fs/nfs/
Ddirect.c256 ssize_t nfs_direct_IO(struct kiocb *iocb, struct iov_iter *iter, loff_t pos) in nfs_direct_IO()
374 loff_t pos = dreq->iocb->ki_pos + dreq->count; in nfs_direct_complete() local
473 loff_t pos) in nfs_direct_read_schedule_iovec()
568 loff_t pos) in nfs_file_direct_read()
859 loff_t pos) in nfs_direct_write_schedule_iovec()
966 loff_t pos, end; in nfs_file_direct_write() local
/linux-4.1.27/tools/perf/util/include/linux/
Dlist.h27 #define list_for_each_from(pos, head) \ argument
/linux-4.1.27/drivers/target/
Dtarget_core_file.c267 loff_t pos = (cmd->t_task_lba * se_dev->prot_length); in fd_do_prot_rw() local
329 loff_t pos = (cmd->t_task_lba * se_dev->dev_attrib.block_size); in fd_do_rw() local
433 loff_t pos = cmd->t_task_lba * se_dev->dev_attrib.block_size; in fd_execute_write_same() local
492 loff_t pos = lba * se_dev->prot_length; in fd_do_prot_fill() local
562 loff_t pos = lba * se_dev->dev_attrib.block_size; in fd_do_unmap() local
/linux-4.1.27/fs/adfs/
Ddir_f.c256 __adfs_dir_get(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_get()
286 __adfs_dir_put(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_put()
333 int pos, ret; in adfs_dir_find_entry() local
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dacl.c263 posix_acl_xattr_entry *entry, int *pos) in lustre_ext_acl_xattr_search()
301 int ext_count = le32_to_cpu(ext_header->a_count), pos = 0, rc = 0; in lustre_acl_xattr_merge2posix() local
420 int i, j, pos = 0, rc = 0; in lustre_acl_xattr_merge2ext() local
/linux-4.1.27/sound/core/oss/
Drate.c47 unsigned int pos; member
69 unsigned int pos = 0; in resample_expand() local
128 unsigned int pos = 0; in resample_shrink() local
/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddivasproc.c146 size_t count, loff_t *pos) in grp_opt_proc_write()
173 size_t count, loff_t *pos) in d_l1_down_proc_write()
252 size_t count, loff_t *pos) in info_proc_write()
/linux-4.1.27/arch/m32r/kernel/
Dsetup.c360 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
365 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
/linux-4.1.27/net/mac802154/
Dllsec.c222 struct ieee802154_llsec_key_entry *pos, *new; in mac802154_llsec_key_add() local
276 struct ieee802154_llsec_key_entry *pos; in mac802154_llsec_key_del() local
341 struct ieee802154_llsec_device_key *pos, *pn; in llsec_dev_free() local
395 struct mac802154_llsec_device *pos; in mac802154_llsec_dev_del() local
474 struct ieee802154_llsec_seclevel *pos; in llsec_find_seclevel() local
513 struct mac802154_llsec_seclevel *pos; in mac802154_llsec_seclevel_del() local

12345678