Searched refs:open (Results 151 - 175 of 2544) sorted by path

1234567891011>>

/linux-master/Documentation/sphinx/
H A Dkfigure.py88 with open(fname, "r") as src:
354 with open(out_fname, "w") as out:
538 with open(tmp_fname, "w") as out:
H A Dload_config.py51 with open(config_file, 'rb') as f:
H A Dmaintainers_include.py63 for line in open(path):
168 #print(output, file=open("/tmp/MAINTAINERS.rst", "w"))
/linux-master/Documentation/trace/postprocess/
H A Ddecode_msr.py9 with open(sys.argv[1] if len(sys.argv) > 1 else "msr-index.h", "r") as f:
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c91 fd = open(inname, O_RDONLY);
93 perror("open");
99 ofd = open(argv[i++], O_WRONLY | O_CREAT | O_TRUNC, 0666);
101 perror("open");
/linux-master/arch/alpha/kernel/
H A Dsrmcons.c190 .open = srmcons_open,
/linux-master/arch/alpha/lib/
H A Dcallback_srm.S79 CALLBACK(open, CCB_OPEN, 3)
/linux-master/arch/arm64/kernel/pi/
H A Drelacheck.c54 fd = open(argv[1], O_RDWR);
56 fprintf(stderr, "failed to open %s\n", argv[1]);
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c254 fd = open(path, O_RDONLY);
256 fatal_perror("Could not open ELF file");
/linux-master/arch/m68k/emu/
H A Dnfcon.c94 .open = nfcon_tty_open,
/linux-master/arch/mips/boot/
H A Delf2ecoff.c300 if ((infile = open(argv[1], O_RDONLY)) < 0) {
301 fprintf(stderr, "Can't open %s for read: %s\n",
507 if ((outfile = open(argv[2], O_WRONLY | O_CREAT, 0777)) < 0) {
/linux-master/arch/mips/dec/
H A Dint-handler.S150 # open coded PTR_LA t1, cpu_mask_nr_tbl
152 # open coded la t1, cpu_mask_nr_tbl
206 # open coded PTR_LA t1,asic_mask_nr_tbl
208 # open coded la t1, asic_mask_nr_tbl
/linux-master/arch/mips/include/asm/
H A Dsgiarcs.h223 LONG open; member in struct:linux_romvec
/linux-master/arch/mips/kernel/
H A Dvpe.c866 .open = vpe_open,
/linux-master/arch/mips/sibyte/common/
H A Dsb_tbprof.c61 enum open_status open; member in struct:sbprof_tb
397 if (xchg(&sbp.open, SB_OPENING) != SB_CLOSED)
403 sbp.open = SB_CLOSED;
412 sbp.open = SB_OPEN;
423 if (minor != 0 || sbp.open != SB_CLOSED)
432 sbp.open = SB_CLOSED;
529 .open = sbprof_tb_open,
565 sbp.open = SB_CLOSED;
/linux-master/arch/mips/tools/
H A Dloongson3-llsc-check.c251 vmlinux_fd = open(vmlinux_path, O_RDONLY);
253 perror("Unable to open vmlinux");
/linux-master/arch/mips/vdso/
H A Dgenvdso.c115 fd = open(path, O_RDWR);
117 fprintf(stderr, "%s: Failed to open '%s': %s\n", program_name,
253 fprintf(stderr, "%s: Failed to open '%s': %s\n", program_name,
/linux-master/arch/parisc/kernel/
H A Dperf.c19 * so the only protection that is needed is at open and close.
22 * modification of the state during open/close operations so
474 .open = perf_open,
/linux-master/arch/powerpc/boot/
H A Dmain.c241 if (console_ops.open && (console_ops.open() < 0))
H A Dns16550.c77 scdp->open = ns16550_open;
H A Dops.h58 int (*open)(void); member in struct:console_ops
68 int (*open)(void); member in struct:serial_console_data
H A Dserial.c23 return scdp->open();
141 console_ops.open = serial_open;
/linux-master/arch/powerpc/kernel/
H A Ddawr.c89 .open = simple_open,
H A Deeh.c1700 .open = simple_open,
1744 .open = simple_open,
1864 .open = simple_open,
1911 .open = simple_open,
H A Dnvram_64.c538 .open = nvram_pstore_open,

Completed in 363 milliseconds

1234567891011>>