Searched refs:sys_open (Results 1 - 25 of 51) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Ddo_mounts_initrd.c35 (void) sys_open("/dev/console",O_RDWR,0);
51 root_fd = sys_open("/", 0, 0);
52 old_fd = sys_open("/old", 0, 0);
88 int fd = sys_open("/dev/root.old", O_RDWR, 0);
H A Ddo_mounts.c71 fd = sys_open(path, 0, 0);
101 fd = sys_open(path, 0, 0);
310 * Allow the user to distinguish between failed sys_open
363 fd = sys_open("/dev/root", O_RDWR | O_NDELAY, 0);
369 fd = sys_open("/dev/console", O_RDWR, 0);
H A Ddo_mounts_md.c170 fd = sys_open(name, 0, 0);
233 fd = sys_open(name, 0, 0);
274 int fd = sys_open("/dev/md0", 0, 0);
H A Ddo_mounts_rd.c169 out_fd = sys_open("/dev/ram", O_RDWR, 0);
173 in_fd = sys_open(from, O_RDONLY, 0);
248 in_fd = sys_open(from, O_RDONLY, 0);
H A Dinitramfs.c279 wfd = sys_open(collected, openflags, mode);
565 fd = sys_open("/initrd.image", O_WRONLY|O_CREAT, 0700);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dpidfile.c40 fd = sys_open(pidFile, O_NONBLOCK | O_RDONLY, 0644);
95 fd = sys_open(pidFile, O_NONBLOCK | O_CREAT | O_WRONLY | O_EXCL, 0644);
H A Dgenrand.c121 fd = sys_open(fname,O_RDONLY,0);
156 fd = sys_open( "/dev/urandom", O_RDONLY,0);
H A Dpopt_common.c163 fd = sys_open(p, O_RDONLY, 0);
H A Dxfile.c112 ret->fd = sys_open(fname, flags, mode);
H A Dsystem.c367 return sys_open(path, O_WRONLY | O_CREAT | O_TRUNC, mode);
375 int sys_open(const char *path, int oflag, mode_t mode) function
978 return sys_open(unicode_to_unix(fname,wfname,sizeof(fname)), oflag, mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/web/
H A Dneg_lang.c38 fd = sys_open(p, flags, mode);
47 return sys_open(fname, flags, mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dnotify_kernel.c157 fd = sys_open(path,O_RDONLY, 0);
H A Dchgpasswd.c72 if ((master = sys_open("/dev/ptmx", O_RDWR, 0)) >= 0)
108 if ((master = sys_open(line, O_RDWR, 0)) >= 0)
151 if ((slave = sys_open(slavedev, O_RDWR, 0)) < 0)
H A Doplock_irix.c48 if((fd = sys_open(tmpname, O_RDWR|O_CREAT|O_EXCL|O_TRUNC, 0600)) < 0) {
H A Dvfs-wrap.c209 result = sys_open(fname, flags, mode);
423 if((ifd = sys_open (source, O_RDONLY, 0)) < 0)
430 if((ofd = sys_open (dest, O_WRONLY | O_CREAT | O_TRUNC | O_NOFOLLOW, 0600)) < 0 )
432 if((ofd = sys_open (dest, O_WRONLY | O_CREAT | O_TRUNC , 0600)) < 0 )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dcalls.S14 /* 5 */ .long sys_open
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dsyscall_table.S21 .long sys_open /* 5 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsystbls.S21 /*5*/ .long sys_open, sys_close, sys_wait4, sys_creat, sys_link
92 .long sunos_read, sunos_write, sys_open
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsyscall_table.S7 .long sys_open /* 5 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dsyscalltable.S26 .long sys_open /* 5 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dsyscalls.S42 .long sys_open /* 5 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dsyscalls.S28 .long sys_open /* 5 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dsyscalls.S16 SYSCALL(sys_open,sys_open,sys32_open_wrapper) /* 5 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsyscalls.h22 SYS(sys_open, 3) /* 4005 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dopen.c736 * Note that while the flag value (low two bits) for sys_open means:
974 asmlinkage long sys_open(const char __user *filename, int flags, int mode) function
986 EXPORT_SYMBOL_GPL(sys_open); variable
1010 return sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode);
1097 * on this flag in sys_open.

Completed in 269 milliseconds

123