Searched refs:OPENFLAGS (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/arch/um/kernel/ |
D | initrd.c | 69 fd = os_open_file(filename, of_read(OPENFLAGS()), 0); in load_initrd()
|
/linux-2.6.39/arch/um/kernel/skas/ |
D | process.c | 17 fd = os_open_file("/proc/mm", of_cloexec(of_write(OPENFLAGS())), 0); in new_mm()
|
/linux-2.6.39/arch/um/drivers/ |
D | hostaudio_kern.c | 204 ret = os_open_file(dsp, of_set_rw(OPENFLAGS(), r, w), 0); in hostaudio_open() 265 ret = os_open_file(mixer, of_set_rw(OPENFLAGS(), r, w), 0); in hostmixer_open_mixdev()
|
D | random.c | 127 err = os_open_file("/dev/random", of_read(OPENFLAGS()), 0); in rng_init()
|
/linux-2.6.39/arch/um/os-Linux/drivers/ |
D | tuntap_user.c | 143 of_cloexec(of_rdwr(OPENFLAGS())), 0); in tuntap_open()
|
/linux-2.6.39/arch/um/include/shared/ |
D | os.h | 62 #define OPENFLAGS() ((struct openflags) { .r = 0, .w = 0, .s = 0, .c = 0, \ macro
|
/linux-2.6.39/fs/hppfs/ |
D | hppfs.c | 130 fd = os_open_file(host_file, of_read(OPENFLAGS()), 0); in file_removed() 463 fd = os_open_file(host_file, of_read(OPENFLAGS()), 0); in hppfs_open()
|
/linux-2.6.39/arch/um/os-Linux/ |
D | file.c | 157 *mode_out = OPENFLAGS(); in os_file_mode()
|