Searched refs:HOME (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | perf-with-kcore.sh | 128 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -user "$USER" -print -quit) 129 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -user "$USER" -print -quit) 130 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type l ! -user "$USER" -print -quit) 132 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -group "$GROUPS" -print -quit) 133 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -group "$GROUPS" -print -quit) 134 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type l ! -group "$GROUPS" -print -quit)
|
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
H A D | Makefile | 47 # If we install under $HOME directory we go under 48 # $(HOME)/.local/lib/traceevent/plugins 50 # We dont set PLUGIN_DIR in case we install under $HOME 52 # $(HOME)/.local/lib/traceevent/plugins by default. 55 ifeq ($(prefix),$(HOME)) 56 override plugin_dir = $(HOME)/.local/lib/traceevent/plugins
|
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/ |
H A D | Makefile | 26 prefix ?=$(HOME)
|
/kernel/linux/linux-6.6/tools/lib/perf/Documentation/ |
H A D | Makefile | 26 prefix ?=$(HOME)
|
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/ |
H A D | Makefile | 22 prefix?=$(HOME)
|
/kernel/linux/linux-6.6/tools/perf/Documentation/ |
H A D | Makefile | 37 prefix?=$(HOME)
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | vmtest.sh | 38 OUTPUT_DIR="$HOME/.bpf_selftests"
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sis/ |
H A D | sis900.c | 126 #define HOME 0x0001 macro 137 { "AMD 79C901 HomePNA PHY", 0x0000, 0x6B90, HOME}, 651 (mii_status & (MII_STAT_CAN_TX_FDX | MII_STAT_CAN_TX)) ? LAN : HOME; in sis900_mii_probe() 721 * If no one is link on, select PHY whose types is HOME as default. 722 * If HOME doesn't exist, select LAN. 744 if (phy->phy_types == HOME) in sis900_default_phy() 1367 * If the types of mii phy is HOME, it doesn't need to auto-negotiate
|
H A D | sis190.c | 305 HOME = 0x01, enumerator 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) in sis190_default_phy() 1349 LAN : HOME) : p->type; in sis190_init_phy()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sis/ |
H A D | sis900.c | 126 #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; in sis900_mii_probe() 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) in sis900_default_phy() 1374 * If the types of mii phy is HOME, it doesn't need to auto-negotiate
|
H A D | sis190.c | 305 HOME = 0x01, enumerator 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) in sis190_default_phy() 1349 LAN : HOME) : p->type; in sis190_init_phy()
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
H A D | Makefile | 40 prefix?=$(HOME)
|
/kernel/linux/linux-5.10/scripts/ |
H A D | get_maintainer.pl | 405 $path =~ s@^~([^/]*)@ $1 ? (getpwnam($1))[7] : ( $ENV{HOME} || $ENV{LOGDIR} || (getpwuid($<))[7])@ex; 1481 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_maintainer.pl | 405 $path =~ s@^~([^/]*)@ $1 ? (getpwnam($1))[7] : ( $ENV{HOME} || $ENV{LOGDIR} || (getpwuid($<))[7])@ex; 1482 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
|
Completed in 19 milliseconds