Home
last modified time | relevance | path

Searched refs:p (Results 4176 – 4200 of 9049) sorted by relevance

1...<<161162163164165166167168169170>>...362

/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/
H A D0001-Fix-implicit-fallthrough-warning.patch210 + int foo(const char *p, ...) __attribute__(($1(printf, 1, 2)));
213 + int foo(const char *p, ...) __attribute__((format(gnu_printf, 1, 2)));
216 + char *foo(const char *p) __attribute__(($1(1)));
242 + int foo(char *p) __attribute__(($1(1)));
257 + int foo(void *p, ...) __attribute__(($1));
260 + int foo(void *p, ...) __attribute__(($1(1)));
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-cross-canadian.inc50 mkdir -p ${RECIPE_SYSROOT}/${target_includedir}
160 p=${TARGET_ARCH}$v-$i-`echo $j | sed -e s,${TARGET_PREFIX},,`
163 rm -rf $d/$p
164 echo "#!/usr/bin/env sh" > $d/$p
165 echo "exec \`dirname \$0\`/../${TARGET_SYS}/$j -mmusl \$@" >> $d/$p
166 chmod 0755 $d/$p
/openbmc/linux/drivers/vdpa/ifcvf/
H A Difcvf_base.c292 u8 old_gen, new_gen, *p; in ifcvf_read_dev_config() local
298 p = dst; in ifcvf_read_dev_config()
300 *p++ = vp_ioread8(hw->dev_cfg + offset + i); in ifcvf_read_dev_config()
309 const u8 *p; in ifcvf_write_dev_config() local
312 p = src; in ifcvf_write_dev_config()
315 vp_iowrite8(*p++, hw->dev_cfg + offset + i); in ifcvf_write_dev_config()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_proc.c279 u8 *p; in prism2_scan_results_proc_show() local
300 p = scanres->sup_rates; in prism2_scan_results_proc_show()
302 if (p[i] == 0) in prism2_scan_results_proc_show()
304 seq_printf(m, "<%02x>", p[i]); in prism2_scan_results_proc_show()
308 p = scanres->ssid; in prism2_scan_results_proc_show()
313 unsigned char c = p[i]; in prism2_scan_results_proc_show()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dopera1.c456 u8 *b, *p; in opera1_xilinx_load_firmware() local
466 p = kmalloc(fw->size, GFP_KERNEL); in opera1_xilinx_load_firmware()
468 if (p != NULL && testval != 0x67) { in opera1_xilinx_load_firmware()
471 memcpy(p, fw->data, fw->size); in opera1_xilinx_load_firmware()
479 b = (u8 *) p + i; in opera1_xilinx_load_firmware()
499 kfree(p); in opera1_xilinx_load_firmware()
/openbmc/linux/drivers/video/fbdev/
H A Dhitfb.c140 static void hitfb_fillrect(struct fb_info *p, const struct fb_fillrect *rect) in hitfb_fillrect() argument
143 cfb_fillrect(p, rect); in hitfb_fillrect()
149 if (p->var.bits_per_pixel == 16) { in hitfb_fillrect()
150 hitfb_writew(((u32 *) (p->pseudo_palette))[rect->color], in hitfb_fillrect()
164 static void hitfb_copyarea(struct fb_info *p, const struct fb_copyarea *area) in hitfb_copyarea() argument
167 hitfb_accel_bitblt(p->var.bits_per_pixel == 16, area->sx, area->sy, in hitfb_copyarea()
/openbmc/linux/kernel/
H A Dacct.c152 static void acct_put(struct bsd_acct_struct *p) in acct_put() argument
154 if (atomic_long_dec_and_test(&p->count)) in acct_put()
155 kfree_rcu(p, rcu); in acct_put()
158 static inline struct bsd_acct_struct *to_acct(struct fs_pin *p) in to_acct() argument
160 return p ? container_of(p, struct bsd_acct_struct, pin) : NULL; in to_acct()
/openbmc/linux/drivers/media/tuners/
H A Dfc0013.c213 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in fc0013_set_params() local
214 u32 freq = p->frequency / 1000; in fc0013_set_params()
215 u32 delsys = p->delivery_system; in fc0013_set_params()
390 switch (p->bandwidth_hz) { in fc0013_set_params()
464 priv->frequency = p->frequency; in fc0013_set_params()
465 priv->bandwidth = p->bandwidth_hz; in fc0013_set_params()
/openbmc/linux/scripts/dtc/libfdt/
H A Dlibfdt.h134 static inline uint16_t fdt16_ld(const fdt16_t *p) in fdt16_ld() argument
136 const uint8_t *bp = (const uint8_t *)p; in fdt16_ld()
141 static inline uint32_t fdt32_ld(const fdt32_t *p) in fdt32_ld() argument
143 const uint8_t *bp = (const uint8_t *)p; in fdt32_ld()
161 static inline uint64_t fdt64_ld(const fdt64_t *p) in fdt64_ld() argument
163 const uint8_t *bp = (const uint8_t *)p; in fdt64_ld()
/openbmc/linux/drivers/leds/
H A Dled-class.c281 struct led_classdev **p = res; in devm_led_release() local
283 led_put(*p); in devm_led_release()
647 struct led_classdev **p = res; in devm_led_classdev_match() local
649 if (WARN_ON(!p || !*p)) in devm_led_classdev_match()
652 return *p == data; in devm_led_classdev_match()
/openbmc/linux/arch/sparc/kernel/
H A Dmdesc.c482 static void notify_one(struct mdesc_notifier_client *p, in notify_one() argument
486 invoke_on_missing(p->node_name, old_hp, new_hp, p->remove); in notify_one()
487 invoke_on_missing(p->node_name, new_hp, old_hp, p->add); in notify_one()
493 struct mdesc_notifier_client *p = client_list; in mdesc_notify_clients() local
495 while (p) { in mdesc_notify_clients()
496 notify_one(p, old_hp, new_hp); in mdesc_notify_clients()
497 p = p->next; in mdesc_notify_clients()
1058 static void get_one_mondo_bits(const u64 *p, unsigned int *mask, in get_one_mondo_bits() argument
1063 if (!p) in get_one_mondo_bits()
1065 val = *p; in get_one_mondo_bits()
/openbmc/linux/drivers/ata/
H A Data_piix.c1364 char *p = buf, *end = buf + sizeof(buf); in piix_init_sata_map() local
1374 p += scnprintf(p, end - p, " XX"); in piix_init_sata_map()
1378 p += scnprintf(p, end - p, " --"); in piix_init_sata_map()
1385 p += scnprintf(p, end - p, " IDE IDE"); in piix_init_sata_map()
1389 p += scnprintf(p, end - p, " P%d", map[i]); in piix_init_sata_map()
/openbmc/linux/fs/nfs/
H A Dwrite.c77 struct nfs_commit_data *p; in nfs_commitdata_alloc() local
80 if (!p) { in nfs_commitdata_alloc()
82 if (!p) in nfs_commitdata_alloc()
84 memset(p, 0, sizeof(*p)); in nfs_commitdata_alloc()
86 INIT_LIST_HEAD(&p->pages); in nfs_commitdata_alloc()
87 return p; in nfs_commitdata_alloc()
102 if (!p) { in nfs_writehdr_alloc()
104 if (!p) in nfs_writehdr_alloc()
106 memset(p, 0, sizeof(*p)); in nfs_writehdr_alloc()
108 p->rw_mode = FMODE_WRITE; in nfs_writehdr_alloc()
[all …]
/openbmc/linux/drivers/net/dsa/
H A Dmv88e6060.h15 #define REG_PORT(p) (0x8 + (p)) argument
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dopenhpi-netsnmp-cross-compile.patch24 - SNMPFLAGS=`${net_snmp_config:-net-snmp-config} --cflags | perl -p -e 's/ -O\S*//g'`
39 - SNMPFLAGS=`${net_snmp_config:-net-snmp-config} --cflags | perl -p -e 's/ -O\S*//g'`
/openbmc/openbmc/poky/scripts/tiny/
H A Ddirsize.py23 for p in os.listdir(path):
24 pathname = path + "/" + p
/openbmc/linux/include/linux/
H A Dmaple.h104 #define maple_set_drvdata(d,p) dev_set_drvdata(&(d)->dev, (p)) argument
/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Drdc-sema.h93 int imx_rdc_setup_peri(rdc_peri_cfg_t p);
96 int imx_rdc_setup_ma(rdc_ma_cfg_t p);
/openbmc/u-boot/lib/lzma/
H A DLzmaTools.c36 static void *SzAlloc(void *p, size_t size) { return malloc(size); } in SzAlloc() argument
37 static void SzFree(void *p, void *address) { free(address); } in SzFree() argument
/openbmc/linux/drivers/staging/media/atomisp/include/media/
H A Dlm3554.h97 #define LM3554_PERCENT_TO_VALUE(p, step) (((((unsigned long)(p)) * 100) + (step >> 1)) / (step)) argument
/openbmc/linux/drivers/staging/greybus/
H A Dgbphy.h34 #define GBPHY_PROTOCOL(p) \ argument
35 .protocol_id = (p),
/openbmc/linux/Documentation/admin-guide/media/
H A Dsiano-cardlist.rst6 .. tabularcolumns:: p{13.3cm}|p{4.2cm}|
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/
H A Dfix_pid_keactrl.patch4 Subject: [PATCH] Busybox does not support ps -p so use pgrep
24 - if ps -p ${_pid} 1>/dev/null; then
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/
H A DTestMetadata.test_cve_check_ignore.pass2 From: =?UTF-8?q?Simone=20Wei=C3=9F?= <simone.p.weiss@posteo.com>
11 Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com>
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.h99 void intel_guc_log_info(struct intel_guc_log *log, struct drm_printer *p);
100 int intel_guc_log_dump(struct intel_guc_log *log, struct drm_printer *p,

1...<<161162163164165166167168169170>>...362