/openbmc/linux/include/linux/ |
H A D | selection.h | 23 extern int sel_loadlut(char __user *p);
|
/openbmc/openbmc/poky/meta/recipes-extended/texinfo-dummy-native/ |
H A D | texinfo-dummy-native.bb | 27 mkdir -p "${D}${base_bindir}"
|
/openbmc/openbmc/meta-security/recipes-security/libest/ |
H A D | libest_3.2.0.bb | 27 FILES:${PN} = "${bindir}/* ${libdir}/libest-3.2.0p.so"
|
/openbmc/linux/Documentation/devicetree/bindings/crypto/ |
H A D | arm,cryptocell.yaml | 19 - arm,cryptocell-630p-ree
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/ |
H A D | dhrystone_2.1.bb | 14 [ -d ${S} ] || mkdir -p ${S}
|
/openbmc/obmc-ikvm/ |
H A D | ikvm_video.hpp | 26 Video(const std::string& p, Input& input, int fr = 30, int sub = 0);
|
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_appraise_all/files/ |
H A D | ima_policy_appraise_all | 2 # Integrity measure policy (http://sourceforge.net/p/linux-ima/wiki/Home/#measure-nothing-appraise-…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netsniff-ng/files/ |
H A D | 0001-Cmds-automatically-create-folder.patch | 25 MKDIR = echo -e " MKDIR\t$(1)" && mkdir -p $(1)
|
/openbmc/openbmc/poky/meta/recipes-devtools/log4cplus/ |
H A D | log4cplus_2.1.1.bb | 5 BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/"
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-notifyd/ |
H A D | xfce4-notifyd_0.8.2.bb | 28 mkdir -p xfce4-notifyd xfce4-notifyd-config
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | pwm-clock.yaml | 10 - Philipp Zabel <p.zabel@pengutronix.de>
|
/openbmc/linux/tools/testing/selftests/powerpc/math/ |
H A D | vmx_preempt.c | 42 void *preempt_vmx_c(void *p) in preempt_vmx_c() argument
|
/openbmc/linux/drivers/clk/sunxi/ |
H A D | clk-sun6i-ar100.c | 52 req->p = shift; in sun6i_get_ar100_factors()
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | pgalloc.h | 25 extern void pgd_init(unsigned long *p);
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/ |
H A D | edk2-basetools-native_202402.bb | 22 mkdir -p ${D}${bindir}/edk2-BaseTools
|
/openbmc/openbmc/poky/meta/recipes-core/ell/ |
H A D | ell_0.64.bb | 21 mkdir -p ${S}/build-aux
|
/openbmc/linux/include/linux/ceph/ |
H A D | mdsmap.h | 74 struct ceph_mdsmap *ceph_mdsmap_decode(struct ceph_mds_client *mdsc, void **p,
|
/openbmc/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_misc.c | 135 unsigned int p; in matroxfb_PLL_calcclock() local 152 for (p = 1; p <= pll->post_shift_max; p++) { in matroxfb_PLL_calcclock() 159 for (; p-- > 0; fwant >>= 1, bestdiff >>= 1) { in matroxfb_PLL_calcclock() 179 *post = p; in matroxfb_PLL_calcclock()
|
/openbmc/qemu/hw/misc/ |
H A D | omap_clk.c | 1180 struct clk **p; in omap_clk_reparent() local 1183 for (p = &clk->parent->child1; *p != clk; p = &(*p)->sibling); in omap_clk_reparent() 1184 *p = clk->sibling; in omap_clk_reparent()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-v4l2.rst | 7 .. tabularcolumns:: |p{4.0cm}|p{2.6cm}|p{10.7cm}| 208 .. tabularcolumns:: |p{6.8cm}|p{2.3cm}|p{8.2cm}|
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_balloon.c | 624 void *p; in get_free_page_and_send() local 639 p = page_address(page); in get_free_page_and_send() 640 sg_init_one(&sg, p, VIRTIO_BALLOON_HINT_BLOCK_BYTES); in get_free_page_and_send() 643 err = virtqueue_add_inbuf(vq, &sg, 1, p, GFP_KERNEL); in get_free_page_and_send() 645 free_pages((unsigned long)p, in get_free_page_and_send() 659 free_pages((unsigned long)p, VIRTIO_BALLOON_HINT_BLOCK_ORDER); in get_free_page_and_send()
|
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ethtool.c | 284 netxen_nic_get_regs(struct net_device *dev, struct ethtool_regs *regs, void *p) in netxen_nic_get_regs() argument 289 u32 *regs_buff = p; in netxen_nic_get_regs() 293 memset(p, 0, NETXEN_NIC_REGS_LEN); in netxen_nic_get_regs() 676 char *p = in netxen_nic_get_ethtool_stats() local 681 sizeof(u64)) ? *(u64 *) p : *(u32 *) p; in netxen_nic_get_ethtool_stats()
|
/openbmc/linux/drivers/hwmon/ |
H A D | hwmon.c | 1093 char *name, *p; in __hwmon_sanitize_name() local 1102 for (p = name; *p; p++) in __hwmon_sanitize_name() 1103 if (hwmon_is_bad_char(*p)) in __hwmon_sanitize_name() 1104 *p = '_'; in __hwmon_sanitize_name()
|
/openbmc/linux/net/802/ |
H A D | mrp.c | 259 struct rb_node *parent = NULL, **p = &app->mad.rb_node; in mrp_attr_create() local 263 while (*p) { in mrp_attr_create() 264 parent = *p; in mrp_attr_create() 268 p = &parent->rb_left; in mrp_attr_create() 270 p = &parent->rb_right; in mrp_attr_create() 284 rb_link_node(&attr->node, parent, p); in mrp_attr_create()
|
/openbmc/linux/drivers/misc/sgi-gru/ |
H A D | grumain.c | 154 static unsigned long reserve_resources(unsigned long *p, int n, int mmax, in reserve_resources() argument 161 i = find_first_bit(p, mmax); in reserve_resources() 164 __clear_bit(i, p); in reserve_resources() 449 static void prefetch_data(void *p, int num, int stride) in prefetch_data() argument 452 prefetchw(p); in prefetch_data() 453 p += stride; in prefetch_data()
|