Searched refs:HOME (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/parisc/
H A Ddefpalo.conf15 --commandline=0/vmlinuz HOME=/ root=/dev/ram initrd=0/ramdisk panic_timeout=60 panic=-1
18 #--commandline=0/vmlinuz HOME=/ root=/dev/nfs nfsroot=HOSTNAME ip=bootp
21 #--commandline=0/vmlinuz HOME=/ root=/dev/sda1
/linux-master/scripts/
H A Dinstall.sh24 for file in "${HOME}/bin/${INSTALLKERNEL}" \
H A Dcheck-variable-fonts.sh35 # - Create $HOME/deny-vf/fontconfig/fonts.conf from template below, with
91 : ${FONTS_CONF_DENY_VF:=$HOME/deny-vf}
H A Dget_maintainer.pl409 $path =~ s@^~([^/]*)@ $1 ? (getpwnam($1))[7] : ( $ENV{HOME} || $ENV{LOGDIR} || (getpwuid($<))[7])@ex;
1488 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
/linux-master/tools/perf/tests/shell/coresight/
H A DMakefile.miniconfig5 prefix ?= $(HOME)
/linux-master/tools/lib/perf/Documentation/
H A DMakefile26 prefix ?=$(HOME)
/linux-master/tools/testing/selftests/nolibc/
H A Drun-tests.sh13 cache_dir="${XDG_CACHE_HOME:-"$HOME"/.cache}"
/linux-master/Documentation/
H A DMakefile33 FONTS_CONF_DENY_VF ?= $(HOME)/deny-vf
/linux-master/tools/perf/Documentation/
H A DMakefile37 prefix?=$(HOME)
/linux-master/tools/testing/selftests/bpf/
H A Dvmtest.sh38 OUTPUT_DIR="$HOME/.bpf_selftests"
/linux-master/drivers/net/ethernet/sis/
H A Dsis190.c305 HOME = 0x01, enumerator in enum:sis190_phy_type
1267 * If no one is link on, select PHY whose types is HOME as default.
1268 * If HOME doesn't exist, select LAN.
1292 if (phy->type == HOME)
1349 LAN : HOME) : p->type;
H A Dsis900.c126 #define HOME 0x0001 macro
137 { "AMD 79C901 HomePNA PHY", 0x0000, 0x6B90, HOME},
658 (mii_status & (MII_STAT_CAN_TX_FDX | MII_STAT_CAN_TX)) ? LAN : HOME;
728 * If no one is link on, select PHY whose types is HOME as default.
729 * If HOME doesn't exist, select LAN.
751 if (phy->phy_types == HOME)
1374 * If the types of mii phy is HOME, it doesn't need to auto-negotiate

Completed in 238 milliseconds