Searched refs:open (Results 1 - 25 of 197) sorted by relevance

12345678

/arch/powerpc/boot/
H A Dofconsole.c45 console_ops.open = of_console_open;
H A Dmpc52xx-psc.c58 scdp->open = psc_open;
H A Dmktree.c81 if ((in_fd = open(argv[1], O_RDONLY)) < 0) {
82 perror("zImage open");
86 if ((out_fd = open(argv[2], (O_RDWR | O_CREAT | O_TRUNC), 0666)) < 0) {
87 perror("bootfile open");
H A Dserial.c25 return scdp->open();
139 console_ops.open = serial_open;
H A Dns16550.c71 scdp->open = ns16550_open;
H A Duartlite.c73 scdp->open = uartlite_open;
H A Dmain.c179 if (console_ops.open && (console_ops.open() < 0))
/arch/ia64/sn/kernel/sn2/
H A Dsn_proc_fs.c65 .open = partition_id_open,
72 .open = system_serial_number_open,
79 .open = licenseID_open,
86 .open = coherence_id_open,
93 .open = sn_topology_open,
H A Dprominfo_proc.c149 .open = proc_fit_open,
183 .open = proc_version_open,
/arch/um/drivers/
H A Dnull.c27 fd = open(DEV_NULL, O_RDWR);
43 .open = null_open,
H A Dtty.c52 fd = open(data->dev, mode);
73 .open = tty_open,
H A Dchan_user.h20 int (*open)(int, int, int, void *, char **); member in struct:chan_ops
H A Dpty.c50 printk(UM_KERN_ERR "open_pts : Failed to open pts\n");
94 master = open(line, O_RDWR);
144 .open = pty_open,
157 .open = pts_open,
/arch/mips/include/asm/
H A Dpmon.h15 int (*open) (char*, int, int); member in struct:callvectors
33 #define pmon_open(name, flags, mode) debug_vectors->open(name, flage, mode)
/arch/um/include/shared/
H A Dnet_user.h18 int (*open)(void *); member in struct:net_user_info
H A Dnet_kern.h34 int (*open)(void *); member in struct:uml_net_private
/arch/um/os-Linux/
H A Dtty.c32 fd = open("/dev/ptmx", O_RDWR);
35 printk(UM_KERN_ERR "get_pty : Couldn't open /dev/ptmx - "
/arch/alpha/boot/tools/
H A Dmkbb.c99 /* First, open the device and make sure it's accessible */
100 dev = open(argv[1], O_RDWR);
106 /* Now open the lxboot and make sure it's reasonable */
107 fd = open(argv[2], O_RDONLY);
/arch/arm/boot/dts/
H A Dat91sam9x5cm.dtsi101 linux,open-drain;
/arch/mips/sibyte/common/
H A Dsb_tbprof.c73 enum open_status open; member in struct:sbprof_tb
409 if (xchg(&sbp.open, SB_OPENING) != SB_CLOSED)
415 sbp.open = SB_CLOSED;
424 sbp.open = SB_OPEN;
435 if (minor != 0 || sbp.open != SB_CLOSED)
444 sbp.open = SB_CLOSED;
541 .open = sbprof_tb_open,
580 sbp.open = SB_CLOSED;
/arch/mips/fw/arc/
H A Dfile.c25 return ARC_CALL3(open, Path, OpenMode, FileID);
/arch/sh/mm/
H A Dasids-debugfs.c56 .open = asids_debugfs_open,
/arch/um/kernel/
H A Dexitcode.c60 .open = exitcode_proc_open,
/arch/ia64/kernel/
H A Dsalinfo.c149 int open; /* single-open to prevent races */ member in struct:salinfo_data
275 if (!data->open)
354 .open = salinfo_event_open,
368 if (data->open) {
372 data->open = 1;
377 data->open = 0;
396 data->open = 0;
564 .open = salinfo_log_open,
698 .open
[all...]
/arch/sparc/boot/
H A Dpiggyback.c205 if ((image = open(argv[2], O_RDWR)) < 0)
262 if ((tail = open(argv[4], O_RDONLY)) < 0)

Completed in 2009 milliseconds

12345678