Home
last modified time | relevance | path

Searched refs:pwd (Results 26 – 50 of 133) sorted by relevance

123456

/openbmc/openbmc/poky/scripts/contrib/
H A Doe-build-perf-report-email.py14 import pwd
68 pw_data = pwd.getpwuid(os.getuid())
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tigervnc/
H A Dtigervnc_1.11.0.bb89 olddir=`pwd`
110 olddir=`pwd`
119 olddir=`pwd`
/openbmc/linux/tools/testing/ktest/
H A Dconfig-bisect.pl63 my $pwd = `pwd`;
64 chomp $pwd;
65 my $tree = $pwd;
107 return "$pwd/$file";
/openbmc/linux/drivers/net/phy/mscc/
H A Dmscc_main.c283 u16 pwd[3] = {0, 0, 0}; in vsc85xx_wol_set() local
292 for (i = 0; i < ARRAY_SIZE(pwd); i++) in vsc85xx_wol_set()
293 pwd[i] = mac_addr[5 - (i * 2 + 1)] << 8 | in vsc85xx_wol_set()
305 for (i = 0; i < ARRAY_SIZE(pwd); i++) in vsc85xx_wol_set()
306 pwd[i] = wol_conf->sopass[5 - (i * 2 + 1)] << 8 | in vsc85xx_wol_set()
309 __phy_write(phydev, MSCC_PHY_WOL_MID_PASSWD, pwd[1]); in vsc85xx_wol_set()
355 u16 pwd[3] = {0, 0, 0}; in vsc85xx_wol_get() local
367 pwd[1] = __phy_read(phydev, MSCC_PHY_WOL_MID_PASSWD); in vsc85xx_wol_get()
369 for (i = 0; i < ARRAY_SIZE(pwd); i++) { in vsc85xx_wol_get()
370 wol_conf->sopass[5 - i * 2] = pwd[i] & 0x00ff; in vsc85xx_wol_get()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/swig/swig/
H A D0001-configure-use-pkg-config-for-pcre-detection.patch24 - if test -f `pwd`/pcre/pcre-swig-install/bin/pcre2-config; then
25 - PCRE2_CONFIG=`pwd`/pcre/pcre-swig-install/bin/pcre2-config
/openbmc/linux/drivers/net/wireless/ti/wl18xx/
H A Devent.c81 u8 pwd_len, u8 *pwd) in wlcore_smart_config_decode_event() argument
94 nla_put(skb, WLCORE_VENDOR_ATTR_PSK, pwd_len, pwd)) { in wlcore_smart_config_decode_event()
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dinclude.patch21 #include <pwd.h>
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p.c44 g_autofree char *pwd = g_get_current_dir(); in virtio_9p_create_local_test_dir() local
49 char *template = concat_path(pwd, "qtest-9p-local-XXXXXX"); in virtio_9p_create_local_test_dir()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A D0002-tmail-Include-ctype.h-for-isdigit.patch22 #include <pwd.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/
H A Dfix-ltmain.sh.patch25 absdir=`cd "$dir" && pwd`
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A Dfixedmeson.patch16 -meson="$(cd pyvenv/bin; pwd)/meson"
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dfix_warnings.patch14 #include <pwd.h>
H A Dsafe_finger.patch8 #include <pwd.h>
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/owfs/
H A D0001-Add-build-rule-for-README.patch21 …@LN_S@ -f `pwd`/@PACKAGE@-@VERSION@.tar.gz ${RPMDIR}/SOURCES/@PACKAGE@-@VERSION@_cvs_`date +"%Y%m%…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0006-include-limits.h-for-PATH_MAX.patch25 #include <pwd.h>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0014-Workaround-error-with-autoconf-2.7.patch32 -missing_dir=`cd $ac_aux_dir && pwd`
H A D0001-Add-autogen.sh.patch30 +parentdir=`pwd`
/openbmc/openbmc/meta-phosphor/classes/
H A Dimage_types_phosphor_nuvoton.bbclass11 local olddir="$(pwd)"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0001-common-utils-Include-string.h-for-strcasestr.patch43 #include <pwd.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils/
H A D0001-dont-unset-cflags.patch26 PWD = $(shell pwd)
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/
H A D0004-Use-fresh-X11-timestamps-when-displaying-authenticat.patch23 #include <pwd.h>
/openbmc/u-boot/lib/lzma/
H A DREADME.txt11 and lzma.txt from source archive into the lib_lzma directory (pwd).
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rsnapshot/
H A Drsnapshot_git.bb52 saved_dir=`pwd`
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/files/
H A D04-fix-FTBFS-clang.patch19 char *pwd = NULL;
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0008-libtool.patch13 func_normal_abspath would resolve an empty path to `pwd` so we need

123456