Searched defs:fd (Results 1 – 6 of 6) sorted by relevance
56 int fd; in mcuboot_watchdog_feed() local95 int fd; in mcuboot_watchdog_init() local
80 int fd = open("/dev/urandom", O_RDONLY | O_CLOEXEC); in default_CSPRNG() local
105 __attribute__((weak)) int _write (int fd, const char *ptr, int len) in _write()158 __attribute__((weak)) int _read (int fd, char *ptr, int len) in _read()
67 int fd; /* File descriptor for an open flash area */ member249 int fd; in flash_area_open() local
126 let mut fd = File::create(path)?; in write_file() localVariable