Home
last modified time | relevance | path

Searched refs:p (Results 5751 – 5775 of 9049) sorted by relevance

1...<<231232233234235236237238239240>>...362

/openbmc/linux/include/linux/
H A Dselection.h23 extern int sel_loadlut(char __user *p);
/openbmc/openbmc/poky/meta/recipes-extended/texinfo-dummy-native/
H A Dtexinfo-dummy-native.bb27 mkdir -p "${D}${base_bindir}"
/openbmc/openbmc/meta-security/recipes-security/libest/
H A Dlibest_3.2.0.bb27 FILES:${PN} = "${bindir}/* ${libdir}/libest-3.2.0p.so"
/openbmc/linux/Documentation/devicetree/bindings/crypto/
H A Darm,cryptocell.yaml19 - arm,cryptocell-630p-ree
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/
H A Ddhrystone_2.1.bb14 [ -d ${S} ] || mkdir -p ${S}
/openbmc/obmc-ikvm/
H A Dikvm_video.hpp26 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 Dima_policy_appraise_all2 # 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 D0001-Cmds-automatically-create-folder.patch25 MKDIR = echo -e " MKDIR\t$(1)" && mkdir -p $(1)
/openbmc/openbmc/poky/meta/recipes-devtools/log4cplus/
H A Dlog4cplus_2.1.1.bb5 BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/"
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-notifyd/
H A Dxfce4-notifyd_0.8.2.bb28 mkdir -p xfce4-notifyd xfce4-notifyd-config
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dpwm-clock.yaml10 - Philipp Zabel <p.zabel@pengutronix.de>
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dvmx_preempt.c42 void *preempt_vmx_c(void *p) in preempt_vmx_c() argument
/openbmc/linux/drivers/clk/sunxi/
H A Dclk-sun6i-ar100.c52 req->p = shift; in sun6i_get_ar100_factors()
/openbmc/linux/arch/csky/include/asm/
H A Dpgalloc.h25 extern void pgd_init(unsigned long *p);
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/
H A Dedk2-basetools-native_202402.bb22 mkdir -p ${D}${bindir}/edk2-BaseTools
/openbmc/openbmc/poky/meta/recipes-core/ell/
H A Dell_0.64.bb21 mkdir -p ${S}/build-aux
/openbmc/linux/include/linux/ceph/
H A Dmdsmap.h74 struct ceph_mdsmap *ceph_mdsmap_decode(struct ceph_mds_client *mdsc, void **p,
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c135 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 Domap_clk.c1180 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 Dpixfmt-v4l2.rst7 .. 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 Dvirtio_balloon.c624 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 Dnetxen_nic_ethtool.c284 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 Dhwmon.c1093 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 Dmrp.c259 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 Dgrumain.c154 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()

1...<<231232233234235236237238239240>>...362