Lines Matching defs:image_fd
2508 int image_fd;
2516 image_fd = open((const char *)prop_list,
2518 if (image_fd == -1)
2521 if (fstat(image_fd, &statbuf) != 0) {
2522 (void) close(image_fd);
2528 (void) close(image_fd);
2532 size = read(image_fd, filebuf, statbuf.st_size);
2534 (void) close(image_fd);
2540 (void) close(image_fd);
2546 (void) close(image_fd);
2551 (void) close(image_fd);