Home
last modified time | relevance | path

Searched refs:access_file (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Ddisable-i3c-hub8 local access_file
27 access_file="$file"
35 echo 105 > "$access_file"
39 current_port=$(cat "$access_file")
46 echo $current_port > "$access_file"
50 echo 0 > "$access_file"
H A Den-i3c-hub-scan-fru10 local access_file
31 access_file="$file"
39 echo 105 > "$access_file"
43 current_port=$(cat "$access_file")
49 echo $current_port > "$access_file"
50 cat "$access_file"
54 echo 0 > "$access_file"
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Dchassis-poweroff30 local access_file
50 access_file="$file"
58 echo 105 > "$access_file"
62 current_port=$(cat "$access_file")
69 echo $current_port > "$access_file"
70 cat "$access_file"
74 echo 0 > "$access_file"
H A Dchassis-powercycle36 local access_file
56 access_file="$file"
64 echo 105 > "$access_file"
68 current_port=$(cat "$access_file")
75 echo $current_port > "$access_file"
76 cat "$access_file"
80 echo 0 > "$access_file"
/openbmc/linux/fs/hostfs/
H A Dhostfs_user_exp.c5 EXPORT_SYMBOL_GPL(access_file);
H A Dhostfs.h73 extern int access_file(char *path, int r, int w, int x);
H A Dhostfs_user.c57 int access_file(char *path, int r, int w, int x) in access_file() function
H A Dhostfs_kern.c796 err = access_file(name, r, w, x); in hostfs_permission()