Searched refs:open (Results 226 - 250 of 2544) sorted by path

1234567891011>>

/linux-master/arch/um/include/shared/
H A Dnet_user.h18 int (*open)(void *); member in struct:net_user_info
/linux-master/arch/um/os-Linux/drivers/
H A Dethertap_user.c241 .open = etap_open,
H A Dtuntap_user.c143 printk(UM_KERN_ERR "Failed to open /dev/net/tun, "
208 .open = tuntap_open,
/linux-master/arch/um/os-Linux/
H A Dfile.c326 fd = open(file, O_RDONLY, 0);
329 printk(UM_KERN_ERR "Couldn't open \"%s\", "
H A Dmem.c132 fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700);
150 os_warn("open - cannot create %s: %s\n", tempname,
H A Dprocess.c34 fd = open(proc_stat, O_RDONLY, 0);
36 printk(UM_KERN_ERR "os_process_pc - couldn't open '%s', "
69 fd = open(stat, O_RDONLY, 0);
71 printk(UM_KERN_ERR "Couldn't open '%s', errno = %d\n", stat,
H A Dstart_up.c316 fd = open(file, O_RDWR, 0);
318 perror("parse_iomem - Couldn't open io file");
H A Dtty.c32 fd = open("/dev/ptmx", O_RDWR);
35 printk(UM_KERN_ERR "get_pty : Couldn't open /dev/ptmx - "
H A Dumid.c148 fd = open(file, O_RDONLY);
152 printk(UM_KERN_ERR "is_umdir_used : couldn't open pid "
223 fd = open(file, O_RDWR | O_CREAT | O_EXCL, 0644);
/linux-master/arch/x86/boot/tools/
H A Dbuild.c154 die("Unable to open `%s': %m", fname);
193 die("Unable to open `%s': %m", argv[1]);
212 fd = open(argv[2], O_RDONLY);
214 die("Unable to open `%s': %m", argv[2]);
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.c190 int fd = open(name, O_RDONLY);
192 err(1, "open(%s)", name);
/linux-master/arch/x86/kernel/
H A Dapm_32.c158 * 1.15: Don't queue events to clients who open the device O_WRONLY.
159 * Don't expect replies from clients who open the device O_RDONLY.
1882 .open = do_open,
H A Dcallthunks.c374 .open = callthunks_debug_open,
H A Dcpuid.c123 .open = cpuid_open,
H A Dkdebugfs.c71 .open = simple_open,
H A Dmsr.c232 .open = msr_open,
/linux-master/arch/x86/kernel/cpu/
H A Ddebugfs.c44 .open = cpu_debug_open,
78 .open = dom_debug_open,
/linux-master/arch/x86/kernel/cpu/mce/
H A Ddev-mcelog.c125 static int mce_chrdev_open_exclu; /* already open exclusive? */
327 .open = mce_chrdev_open,
H A Dseverity.c472 .open = severities_coverage_open,
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c1280 .open = simple_open,
1465 /* Perform a non-seekable open - llseek is not supported */
1575 .open = pseudo_lock_dev_open,
/linux-master/arch/x86/kernel/cpu/sgx/
H A Ddriver.c129 .open = sgx_open,
H A Dencl.c689 .open = sgx_vma_open,
H A Dvirt.c294 .open = sgx_vepc_open,
/linux-master/arch/x86/kvm/
H A Ddebugfs.c186 .open = kvm_mmu_rmaps_stat_open,
/linux-master/arch/x86/mm/pat/
H A Dmemtype.c1220 .open = memtype_seq_open,

Completed in 860 milliseconds

1234567891011>>