Searched refs:simc_open (Results 1 – 3 of 3) sorted by relevance
34 static inline int simc_open(const char *file, int flags, int mode) in simc_open() function
165 dev->fd = simc_open(filename, O_RDWR, 0); in simdisk_attach()
164 fd = simc_open("/dev/net/tun", 02, 0); /* O_RDWR */ in tuntap_open()