/openbmc/linux/block/ |
H A D | disk-events.c | 331 ssize_t pos = 0; in __disk_events_show() local
|
/openbmc/linux/scripts/mod/ |
H A D | sumversion.c | 304 char *cmd, *file, *line, *dir, *pos; in parse_source_files() local
|
/openbmc/linux/security/apparmor/include/ |
H A D | match.h | 147 unsigned int pos; member
|
/openbmc/linux/drivers/usb/misc/ |
H A D | usbsevseg.c | 201 int pos; in decimals_show() local
|
/openbmc/linux/fs/exportfs/ |
H A D | expfs.c | 252 loff_t pos, u64 ino, unsigned int d_type) in filldir_one()
|
/openbmc/linux/fs/smb/server/ |
H A D | server.c | 481 int i, pos = 0; debug_show() local
|
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
H A D | vpd_specific_utility.hpp | 306 auto pos = unexpandedLocationCode.find("fcs"); in getExpandedLocationCode() local
|
/openbmc/linux/kernel/ |
H A D | kprobes.c | 2808 static void *kprobe_seq_start(struct seq_file *f, loff_t *pos) in kprobe_seq_start() 2813 static void *kprobe_seq_next(struct seq_file *f, void *v, loff_t *pos) in kprobe_seq_next() 2860 static void *kprobe_blacklist_seq_start(struct seq_file *m, loff_t *pos) in kprobe_blacklist_seq_start() 2866 static void *kprobe_blacklist_seq_next(struct seq_file *m, void *v, loff_t *pos) in kprobe_blacklist_seq_next()
|
/openbmc/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac.h | 101 #define XLGMAC_GET_REG_BITS(var, pos, len) ({ \ argument 107 #define XLGMAC_GET_REG_BITS_LE(var, pos, len) ({ \ argument 114 #define XLGMAC_SET_REG_BITS(var, pos, len, val) ({ \ argument 123 #define XLGMAC_SET_REG_BITS_LE(var, pos, len, val) ({ \ argument
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 390 struct list_head *pos; in mlxsw_sp_acl_tcam_group_region_attach() local 451 struct list_head *pos; in mlxsw_sp_acl_tcam_vgroup_vregion_attach() local 493 struct list_head *pos; in mlxsw_sp_acl_tcam_vgroup_vregion_find() local 936 struct list_head *pos; in mlxsw_sp_acl_tcam_vchunk_create() local
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix_vsc9959.c | 1969 struct list_head *pos) in vsc9959_psfp_sfi_list_add() 1996 struct list_head *pos, *q, *last; in vsc9959_psfp_sfi_table_add() local 2031 struct list_head *pos, *q, *last; in vsc9959_psfp_sfi_table_add2() local
|
/openbmc/linux/drivers/scsi/ |
H A D | megaraid.c | 1070 struct list_head *pos, *next; in __mega_runpendq() local 1925 struct list_head *pos, *next; in megaraid_abort_and_reset() local 3797 struct list_head *pos; in mega_del_logdrv() local
|
/openbmc/qemu/hw/vfio/ |
H A D | pci-quirks.c | 1534 static bool is_valid_std_cap_offset(uint8_t pos) in is_valid_std_cap_offset() 1544 int ret, pos; in vfio_add_nv_gpudirect_cap() local 1637 int ret, pos = 0xE8; in vfio_add_vmd_shadow_cap() local
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | kvmgt.c | 405 loff_t pos = *ppos & VFIO_PCI_OFFSET_MASK; in intel_vgpu_reg_rw_opregion() local 506 loff_t pos = *ppos & VFIO_PCI_OFFSET_MASK; in intel_vgpu_reg_rw_edid() local 795 u64 pos = *ppos & VFIO_PCI_OFFSET_MASK; in intel_vgpu_rw() local
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 526 struct efi_handler *pos; in efi_remove_all_protocols() local 1184 struct efi_open_protocol_info_item *pos; in efi_uninstall_protocol() local 2069 struct efi_open_protocol_info_item *pos; in efi_close_protocol() local
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 394 unsigned int pos = newinfo->hook_entry[hook]; in mark_source_chains() local 1413 void *pos, *entry0, *entry1; in translate_compat_table() local 1564 void __user *pos; in compat_copy_entries_to_user() local
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | bootstrap-3.4.1.js | 382 Carousel.prototype.to = function (pos) { argument 1816 Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { argument 1824 …Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) { argument
|
/openbmc/linux/drivers/xen/ |
H A D | privcmd.c | 158 struct list_head *pos, in traverse_pages() 194 struct list_head *pos, in traverse_pages_block()
|
/openbmc/linux/drivers/pinctrl/nomadik/ |
H A D | pinctrl-abx500.c | 98 u8 pos = offset % 8; in abx500_gpio_get_bit() local 121 u8 pos = offset % 8; in abx500_gpio_set_bits() local
|
/openbmc/linux/net/mac80211/ |
H A D | mesh_hwmp.c | 111 u8 *pos, ie_len; in mesh_path_sel_frame_tx() local 242 u8 *pos, ie_len; in mesh_path_error_tx() local
|
/openbmc/qemu/util/ |
H A D | qht.c | 722 static inline bool qht_entry_is_last(const struct qht_bucket *b, int pos) in qht_entry_is_last() 751 static inline void qht_bucket_remove_entry(struct qht_bucket *orig, int pos) in qht_bucket_remove_entry()
|
/openbmc/linux/fs/ubifs/ |
H A D | lpt_commit.c | 1054 int pos = 0, node_type; in get_lpt_node_type() local 1072 int pos = 0, node_type, node_len; in is_a_node() local
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | fbio.h | 103 struct fbcurpos pos; /* cursor position */ member 319 struct fbcurpos pos; /* cursor position */ member
|
/openbmc/linux/drivers/atm/ |
H A D | nicstar.c | 1914 static void drain_scq(ns_dev * card, scq_info * scq, int pos) in drain_scq() 2405 static int ns_proc_read(struct atm_dev *dev, loff_t * pos, char *page) in ns_proc_read()
|
/openbmc/linux/net/l2tp/ |
H A D | l2tp_ppp.c | 1455 loff_t pos = *offs; in pppol2tp_seq_start() local 1482 static void *pppol2tp_seq_next(struct seq_file *m, void *v, loff_t *pos) in pppol2tp_seq_next()
|