/openbmc/linux/fs/pstore/ |
H A D | inode.c | 64 static void *pstore_ftrace_seq_start(struct seq_file *s, loff_t *pos) in pstore_ftrace_seq_start() 89 static void *pstore_ftrace_seq_next(struct seq_file *s, void *v, loff_t *pos) in pstore_ftrace_seq_next() 307 struct pstore_private *pos, *tmp; in pstore_put_backend_records() local 341 struct pstore_private *private, *pos; in pstore_mkfile() local
|
/openbmc/linux/net/ipv4/ |
H A D | ipmr_base.c | 114 void *mr_vif_seq_idx(struct net *net, struct mr_vif_iter *iter, loff_t pos) in mr_vif_seq_idx() 128 void *mr_vif_seq_next(struct seq_file *seq, void *v, loff_t *pos) in mr_vif_seq_next() 148 struct mr_mfc_iter *it, loff_t pos) in mr_mfc_seq_idx() 173 loff_t *pos) in mr_mfc_seq_next()
|
/openbmc/linux/sound/isa/gus/ |
H A D | gus_pcm.c | 290 unsigned int pos, unsigned int count, in snd_gf1_pcm_poke_block() 341 static int get_bpos(struct gus_pcm_private *pcmp, int voice, unsigned int pos, in get_bpos() 371 int voice, unsigned long pos, in snd_gf1_pcm_playback_copy() 388 int voice, unsigned long pos, in snd_gf1_pcm_playback_silence() 516 unsigned int pos; in snd_gf1_pcm_playback_pointer() local 599 int pos = snd_dma_pointer(gus->gf1.dma2, gus->c_period_size); in snd_gf1_pcm_capture_pointer() local
|
/openbmc/u-boot/drivers/input/ |
H A D | key_matrix.c | 59 int pos; in key_matrix_decode() local 108 int map_keycode, int *pos) in create_keymap()
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | svc_rdma_pcl.h | 88 #define pcl_for_each_chunk(pos, pcl) \ argument 98 #define pcl_for_each_segment(pos, chunk) \ argument
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_vbc.c | 18 loff_t pos, size_t count) in vboot_context_read() 58 loff_t pos, size_t count) in vboot_context_write()
|
/openbmc/linux/drivers/xen/xenfs/ |
H A D | xensyms.c | 65 static void *xensyms_start(struct seq_file *m, loff_t *pos) in xensyms_start() 77 static void *xensyms_next(struct seq_file *m, void *p, loff_t *pos) in xensyms_next()
|
/openbmc/linux/drivers/s390/cio/ |
H A D | vfio_ccw_chp.c | 21 loff_t pos = *ppos & VFIO_CCW_OFFSET_MASK; in vfio_ccw_schib_region_read() local 85 loff_t pos = *ppos & VFIO_CCW_OFFSET_MASK; in vfio_ccw_crw_region_read() local
|
/openbmc/linux/drivers/acpi/apei/ |
H A D | erst-dbg.c | 34 int rc, *pos; in erst_dbg_open() local 85 int rc, *pos; in erst_dbg_read() local
|
/openbmc/linux/drivers/block/ |
H A D | n64cart.c | 62 static bool n64cart_do_bvec(struct device *dev, struct bio_vec *bv, u32 pos) in n64cart_do_bvec() 92 u32 pos = bio->bi_iter.bi_sector << SECTOR_SHIFT; in n64cart_submit_bio() local
|
/openbmc/linux/drivers/dma-buf/ |
H A D | sync_debug.c | 109 struct list_head *pos; in sync_print_obj() local 143 struct list_head *pos; in sync_info_debugfs_show() local
|
/openbmc/u-boot/drivers/mtd/nand/spi/ |
H A D | core.c | 408 const struct nand_pos *pos) in spinand_erase_op() 651 static bool spinand_isbad(struct nand_device *nand, const struct nand_pos *pos) in spinand_isbad() 684 struct nand_pos pos; in spinand_mtd_block_isbad() local 698 static int spinand_markbad(struct nand_device *nand, const struct nand_pos *pos) in spinand_markbad() 732 struct nand_pos pos; in spinand_mtd_block_markbad() local 746 static int spinand_erase(struct nand_device *nand, const struct nand_pos *pos) in spinand_erase() 796 struct nand_pos pos; in spinand_mtd_block_isreserved() local
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_rdwr.c | 231 loff_t pos = *ppos & VFIO_PCI_OFFSET_MASK; in vfio_pci_bar_rw() local 296 loff_t off, pos = *ppos & VFIO_PCI_OFFSET_MASK; in vfio_pci_vga_rw() local 419 loff_t pos = offset & VFIO_PCI_OFFSET_MASK; in vfio_pci_ioeventfd() local
|
/openbmc/linux/kernel/cgroup/ |
H A D | legacy_freezer.c | 259 struct cgroup_subsys_state *pos; in update_if_frozen() local 297 struct cgroup_subsys_state *css = seq_css(m), *pos; in freezer_read() local 391 struct cgroup_subsys_state *pos; in freezer_change_state() local
|
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_pipeline.c | 73 struct komeda_component **pos = NULL; in komeda_pipeline_get_component_pos() local 128 struct komeda_component **pos = NULL; in komeda_pipeline_get_component() local 170 struct komeda_component **pos; in komeda_component_add() local
|
/openbmc/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-log.c | 67 static void intel_pt_print_data(const unsigned char *buf, int len, uint64_t pos, in intel_pt_print_data() 83 static void intel_pt_print_no_data(uint64_t pos, int indent) in intel_pt_print_no_data() 213 uint64_t pos, const unsigned char *buf) in __intel_pt_log_packet()
|
/openbmc/linux/include/linux/ |
H A D | min_heap.h | 35 void min_heapify(struct min_heap *heap, int pos, in min_heapify() 114 int pos; in min_heap_push() local
|
/openbmc/linux/arch/s390/crypto/ |
H A D | ghash_s390.c | 62 u8 *pos = buf + (GHASH_BLOCK_SIZE - dctx->bytes); in ghash_update() local 97 u8 *pos = buf + (GHASH_BLOCK_SIZE - dctx->bytes); in ghash_flush() local
|
/openbmc/linux/fs/iomap/ |
H A D | direct-io.c | 65 struct iomap_dio *dio, struct bio *bio, loff_t pos) in iomap_dio_submit_bio() 236 loff_t pos, unsigned len) in iomap_dio_zero() 282 loff_t pos = iter->pos; in iomap_dio_bio_iter() local 461 loff_t pos = iomi->pos; in iomap_dio_inline_iter() local
|
/openbmc/linux/kernel/trace/rv/ |
H A D | rv.c | 398 static void *available_monitors_start(struct seq_file *m, loff_t *pos) in available_monitors_start() 404 static void *available_monitors_next(struct seq_file *m, void *p, loff_t *pos) in available_monitors_next() 412 static void *enabled_monitors_next(struct seq_file *m, void *p, loff_t *pos) in enabled_monitors_next() 426 static void *enabled_monitors_start(struct seq_file *m, loff_t *pos) in enabled_monitors_start()
|
/openbmc/linux/scripts/kconfig/ |
H A D | list.h | 49 #define list_for_each_entry(pos, head, member) \ argument 61 #define list_for_each_entry_safe(pos, n, head, member) \ argument
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | list.h | 49 #define list_for_each_entry(pos, head, member) \ argument 61 #define list_for_each_entry_safe(pos, n, head, member) \ argument
|
/openbmc/linux/tools/usb/usbip/libsrc/ |
H A D | list.h | 111 #define list_for_each(pos, head) \ argument 120 #define list_for_each_safe(pos, n, head) \ argument
|
/openbmc/linux/kernel/trace/ |
H A D | trace_dynevent.h | 111 #define for_each_dyn_event(pos) \ argument 119 #define for_each_dyn_event_safe(pos, n) \ argument
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | hvCall_inst.c | 34 static void *hc_start(struct seq_file *m, loff_t *pos) in hc_start() 42 static void *hc_next(struct seq_file *m, void *p, loff_t * pos) in hc_next()
|