Home
last modified time | relevance | path

Searched refs:my (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/openbmc/openbmc/poky/meta/recipes-support/curl/curl/
H A Dno-test-timeout.patch17 @@ -122,7 +122,7 @@ my $sshdverstr; # for socks server, ssh daemon version string
18 my $sshderror; # for socks server, ssh daemon version error
19 my %doesntrun; # servers that don't work, identified by pidfile
20 my %PORT = (nolisten => 47); # port we use for a local non-listening service
21 -my $server_response_maxtime=13;
22 +my $server_response_maxtime=600;
23 my $httptlssrv = find_httptlssrv();
24 my %run; # running server
25 my %runcert; # cert file currently in use by an ssl running server
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dlinear.rst40 my $name = "reverse";
41 my $extent_size = 4 * 1024 * 2;
42 my $dev = $ARGV[0];
43 my $table = "";
44 my $count = 0;
50 my $dev_size = `blockdev --getsz $dev`;
51 my $extents = int($dev_size / $extent_size) -
55 my $this_start = $count * $extent_size;
58 my $this_offset = $extents * $extent_size;
H A Dstriped.rst36 my $chunk_size = 128 * 2;
37 my $dev_name = "stripe_dev";
38 my $num_devs = @ARGV;
39 my @devs = @ARGV;
40 my ($min_dev_size, $stripe_dev_size, $i);
48 my $this_size = `blockdev --getsz $devs[$i]`;
/openbmc/openbmc/meta-security/recipes-perl/perl/files/
H A Dlibwhisker2.patch32 - my $where=$DESTDIR . $Config{'man3direxp'};
33 + my $where=$DESTDIR . $MANDIR;
34 my $t = $TARGET;
41 - my $where=$DESTDIR . $Config{'man3direxp'};
42 + my $where=$DESTDIR . $MANDIR;
43 my $t = $TARGET;
50 - my $where=$DESTDIR . $Config{'installsitelib'};
51 + my $where=$DESTDIR . $INSTALLDIR;
59 - my $where=$DESTDIR . $Config{'installsitelib'};
60 + my $where=$DESTDIR . $INSTALLDIR;
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release/
H A Dhelp2man-reproducibility.patch12 @@ -173,7 +173,14 @@ my ($help_text, $version_text) = map {
16 -my $date = strftime "%B %Y", localtime;
17 +my $epoch_secs = time;
24 +my $date = strftime "%B %Y", localtime $epoch_secs;
25 (my $program = $ARGV[0]) =~ s!.*/!!;
26 my $package = $program;
27 my $version;
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-libidn-perl-0.12/
H A Dlibidn-wr-cross-compile.patch14 my $options;
15 my $testno=1;
16 my %MakeParams = InitMakeParams();
17 +my $compiler;
35 - foreach my $cc (qw/cc gcc/)
36 + foreach my $cc ($compiler, qw/cc gcc/)
49 my $match;
/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/
H A Ddefn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch29 -my $DEB_HOST_ARCH_OS = `dpkg-architecture -qDEB_HOST_ARCH_OS`;
32 +#my $DEB_HOST_ARCH_OS = `dpkg-architecture -qDEB_HOST_ARCH_OS`;
34 +my $DEB_HOST_ARCH_OS ="linux";
37 my $address_family = "";
46 -my $DEB_HOST_ARCH_OS = `dpkg-architecture -qDEB_HOST_ARCH_OS`;
49 +#my $DEB_HOST_ARCH_OS = `dpkg-architecture -qDEB_HOST_ARCH_OS`;
51 +my $DEB_HOST_ARCH_OS = "linux";
54 my $line;
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch43 @@ -139,7 +140,7 @@ my $usage="\n"
52 @@ -187,6 +188,7 @@ my $run_outer_args = "";
53 my $valgrind_lib = "$tests_dir/.in_place";
54 my $keepunfiltered = 0;
55 my $looptillfail = 0;
56 +my $yoctoptest = 0;
59 my $default_stderr_filter = "filter_stderr";
78 - my $exit_code = system($_[0]);
81 + my $exit_code=0;
126 my ($dir, $vgtest) = @_;
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-ssleay-perl/
H A Dno-exec-on-configure.patch10 my $prefix = $self->find_openssl_prefix;
11 - my $exec = $self->find_openssl_exec($prefix);
24 - my $opts = $self->ssleay_get_build_opts($prefix, $exec);
25 + my $opts = $self->ssleay_get_build_opts($prefix);
33 - my ($self, $prefix, $exec) = @_;
34 + my ($self, $prefix) = @_;
36 my $opts = {
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0001-search-for-log-help-in-build-dir.patch17 @@ -30,7 +30,7 @@ my $vpnc = './vpnc';
21 -open my $LONGHELP, '-|', "$vpnc --long-help";
22 +open my $LONGHELP, '-|', "cat ./long-help";
23 my $vpnc_options = '';
24 my $relative_indent = 0;
25 my $indent_needed = 0;
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dupgrade_options_processing.patch19 + my %opts = @_;
35 my $nodisclaim = 0;
36 my $verbose = 0;
37 my $force = 0;
38 -my $log_only = 0;
39 my $debug = 0;
40 my $alternate_config=undef;
H A Daccept_os_flag_in_backend.patch12 my $force = 0;
13 my $debug = 0;
14 my $alternate_config=undef;
15 +my $os_version=undef;
H A Dorganize_distro_discovery.patch21 my $err ="ERROR: ";
22 my $spc =" ";
23 my $GLOBAL_OS="None";
24 -my $GLOBAL_ACTUAL_OS="None";
25 +my $GLOBAL_INFERRED_OS="None";
26 my %GLOBAL_SUMS=();
27 my $CLI='';
45 my ($release,$distro);
161 + my $version = $1;
166 - my $version = $1;
[all …]
H A Dfixed_defined_warnings.patch41 my $sumFile = &getGlobal('BFILE',"sum.csv");
49 my $file = $_[0];
50 my $cksum = &getGlobal('BIN',"cksum");
59 my $file = $_[0];
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Ddisable-version-check.patch12 @@ -1170,38 +1170,6 @@ my %miniserv;
17 -my $now = time();
18 -my $uptime = &get_system_uptime();
20 - my %realos;
21 - my @st = stat($realos_cache_file);
49 my $warn_days = $config{'warn_days'};
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Ddeterminism.patch35 my $lengthsofar = length($str);
36 my $continuator = '';
38 - foreach my $file (@{$tables{$table}})
39 + foreach my $file (sort (@{$tables{$table}}))
47 - foreach my $file (@{$tables{$table}})
48 + foreach my $file (sort (@{$tables{$table}}))
H A Dperl-dynloader.patch23 my ($caller, $modlibname) = caller();
24 my $module = $caller;
30 + my $hostlib = $ENV{PERLHOSTLIB};
31 + my $hostarchlib = $ENV{PERLHOSTARCHLIB};
33 + my ($p1, $p2, $p3, $p4, $p5, $p6, $p7) = $modlibname =~ m/(^(.*lib\w*\/)?)((perl5\/[0-9\.]…
/openbmc/linux/scripts/kconfig/tests/preprocess/variable/
H A Dexpected_stderr7 Kconfig:45: Hello, my name is John.
8 Kconfig:50: Hello, my name is .
9 Kconfig:53: Hello, my name is John.
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/files/
H A D04-fix-FTBFS-clang.patch12 +++ tpm-tools-1.3.8-my/src/tpm_mgmt/tpm_present.c 2014-06-29 01:01:11.502081468 +0400
23 +++ tpm-tools-1.3.8-my/src/tpm_mgmt/tpm_takeownership.c 2014-06-29 01:01:51.069373655 +0400
34 +++ tpm-tools-1.3.8-my/src/tpm_mgmt/tpm_nvwrite.c 2014-06-29 01:02:45.836397172 +0400
45 +++ tpm-tools-1.3.8-my/src/data_mgmt/data_protect.c 2014-06-29 01:03:49.863254459 +0400
/openbmc/linux/tools/perf/Documentation/
H A Dsecurity.txt169 Run the command below to generate my-perf.te policy extension file with
172 # ausearch -c 'perf' --raw | audit2allow -M my-perf && cat my-perf.te
174 module my-perf 1.0;
184 Now compile, pack and load my-perf.pp extension module into the kernel:
186 # checkmodule -M -m -o my-perf.mod my-perf.te
187 # semodule_package -o my-perf.pp -m my-perf.mod
188 # semodule -X 300 -i my-perf.pp
211 # semodule -X 300 -r my-perf
216 # semodule -d my-perf
217 # semodule -e my-perf
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libstrictures/
H A Dlibstrictures-perl_2.000006.bb3 of my code for about a year now. I figured it was time to make it shorter. \
6 warnings on but don't make them fatal -- which from my point of view is \
7 useless because I want an exception to tell me my code isn't warnings-clean. \
9 Any time I see a warning from my code, that indicates a mistake. \
11 Any time my code encounters a mistake, I want a crash -- not spew to STDERR \
/openbmc/linux/Documentation/trace/
H A Dsys-t.rst17 # mkdir /config/stp-policy/dummy_stm.0:p_sys-t.my-policy/
23 With Intel TH, therefore it can look like "0-sth:p_sys-t.my-policy".
30 # cat /config/stp-policy/dummy_stm.0:p_sys-t.my-policy/protocol
37 # mkdir /config/stp-policy/dummy_stm.0:p_sys-t.my-policy/default
38 # ls /config/stp-policy/dummy_stm.0:p_sys-t.my-policy/default
/openbmc/linux/Documentation/devicetree/bindings/security/tpm/
H A Dibmvtpm.txt10 - ibm,my-drc-index : integer index for the connector between the device
18 - ibm,my-dma-window : specifies DMA window associated with this virtual
33 ibm,my-drc-index = <0x30000003>;
37 ibm,my-dma-window = <0x10000003 0x0 0x0 0x0 0x10000000>;
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0009-support-apxs.in-force-destdir-to-be-empty-string.patch33 my $destdir = "";
34 -my $ddi = rindex($0, "@exp_bindir@");
40 +#my $ddi = rindex($0, "@exp_bindir@");
45 my %config_vars = ();
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DFerguson-Twofish9 The only thing you cannot do is remove my copyright message,
11 include my copyright message.
15 I also appreciate it if you tell me where and why you used my code.

12345678910>>...13