/src/sys/arch/atari/stand/ahdilabel/ |
openraw.c | 39 * Open raw disk partition. 47 if ((f = open (name, flags)) != -1) 51 if ((f = open (buf, flags)) != -1) 55 if ((f = open (buf, flags)) != -1)
|
/src/lib/libc/stdlib/ |
posix_openpt.c | 45 return open("/dev/ptmx", oflag);
|
/src/common/dist/zlib/contrib/iostream3/ |
test.cc | 17 outf.open("test1.txt.gz"); 26 inf.open("test1.txt.gz"); 33 outf.open("test2.txt.gz"); 42 inf.open("test2.txt.gz");
|
/src/sys/lib/libsa/ |
stat.c | 41 fd = open(str, 0);
|
getfile.c | 48 } while ((fd = open(buf, mode)) < 0);
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/ |
tegra210-p2571.dts | 21 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 30 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 39 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 48 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 57 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 65 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 73 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 81 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 89 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 97 nvidia,open-drain = <TEGRA_PIN_DISABLE> [all...] |
tegra210-p2595.dtsi | 17 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 26 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 35 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 44 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 53 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 61 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 69 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 77 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 85 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 93 nvidia,open-drain = <TEGRA_PIN_DISABLE> [all...] |
tegra210-p2894.dtsi | 36 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 45 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 54 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 63 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 72 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 80 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 88 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 96 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 104 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 112 nvidia,open-drain = <TEGRA_PIN_DISABLE> [all...] |
tegra210-smaug.dts | 49 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 58 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 67 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 76 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 85 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 94 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 102 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 110 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 118 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 126 nvidia,open-drain = <TEGRA_PIN_DISABLE> [all...] |
tegra210-p2597.dtsi | 51 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 60 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 69 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 78 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 87 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 95 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 103 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 110 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 117 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 124 nvidia,open-drain = <TEGRA_PIN_DISABLE> [all...] |
/src/lib/libc/compat-43/ |
creat.c | 51 return(open(path, O_WRONLY|O_CREAT|O_TRUNC, mode));
|
/src/lib/libperfuse/ |
perfuse.h | 44 #define open(path, flags) \ macro
|
/src/sbin/cgdconfig/ |
cgdconfig_hostops.c | 43 .op_open = open,
|
/src/sbin/raidctl/ |
raidctl_hostops.c | 44 .op_open = open,
|
/src/sys/arch/atari/stand/tostools/libtos/ |
cread.h | 41 #define open copen macro
|
/src/sys/dev/hdmicec/ |
hdmicec_if.h | 35 int (*open)(void *, int); member in struct:hdmicec_hw_if
|
/src/sys/dev/ic/ |
mpuvar.h | 38 int open; member in struct:mpu_softc
|
/src/sys/dev/ |
radio_if.h | 40 /* open hardware */ 41 int (*open)(void *, int, int, struct proc *); member in struct:radio_hw_if
|
/src/sys/modules/lua/ |
luavar.h | 38 lua_CFunction open; member in struct:lua_module
|
/src/sys/sys/ |
spawn.h | 58 #define fae_path fae_data.open.path 60 #define fae_oflag fae_data.open.oflag 62 #define fae_mode fae_data.open.mode 63 } open; member in union:posix_spawn_file_actions_entry::__anona75f4e88010a
|
/src/usr.sbin/envstat/ |
envstat_hostops.c | 43 .op_open = open,
|
prog_ops.h | 51 #define prog_open open
|
/src/usr.sbin/sesd/srcs/ |
inienc.c | 50 fd = open(*v, O_RDWR);
|
/src/tests/compat/linux/ |
h_inotify_watch_change.c | 47 RS(targetfd = open("test", LINUX_O_RDWR|LINUX_O_CREAT, 0644)); 55 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644)); 66 /* We should only get the open event. */ 67 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644)); 78 /* Now we should get both the open and the close. */ 79 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644));
|
/src/tests/lib/libc/c063/ |
t_o_search.c | 82 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1); 85 ATF_REQUIRE((dfd = open(DIR, O_RDONLY, 0)) != -1); 112 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1); 115 ATF_REQUIRE((dfd = open(DIR, O_RDONLY|O_SEARCH, 0)) != -1); 144 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1); 147 ATF_REQUIRE((dfd = open(DIR, O_RDONLY|O_SEARCH, 0)) != -1); 177 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1); 180 ATF_REQUIRE((dfd = open(DIR, O_RDONLY, 0)) != -1); 206 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1); 209 ATF_REQUIRE((dfd = open(DIR, O_RDONLY|O_SEARCH, 0)) != -1) [all...] |