/openbmc/linux/include/linux/ |
H A D | bootconfig.h | 40 unsigned char *p = data; in xbc_calc_checksum() local 44 ret += *p++; in xbc_calc_checksum()
|
H A D | tty_driver.h | 393 int (*get_serial)(struct tty_struct *tty, struct serial_struct *p); 394 int (*set_serial)(struct tty_struct *tty, struct serial_struct *p);
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_network_security_utils.robot | 27 ... -p ${port} 51 ${cmd_suffix}= Catenate -p ${port} --flags ${flags}
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_descr.c | 106 desc->p << 7 | in x86_segment_descriptor_to_vmx() 121 desc->p = (vmx_desc->ar >> 7) & 1; in vmx_segment_to_x86_descriptor()
|
/openbmc/webui-vue/src/components/Global/ |
H A D | TableFilter.vue | 3 <p class="d-inline-block mb-0"> 12 </p>
|
/openbmc/linux/drivers/char/hw_random/ |
H A D | mtk-rng.c | 33 #define to_mtk_rng(p) container_of(p, struct mtk_rng, rng) argument
|
/openbmc/linux/Documentation/usb/ |
H A D | gadget_uvc.rst | 54 mkdir -p $FUNCTION 80 | + 720p 82 | + 1080p 88 + 720p 90 + 1080p 110 wdir=$FUNCTION/streaming/$FORMAT/$NAME/${HEIGHT}p 112 mkdir -p $wdir 322 mkdir -p $GADGET/strings/0x409/iad_desc 330 mkdir -p $GADGET/strings/0x409/xu.0
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | fadump.c | 662 static int __init early_fadump_param(char *p) in early_fadump_param() argument 664 if (!p) in early_fadump_param() 667 if (strncmp(p, "on", 2) == 0) in early_fadump_param() 669 else if (strncmp(p, "off", 3) == 0) in early_fadump_param() 671 else if (strncmp(p, "nocma", 5) == 0) { in early_fadump_param() 685 static int __init early_fadump_reserve_mem(char *p) in early_fadump_reserve_mem() argument 687 if (p) in early_fadump_reserve_mem() 688 fw_dump.reserve_bootvar = memparse(p, &p); in early_fadump_reserve_mem()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-daemon.c | 147 const char *p = var + sizeof("session-") - 1; in get_session_name() local 149 while (*p != '.' && *p != 0x0 && len--) in get_session_name() 150 *session++ = *p++; in get_session_name() 153 return *p == '.' ? 0 : -EINVAL; in get_session_name() 1055 char *p = buf; in process_inotify_event() local 1057 while (p < (buf + len)) { in process_inotify_event() 1058 struct inotify_event *event = (struct inotify_event *) p; in process_inotify_event() 1069 p += sizeof(*event) + event->len; in process_inotify_event()
|
/openbmc/linux/drivers/md/bcache/ |
H A D | sysfs.c | 706 struct hlist_node *p; in bch_cache_max_chain() local 708 hlist_for_each(p, h) in bch_cache_max_chain() 1066 uint16_t q[31], *p, *cached; in SHOW() local 1069 cached = p = vmalloc(array_size(sizeof(uint16_t), in SHOW() 1071 if (!p) in SHOW() 1087 p[i] = ca->buckets[i].prio; in SHOW() 1090 sort(p, n, sizeof(uint16_t), __bch_cache_cmp, NULL); in SHOW() 1096 while (cached < p + n && in SHOW() 1112 vfree(p); in SHOW()
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtvfb.c | 370 unsigned long p = *ppos; in ivtvfb_write() local 389 if (p > total_size) in ivtvfb_write() 397 if (count + p > total_size) { in ivtvfb_write() 400 count = total_size - p; in ivtvfb_write() 403 dst = (void __force *) (info->screen_base + p); in ivtvfb_write() 426 p + lead + dma_offset, (void __user *)buf, dma_size); in ivtvfb_write() 1230 static int __init ivtvfb_callback_init(struct device *dev, void *p) in ivtvfb_callback_init() argument 1239 (*(int *)p)++; in ivtvfb_callback_init() 1245 static int ivtvfb_callback_cleanup(struct device *dev, void *p) in ivtvfb_callback_cleanup() argument
|
/openbmc/linux/tools/perf/util/ |
H A D | header.c | 157 ret = do_write(ff, p + i, sizeof(*p)); in do_write_bitmap() 391 char *s, *p; in __write_cpudesc() local 417 if (p && *(p+1) == ' ' && *(p+2)) in __write_cpudesc() 418 s = p + 2; in __write_cpudesc() 420 if (p) in __write_cpudesc() 421 *p = '\0'; in __write_cpudesc() 424 p = s; in __write_cpudesc() 425 while (*p) { in __write_cpudesc() 429 *p = ' '; in __write_cpudesc() 433 p++; in __write_cpudesc() [all …]
|
/openbmc/linux/fs/ext4/ |
H A D | namei.c | 912 m = p + (q - p) / 2; in dx_probe() 917 p = m + 1; in dx_probe() 922 at = p - 1; in dx_probe() 1017 p = frame; in ext4_htree_next_block() 1026 if (++(p->at) < p->entries + dx_get_count(p->entries)) in ext4_htree_next_block() 1031 p--; in ext4_htree_next_block() 1056 p++; in ext4_htree_next_block() 1057 brelse(p->bh); in ext4_htree_next_block() 1058 p->bh = bh; in ext4_htree_next_block() 1059 p->at = p->entries = ((struct dx_node *) bh->b_data)->entries; in ext4_htree_next_block() [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-run-native | 46 …SROOT/sbin$(find $OECORE_NATIVE_SYSROOT/usr/bin -maxdepth 1 -name "*-native" -type d -printf ":%p")
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/files/ |
H A D | minicoredumper.service | 7 ExecStart=/bin/sh -c '/bin/echo "|/usr/sbin/minicoredumper %%p %%u %%g %%s %%t %%h %%e" > /proc/sys…
|
/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/ |
H A D | dropbearkey.service | 11 ExecStart=@BASE_BINDIR@/mkdir -p ${DROPBEAR_RSAKEY_DIR}
|
/openbmc/u-boot/board/samsung/common/bootscripts/ |
H A D | bootzimg.cmd | 2 setenv boot_kernel "setenv bootargs \"${console} root=/dev/mmcblk${mmcrootdev}p${mmcrootpart} rootf…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/ |
H A D | snort.service | 8 ExecStartPre=/bin/mkdir -p /var/log/snort
|
/openbmc/linux/sound/usb/ |
H A D | midi.c | 641 int p; in snd_usbmidi_standard_output() local 644 for (p = 0; p < 0x10; ++p) { in snd_usbmidi_standard_output() 645 struct usbmidi_out_port *port = &ep->ports[p]; in snd_usbmidi_standard_output() 1471 void snd_usbmidi_disconnect(struct list_head *p) in snd_usbmidi_disconnect() argument 1476 umidi = list_entry(p, struct snd_usb_midi, list); in snd_usbmidi_disconnect() 2375 void snd_usbmidi_input_stop(struct list_head *p) in snd_usbmidi_input_stop() argument 2415 void snd_usbmidi_input_start(struct list_head *p) in snd_usbmidi_input_start() argument 2432 void snd_usbmidi_suspend(struct list_head *p) in snd_usbmidi_suspend() argument 2438 snd_usbmidi_input_stop(p); in snd_usbmidi_suspend() 2446 void snd_usbmidi_resume(struct list_head *p) in snd_usbmidi_resume() argument [all …]
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | fsl_udc_core.c | 87 static u32 _fsl_readl_be(const unsigned __iomem *p) in _fsl_readl_be() argument 89 return in_be32(p); in _fsl_readl_be() 92 static u32 _fsl_readl_le(const unsigned __iomem *p) in _fsl_readl_le() argument 94 return in_le32(p); in _fsl_readl_le() 99 out_be32(p, v); in _fsl_writel_be() 104 out_le32(p, v); in _fsl_writel_le() 110 #define fsl_readl(p) (*_fsl_readl)((p)) argument 111 #define fsl_writel(v, p) (*_fsl_writel)((v), (p)) argument 1576 u32 *p = (u32 *)buffer_ptr; in tripwire_handler() local 1580 *p++ = le32_to_cpu(*s++); in tripwire_handler() [all …]
|
/openbmc/linux/sound/core/ |
H A D | timer.c | 1003 struct list_head *p, *n; in snd_timer_free() local 1007 list_del_init(p); in snd_timer_free() 1568 struct list_head *p; in snd_timer_user_next_device() local 1585 list_for_each(p, &snd_timer_list) { in snd_timer_user_next_device() 1596 if (p == &snd_timer_list) in snd_timer_user_next_device() 1613 list_for_each(p, &snd_timer_list) { in snd_timer_user_next_device() 1642 if (p == &snd_timer_list) in snd_timer_user_next_device() 1661 struct list_head *p; in snd_timer_user_ginfo() local 2058 int __user *p = argp; in snd_timer_user_tread() local 2063 if (get_user(xarg, p)) in snd_timer_user_tread() [all …]
|
/openbmc/linux/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 1406 struct sockaddr *addr = p; in netvsc_set_mac_addr() 1409 err = eth_prepare_mac_addr_change(ndev, p); in netvsc_set_mac_addr() 1424 eth_commit_mac_addr_change(ndev, p); in netvsc_set_mac_addr() 1580 u8 *p = data; in netvsc_get_strings() local 1589 ethtool_sprintf(&p, netvsc_stats[i].name); in netvsc_get_strings() 1592 ethtool_sprintf(&p, vf_stats[i].name); in netvsc_get_strings() 1596 ethtool_sprintf(&p, "tx_queue_%u_bytes", i); in netvsc_get_strings() 1599 ethtool_sprintf(&p, "rx_queue_%u_bytes", i); in netvsc_get_strings() 1602 ethtool_sprintf(&p, "rx_queue_%u_xdp_tx", i); in netvsc_get_strings() 1973 struct ethtool_regs *regs, void *p) in netvsc_get_regs() argument [all …]
|
/openbmc/linux/drivers/net/ |
H A D | virtio_net.c | 401 if (p) { in get_a_page() 404 p->private = 0; in get_a_page() 407 return p; in get_a_page() 518 char *p, *hdr_p, *buf; in page_to_skb() local 521 hdr_p = p; in page_to_skb() 529 buf = p - headroom; in page_to_skb() 532 p += hdr_padded_len; in page_to_skb() 1126 put_page(p); in xdp_linearize_page() 1133 put_page(p); in xdp_linearize_page() 1885 char *p; in add_recvbuf_big() local [all …]
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_policy.c | 885 newpos = &p->bydst; in xfrm_policy_inexact_list_reinsert() 938 p = &new->rb_node; in xfrm_policy_inexact_node_reinsert() 939 while (*p) { in xfrm_policy_inexact_node_reinsert() 943 parent = *p; in xfrm_policy_inexact_node_reinsert() 972 rb_erase(*p, new); in xfrm_policy_inexact_node_reinsert() 1022 p = &root->rb_node; in xfrm_policy_inexact_insert_node() 1023 while (*p) { in xfrm_policy_inexact_insert_node() 1026 parent = *p; in xfrm_policy_inexact_insert_node() 1071 p = &root->rb_node; in xfrm_policy_inexact_insert_node() 1367 WARN_ONCE(IS_ERR(p), "reinsert: %ld\n", PTR_ERR(p)); in xfrm_hash_rebuild() [all …]
|
/openbmc/linux/include/crypto/internal/ |
H A D | rsa.h | 35 const u8 *p; member
|