Home
last modified time | relevance | path

Searched full:pl (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/openbmc/phosphor-mrw-tools/
H A DBuild.PL7 script_files => ['gen_callouts.pl',
8 'gen_fan_zone_yaml.pl',
9 'gen_fru_properties.pl',
10 'gen_ipmi_fru.pl',
11 'gen_ipmi_sel.pl',
12 'gen_ipmi_sensor.pl',
13 'gen_led_groups.pl',
14 'gen_openpower_fru.pl',
15 'gen_path_callouts.pl',
16 'gen_presence_yaml.pl',
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A Dpsutils7 epsffit.c epsffit.man extractres.man extractres.pl
8 fixdlsrps.man fixdlsrps.pl fixfmps.man fixfmps.pl
9 fixmacps.man fixmacps.pl fixpsditps.man fixpsditps.pl
10 fixpspps.man fixpspps.pl fixscribeps.man fixscribeps.pl
11 fixtpps.man fixtpps.pl fixwfwps.man fixwfwps.pl
12 fixwpps.man fixwpps.pl fixwwps.man fixwwps.pl
13 getafm getafm.man includeres.man includeres.pl
15 pserror.c pserror.h psmerge.man psmerge.pl
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_qsort.c63 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in yaffs_qsort() local
71 for (pl = pm; pl > (char *) a && cmp(pl - es, pl) > 0; in yaffs_qsort()
72 pl -= es) in yaffs_qsort()
73 yswap(pl, pl - es); in yaffs_qsort()
78 pl = (char *)a; in yaffs_qsort()
82 pl = med3(pl, pl + d, pl + 2 * d, cmp); in yaffs_qsort()
86 pm = med3(pl, pm, pn, cmp); in yaffs_qsort()
118 for (pl = pm; pl > (char *) a && cmp(pl - es, pl) > 0; in yaffs_qsort()
119 pl -= es) in yaffs_qsort()
120 yswap(pl, pl - es); in yaffs_qsort()
/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/
H A Ddefn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch17 defn2c.pl | 6 +++---
18 defn2man.pl | 6 +++---
21 diff --git a/defn2c.pl b/defn2c.pl
23 --- a/defn2c.pl
24 +++ b/defn2c.pl
38 diff --git a/defn2man.pl b/defn2man.pl
40 --- a/defn2man.pl
41 +++ b/defn2man.pl
/openbmc/u-boot/tools/patman/
H A Dget_maintainer.py10 """Look for the get_maintainer.pl script.
20 fname = os.path.join(path, 'get_maintainer.pl')
27 """Run get_maintainer.pl on a file if we find it.
29 We look for get_maintainer.pl in the 'scripts' directory at the top of
30 git. If we find it we'll run it. If we don't find get_maintainer.pl
34 fname: Path to the patch file to run get_maintainer.pl on.
42 print("WARNING: Couldn't find get_maintainer.pl")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A D0003-nss-fix-incorrect-shebang-of-perl.patch13 nss/cmd/signver/examples/1/form.pl | 2 +-
14 nss/cmd/signver/examples/1/signedForm.pl | 2 +-
16 nss/coreconf/version.pl | 2 +-
22 diff --git a/nss/cmd/signver/examples/1/form.pl b/nss/cmd/signver/examples/1/form.pl
24 --- a/nss/cmd/signver/examples/1/form.pl
25 +++ b/nss/cmd/signver/examples/1/form.pl
32 diff --git a/nss/cmd/signver/examples/1/signedForm.pl b/nss/cmd/signver/examples/1/signedForm.pl
34 --- a/nss/cmd/signver/examples/1/signedForm.pl
35 +++ b/nss/cmd/signver/examples/1/signedForm.pl
52 diff --git a/nss/coreconf/version.pl b/nss/coreconf/version.pl
[all …]
/openbmc/u-boot/fs/jffs2/
H A Djffs2_nand_1pass.c238 struct b_lists *pL; in jffs_init_1pass_list() local
241 pL = (struct b_lists *)part->jffs2_priv; in jffs_init_1pass_list()
242 free_nodes(&pL->frag); in jffs_init_1pass_list()
243 free_nodes(&pL->dir); in jffs_init_1pass_list()
244 free(pL); in jffs_init_1pass_list()
247 pL = (struct b_lists *)part->jffs2_priv; in jffs_init_1pass_list()
249 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
251 pL->dir.listCompare = compare_dirents; in jffs_init_1pass_list()
252 pL->frag.listCompare = compare_inodes; in jffs_init_1pass_list()
260 jffs2_1pass_read_inode(struct b_lists *pL, u32 ino, char *dest, in jffs2_1pass_read_inode() argument
[all …]
H A Djffs2_1pass.c643 struct b_lists *pL; in jffs2_free_cache() local
646 pL = (struct b_lists *)part->jffs2_priv; in jffs2_free_cache()
647 free_nodes(&pL->frag); in jffs2_free_cache()
648 free_nodes(&pL->dir); in jffs2_free_cache()
649 free(pL->readbuf); in jffs2_free_cache()
650 free(pL); in jffs2_free_cache()
657 struct b_lists *pL; in jffs_init_1pass_list() local
662 pL = (struct b_lists *)part->jffs2_priv; in jffs_init_1pass_list()
664 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
666 pL->dir.listCompare = compare_dirents; in jffs_init_1pass_list()
[all …]
/openbmc/qemu/
H A D.gitpublish9 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
15 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
21 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
27 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
33 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
39 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
45 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
51 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
/openbmc/openbmc/poky/meta/recipes-devtools/perl/libxml-parser-perl/
H A D0001-Makefile.PL-make-check_lib-cross-friendly.patch4 Subject: [PATCH] Makefile.PL: make check_lib cross friendly
13 Makefile.PL | 2 +-
16 diff --git a/Makefile.PL b/Makefile.PL
18 --- a/Makefile.PL
19 +++ b/Makefile.PL
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A D0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch4 Subject: [PATCH] cpan/Sys-Syslog/Makefile.PL: Fix _PATH_LOG for deterministic
18 cpan/Sys-Syslog/Makefile.PL | 2 ++
21 diff --git a/cpan/Sys-Syslog/Makefile.PL b/cpan/Sys-Syslog/Makefile.PL
23 --- a/cpan/Sys-Syslog/Makefile.PL
24 +++ b/cpan/Sys-Syslog/Makefile.PL
H A Derrno_ver.diff16 ext/Errno/Errno_pm.PL | 5 -----
19 diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL
21 --- a/ext/Errno/Errno_pm.PL
22 +++ b/ext/Errno/Errno_pm.PL
H A Ddeterminism.patch27 cpan/Encode/Byte/Makefile.PL | 4 ++--
30 diff --git a/cpan/Encode/Byte/Makefile.PL b/cpan/Encode/Byte/Makefile.PL
32 --- a/cpan/Encode/Byte/Makefile.PL
33 +++ b/cpan/Encode/Byte/Makefile.PL
37 $str .= "$table.c : $enc2xs Makefile.PL";
H A Dperl-dynloader.patch15 dist/XSLoader/XSLoader_pm.PL | 18 ++++++++++++++++++
18 diff --git a/dist/XSLoader/XSLoader_pm.PL b/dist/XSLoader/XSLoader_pm.PL
20 --- a/dist/XSLoader/XSLoader_pm.PL
21 +++ b/dist/XSLoader/XSLoader_pm.PL
H A Dperl-configpm-switch.patch7 configuration files between Config_heavy.pl and
8 Config_heavy-target.pl by setting the environment variables
38 -# require 'Config_heavy.pl';
39 +# my $cfgfile = 'Config_heavy.pl';
42 +# $cfgfile = 'Config_heavy-target.pl';
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/
H A Ddisable-libxml2-check.patch11 Makefile.PL | 52 ++++++++++++++++++++++++++--------------------------
14 diff --git a/Makefile.PL b/Makefile.PL
16 --- a/Makefile.PL
17 +++ b/Makefile.PL
41 -Also, you may try to run perl Makefile.PL with the DEBUG=1 parameter
43 -failed or why Makefile.PL was not able to compile a test program.
67 +#Also, you may try to run perl Makefile.PL with the DEBUG=1 parameter
69 +#failed or why Makefile.PL was not able to compile a test program.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0001-search-for-log-help-in-build-dir.patch10 makeman.pl | 2 +-
13 diff --git a/makeman.pl b/makeman.pl
15 --- a/makeman.pl
16 +++ b/makeman.pl
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dnet-lib.pl.patch7 --- a/net/net-lib.pl
8 +++ b/net/net-lib.pl
13 - do "$gconfig{'os_type'}-lib.pl";
14 + do "debian-linux-lib.pl";
H A Dmedia-tomb.patch13 +require './mediatomb-lib.pl';
28 diff -Nru webmin-1.570.bak/mediatomb/mediatomb-lib.pl webmin-1.570/mediatomb/mediatomb-lib.pl
29 --- webmin-1.570.bak/mediatomb/mediatomb-lib.pl 1969-12-31 16:00:00.000000000 -0800
30 +++ webmin-1.570/mediatomb/mediatomb-lib.pl 2011-10-26 10:01:34.692522079 -0700
33 +# mediatomb-lib.pl
45 + &foreign_require("net", "net-lib.pl");
/openbmc/qemu/hw/cxl/
H A Dcxl-events.c153 CXLRetCode cxl_event_get_records(CXLDeviceState *cxlds, CXLGetEventPayload *pl, in cxl_event_get_records() argument
171 memcpy(&pl->records[nr], &entry->data, CXL_EVENT_RECORD_SIZE); in cxl_event_get_records()
176 pl->flags |= CXL_GET_EVENT_FLAG_MORE_RECORDS; in cxl_event_get_records()
180 pl->flags |= CXL_GET_EVENT_FLAG_OVERFLOW; in cxl_event_get_records()
181 pl->overflow_err_count = cpu_to_le16(log->overflow_err_count); in cxl_event_get_records()
182 pl->first_overflow_timestamp = in cxl_event_get_records()
184 pl->last_overflow_timestamp = in cxl_event_get_records()
188 pl->record_count = cpu_to_le16(nr); in cxl_event_get_records()
195 CXLClearEventPayload *pl) in cxl_event_clear_records() argument
202 log_type = pl->event_log; in cxl_event_clear_records()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A Dcrosscompile_nm.patch1 Modifies export-check.pl to use look for $ENV{'NM'} before
9 export-check.pl | 7 ++++++-
12 Index: src/util/export-check.pl
14 --- src.orig/util/export-check.pl
15 +++ src/util/export-check.pl
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildimport.py347 pl,created = ProjectLayer.objects.get_or_create(project=project,
349 pl.optional=False
350 pl.save()
355 pl,created = ProjectLayer.objects.get_or_create(project=project,
357 pl.optional=False
358 pl.save()
365 for pl in ProjectLayer.objects.filter(project=project):
366 if pl.layercommit.layer.local_source_dir == layer_path:
385 pl,created = ProjectLayer.objects.get_or_create(project=project,
387 pl.optional=False
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcpan.bbclass8 # This is for perl modules that use the old Makefile.PL build system
26 …yes '' | perl ${EXTRA_PERLFLAGS} Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 PERL=…
34 [ -e Makefile ] || bbfatal "No Makefile was generated by Makefile.PL"
38 # Use find since there can be a Makefile generated for each Makefile.PL
39 for f in `find -name Makefile.PL`; do
40 f2=`echo $f | sed -e 's/.PL//'`
/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c141 PrimitiveList *pl = *native; in visit_primitive_list() local
142 switch (pl->type) { in visit_primitive_list()
144 visit_type_strList(v, NULL, &pl->value.strings, errp); in visit_primitive_list()
147 visit_type_boolList(v, NULL, &pl->value.booleans, errp); in visit_primitive_list()
150 visit_type_numberList(v, NULL, &pl->value.numbers, errp); in visit_primitive_list()
153 visit_type_intList(v, NULL, &pl->value.integers, errp); in visit_primitive_list()
156 visit_type_int8List(v, NULL, &pl->value.s8_integers, errp); in visit_primitive_list()
159 visit_type_int16List(v, NULL, &pl->value.s16_integers, errp); in visit_primitive_list()
162 visit_type_int32List(v, NULL, &pl->value.s32_integers, errp); in visit_primitive_list()
165 visit_type_int64List(v, NULL, &pl->value.s64_integers, errp); in visit_primitive_list()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw/
H A Drun-ptest4 /usr/bin/perl -w ./check.pl -r -c=30 -v `pwd`/bench
7 /usr/bin/perl -w ./check.pl -r -c=30 -v `pwd`/benchf
10 /usr/bin/perl -w ./check.pl -r -c=30 -v `pwd`/benchl

12345678910>>...12