Searched refs:open (Results 1 - 25 of 2525) sorted by path

1234567891011>>

/linux-master/Documentation/sound/cards/
H A Dmultisound.sh492 X if ((fd = open(argv[1], O_RDWR)) < 0) {
1106 X if ((fd = open(argv[1], O_RDWR)) < 0) {
/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim5 " use the usual vim fold commands, such as "za", to open and close nested
/linux-master/Documentation/usb/
H A Dusbdevfs-drop-permissions.c61 fd = open(argv[1], O_RDWR);
63 printf("Failed to open file\n");
/linux-master/arch/alpha/boot/tools/
H A Dmkbb.c100 /* First, open the device and make sure it's accessible */
101 dev = open(argv[1], O_RDWR);
107 /* Now open the lxboot and make sure it's reasonable */
108 fd = open(argv[2], O_RDONLY);
/linux-master/arch/arm/vdso/
H A Dvdsomunge.c138 infd = open(infile, O_RDONLY);
140 fail("Cannot open %s: %s\n", infile, strerror(errno));
179 outfd = open(outfile, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
181 fail("Cannot open %s: %s\n", outfile, strerror(errno));
/linux-master/arch/m68k/bvme6000/
H A Drtc.c133 * We enforce only one user at a time here with the open/close.
156 .open = rtc_open,
/linux-master/arch/m68k/mvme16x/
H A Drtc.c121 * We enforce only one user at a time here with the open/close.
145 .open = rtc_open,
/linux-master/arch/mips/kernel/
H A Drtlx.c396 .open = file_open,
/linux-master/arch/mips/mm/
H A Dsc-debugfs.c46 .open = simple_open,
/linux-master/arch/powerpc/boot/
H A Daddnote.c125 fd = open(av[1], O_RDWR);
H A Dcpm-serial.c289 scdp->open = cpm_serial_open;
H A Dhack-coff.c41 if ((fd = open(av[1], 2)) == -1) {
H A Dmktree.c82 if ((in_fd = open(argv[1], O_RDONLY)) < 0) {
83 perror("zImage open");
87 if ((out_fd = open(argv[2], (O_RDWR | O_CREAT | O_TRUNC), 0666)) < 0) {
88 perror("bootfile open");
H A Dmpc52xx-psc.c59 scdp->open = psc_open;
H A Dofconsole.c41 console_ops.open = of_console_open;
H A Dopal.c92 scdp->open = opal_con_open;
/linux-master/arch/sh/mm/
H A Dtlb-debugfs.c144 .open = tlb_debugfs_open,
/linux-master/drivers/atm/
H A Dadummy.c136 .open = adummy_open,
/linux-master/drivers/bluetooth/
H A Dbt3c_cs.c565 hdev->open = bt3c_hci_open;
H A Ddtl1_cs.c464 hdev->open = dtl1_hci_open;
/linux-master/drivers/char/
H A Dadi.c209 .open = adi_open,
H A Dds1620.c353 .open = ds1620_open,
H A Ddtlk.c108 .open = dtlk_open,
H A Dpc8736x_gpio.c226 dev_dbg(&pdev->dev, "open %d\n", m);
235 .open = pc8736x_gpio_open,
H A Dscx200_gpio.c69 .open = scx200_gpio_open,

Completed in 294 milliseconds

1234567891011>>