Home
last modified time | relevance | path

Searched full:pwd (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c100 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nloc_b() local
103 pwd->b[0] = msa_nloc_df(DF_BYTE, pws->b[0]); in helper_msa_nloc_b()
104 pwd->b[1] = msa_nloc_df(DF_BYTE, pws->b[1]); in helper_msa_nloc_b()
105 pwd->b[2] = msa_nloc_df(DF_BYTE, pws->b[2]); in helper_msa_nloc_b()
106 pwd->b[3] = msa_nloc_df(DF_BYTE, pws->b[3]); in helper_msa_nloc_b()
107 pwd->b[4] = msa_nloc_df(DF_BYTE, pws->b[4]); in helper_msa_nloc_b()
108 pwd->b[5] = msa_nloc_df(DF_BYTE, pws->b[5]); in helper_msa_nloc_b()
109 pwd->b[6] = msa_nloc_df(DF_BYTE, pws->b[6]); in helper_msa_nloc_b()
110 pwd->b[7] = msa_nloc_df(DF_BYTE, pws->b[7]); in helper_msa_nloc_b()
111 pwd->b[8] = msa_nloc_df(DF_BYTE, pws->b[8]); in helper_msa_nloc_b()
[all …]
/openbmc/linux/drivers/clk/sifive/
H A Dsifive-prci.c117 * @pwd: PRCI WRPLL metadata
119 * Read the current configuration of the PLL identified by @pwd from
121 * cache in @pwd.
124 * @pd and @pwd from changing during execution.
127 struct __prci_wrpll_data *pwd) in __prci_wrpll_read_cfg0() argument
129 __prci_wrpll_unpack(&pwd->c, __prci_readl(pd, pwd->cfg0_offs)); in __prci_wrpll_read_cfg0()
135 * @pwd: PRCI WRPLL metadata
139 * configuration register identified by @pwd in the PRCI instance
144 * @pd and @pwd from changing during execution.
147 struct __prci_wrpll_data *pwd, in __prci_wrpll_write_cfg0() argument
[all …]
H A Dfu740-prci.h89 .pwd = &sifive_fu740_prci_corepll_data,
95 .pwd = &sifive_fu740_prci_ddrpll_data,
101 .pwd = &sifive_fu740_prci_gemgxlpll_data,
107 .pwd = &sifive_fu740_prci_dvfscorepll_data,
113 .pwd = &sifive_fu740_prci_hfpclkpll_data,
119 .pwd = &sifive_fu740_prci_cltxpll_data,
/openbmc/u-boot/drivers/clk/sifive/
H A Dfu540-prci.c203 * @pwd: WRPLL-specific data, associated with this clock (if not NULL)
213 struct __prci_wrpll_data *pwd; member
321 * @pwd: PRCI WRPLL metadata
323 * Read the current configuration of the PLL identified by @pwd from
325 * cache in @pwd.
328 * @pd and @pwd from changing during execution.
331 struct __prci_wrpll_data *pwd) in __prci_wrpll_read_cfg() argument
333 __prci_wrpll_unpack(&pwd->c, __prci_readl(pd, pwd->cfg0_offs)); in __prci_wrpll_read_cfg()
339 * @pwd: PRCI WRPLL metadata
343 * configuration register identified by @pwd in the PRCI instance
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A Drun-ptest6 … installcheck-local CC=gcc abs_srcdir=$PWD abs_builddir=$PWD srcdir=$PWD top_srcdir=$PWD/../ abs_t…
/openbmc/linux/include/linux/
H A Dfs_struct.h15 struct path root, pwd; member
35 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) in get_fs_pwd() argument
38 *pwd = fs->pwd; in get_fs_pwd()
39 path_get(pwd); in get_fs_pwd()
/openbmc/linux/fs/
H A Dfs_struct.c31 * Replace the fs->{pwdmnt,pwd} with {mnt,dentry}. Put the old values.
41 old_pwd = fs->pwd; in set_fs_pwd()
42 fs->pwd = *path; in set_fs_pwd()
73 hits += replace_path(&fs->pwd, old_root, new_root); in chroot_fs_refs()
91 path_put(&fs->pwd); in free_fs_struct()
126 fs->pwd = old->pwd; in copy_fs_struct()
127 path_get(&fs->pwd); in copy_fs_struct()
/openbmc/linux/tools/perf/util/
H A Dget_current_dir_name.c14 char pwd[PATH_MAX]; in get_current_dir_name() local
16 return getcwd(pwd, sizeof(pwd)) == NULL ? NULL : strdup(pwd); in get_current_dir_name()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A Dsamba-4.3.9-remove-getpwent_r.patch46 struct passwd *pwd, pwd1, pwd2;
49 - torture_assert(tctx, test_enum_r_passwd(tctx, &pwd, &num_pwd),
50 + torture_assert(tctx, test_enum_passwd(tctx, &pwd, &num_pwd),
55 struct passwd *pwd, pwd1, pwd2, pwd3, pwd4;
58 - torture_assert(tctx, test_enum_r_passwd(tctx, &pwd, &num_pwd),
59 + torture_assert(tctx, test_enum_passwd(tctx, &pwd, &num_pwd),
/openbmc/linux/tools/lib/subcmd/
H A Dexec-cmd.c41 char *pwd; in get_pwd_cwd() local
45 pwd = getenv("PWD"); in get_pwd_cwd()
46 if (pwd && strcmp(pwd, buf)) { in get_pwd_cwd()
48 if (!stat(pwd, &pwd_stat) && in get_pwd_cwd()
51 strlcpy(buf, pwd, sz); in get_pwd_cwd()
/openbmc/qemu/
H A D.patchew.yml160 INSTALL=$PWD/install
161 BUILD=$PWD/build
163 SRC=$PWD
189 INSTALL=$PWD/install
190 BUILD=$PWD/build
192 SRC=$PWD
243 INSTALL=$PWD/install
244 BUILD=$PWD/build
246 SRC=$PWD
/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/
H A Drun-ptest6 …e -k runtest-TESTS top_srcdir=.. srcdir=. abs_srcdir=$PWD top_builddir=$PWD/../ abs_top_srcdir=$PW…
/openbmc/qemu/docs/system/devices/
H A Dccid.rst58 certutil -N -d sql:$PWD
59 certutil -S -d sql:$PWD -s "CN=Fake Smart Card CA" -x -t TC,TC,TC -n fake-smartcard-ca
60 certutil -S -d sql:$PWD -t ,, -s "CN=John Doe" -n id-cert -c fake-smartcard-ca
61 …certutil -S -d sql:$PWD -t ,, -s "CN=John Doe (signing)" --nsCertType smime -n signing-cert -c fak…
62 …certutil -S -d sql:$PWD -t ,, -s "CN=John Doe (encryption)" --nsCertType sslClient -n encryption-c…
68 …qemu -usb -device usb-ccid -device ccid-card-emulated,backend=certificates,db=sql:$PWD,cert1=id-ce…
72 certutil -L -r -d sql:$PWD -o fake-smartcard-ca.cer -n fake-smartcard-ca
122 …vscclient -e "db=\"sql:$PWD\" use_hw=no soft=(,Test,CAC,,id-cert,signing-cert,encryption-cert)" <q…
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_build.sh19 SCRIPT_REL_PATH=$(realpath --relative-to=$PWD $0)
21 KDIR_ROOT_DIR=$(realpath $PWD/$SCRIPT_REL_DIR/../../../../)
50 echo -e "\$PWD: $PWD"
77 echo -e "\$PWD: $PWD"
/openbmc/linux/Documentation/kbuild/
H A Dmodules.rst77 $ make -C <path_to_kernel_src> M=$PWD
84 $ make -C /lib/modules/`uname -r`/build M=$PWD
89 $ make -C /lib/modules/`uname -r`/build M=$PWD modules_install
96 make -C $KDIR M=$PWD
103 M=$PWD
115 make -C $KDIR M=$PWD [target]
149 make -C $KDIR M=$PWD bar.lst
150 make -C $KDIR M=$PWD baz.o
151 make -C $KDIR M=$PWD foo.ko
152 make -C $KDIR M=$PWD ./
[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
/openbmc/linux/tools/virtio/
H A DMakefile23 ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test V=${V}
31 OOT_VHOST=`pwd`/../../drivers/vhost
43 ${OOT_BUILD} M=`pwd`/vhost_test
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/
H A Dtest.pl-adjust-for-ptest.patch43 +$pwd = "testpassword";
49 -print "Enter this user's password: "; chomp ($pwd = <STDIN>);
53 +print "The user's password: $pwd\n";
61 - print $r->check_pwd($user, $pwd) ? "" : "not ", "ok $t\n"; $t++;
62 + print $r->check_pwd($user, $pwd) ? "\nPASS: test$t\n" : "\nFAIL: test$t\n"; $t++;
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0002-start-stop-daemon-fix-tests.patch41 - 'output=$(start-stop-daemon -S -d /tmp -x pwd); echo $output' \
43 + 'output=$(start-stop-daemon -S -d $TMP_DIR -x pwd); echo $output' \
48 - 'output=$(start-stop-daemon -S --chdir /tmp -x pwd); echo $output' \
50 + 'output=$(start-stop-daemon -S --chdir $TMP_DIR -x pwd); echo $output' \
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_java_symbol.sh25 if [ -e "$PWD/tools/perf/libperf-jvmti.so" ]; then
26 LIBJVMTI=$PWD/tools/perf/libperf-jvmti.so
27 elif [ -e "$PWD/libperf-jvmti.so" ]; then
28 LIBJVMTI=$PWD/libperf-jvmti.so
/openbmc/phosphor-event/
H A D.build.sh21 -w "${PWD}" -v "${HOME}":"${HOME}" openbmc/phosphor-event gcc --version
23 -w "${PWD}" -v "${HOME}":"${HOME}" openbmc/phosphor-event make
25 -w "${PWD}" -v "${HOME}":"${HOME}" openbmc/phosphor-event make check
/openbmc/openbmc/poky/bitbake/contrib/
H A Dbbdev.sh10 if test x"$1" = x; then BBDIR=`pwd`; else BBDIR=$1; fi
11 if test x"$2" = x; then PKGDIR=`pwd`; else PKGDIR=$2; fi
12 if test x"$3" = x; then BUILDDIR=`pwd`; else BUILDDIR=$3; fi
/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/
H A Dnotempdir.patch14 @@ -56,7 +56,6 @@ DIST_SRC_ZIP ?= $(shell pwd)/$(DIST_NAME
15 DIST_SRC_TGZ ?= $(shell pwd)/$(DIST_NAME).tgz
16 DIST_WIN32 ?= $(shell pwd)/$(DIST_NAME)-win32.zip
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils/
H A D0001-dont-unset-cflags.patch25 # set up PWD so that older versions of make will work with our build.
26 PWD = $(shell pwd)
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch24 - -DSRCDIR_PATH=\"`cd .. ; pwd`\" \
25 - -DOBJDIR_PATH=\"`cd $(objpfx)/..; pwd`\" \
26 - -DOBJDIR_ELF_LDSO_PATH=\"`cd $(objpfx)/..; pwd`/elf/$(rtld-installed-name)\" \

12345678910>>...15