Searched refs:O_RDONLY (Results 1 - 21 of 21) sorted by relevance

/netgear-R7800-V1.0.2.28/package/disktype/src/
H A Dmain.c85 fd = open(filename, O_RDONLY);
/netgear-R7800-V1.0.2.28/package/dni-libmtd/src/
H A Dlibmtd_legacy.c74 fd = open(MTD_PROC_FILE, O_RDONLY);
161 fd = open(MTD_PROC_FILE, O_RDONLY);
265 fd = open(node, O_RDONLY);
H A Dmtd.c109 if ((rfd = open(img, O_RDONLY)) < 0) {
308 if ((fd = open(mtd_device, O_RDONLY |O_SYNC)) < 0)
H A Dlibmtd.c80 fd = open(file, O_RDONLY | O_CLOEXEC);
204 fd = open(file, O_RDONLY | O_CLOEXEC);
256 fd = open(file, O_RDONLY | O_CLOEXEC);
541 fd = open(file, O_RDONLY | O_CLOEXEC);
1306 in_fd = open(img_name, O_RDONLY | O_CLOEXEC);
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A DR7600.c97 if ((fd = open(argv[1], O_RDONLY)) < 0
H A DR7800.c97 if ((fd = open(argv[1], O_RDONLY)) < 0
H A Dadd_header.c97 if ((fd = open(argv[2], O_RDONLY)) < 0
H A Dwndr3700.c108 if ((fd = open(argv[1], O_RDONLY)) < 0
H A Dmkbrncmdline.c111 if ((fd = open(input_file, O_RDONLY)) < 0
H A Dmkbrnimg.c111 if ((fd = open(path, O_RDONLY)) < 0
H A Dmotorola-bin.c131 if ((fd = open(argv[2], O_RDONLY)) < 0
H A Dwrt400n.c196 kernelfd = open(kernelfilename, O_RDONLY);
221 rootfsfd = open(rootfsfilename, O_RDONLY);
H A Dairlink.c112 fkd = open(kname, O_RDONLY);
117 fsd = open(fsname, O_RDONLY);
H A Dnand_ecc.c168 infd = open(argv[0], O_RDONLY, 0);
H A Dmkfwimage2.c101 fd = open(d->filename, O_RDONLY);
H A Dmkfwimage.c148 fd = open(d->filename, O_RDONLY);
/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyportenv.h161 #ifndef O_RDONLY
162 #define O_RDONLY 00 macro
/netgear-R7800-V1.0.2.28/tools/flock/src/
H A Dflock.c208 fd = open(filename, O_RDONLY|O_NOCTTY|O_CREAT, 0666);
212 fd = open(filename, O_RDONLY|O_NOCTTY);
/netgear-R7800-V1.0.2.28/scripts/config/lxdialog/
H A Dtextbox.c47 if ((fd = open(file, O_RDONLY)) == -1) {
/netgear-R7800-V1.0.2.28/package/mtd/src/
H A Dmtd.c683 if ((imagefd = open(argv[1], O_RDONLY)) < 0) {
/netgear-R7800-V1.0.2.28/package/noip2/src/
H A Dnoip2.c1342 fd = open(name, O_RDONLY);
1536 fd = open(config_filename, O_RDONLY);

Completed in 79 milliseconds