Home
last modified time | relevance | path

Searched refs:stat_buffer (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/ndbootd/
H A Dndbootd.c306 struct stat stat_buffer; in main() local
423 if (stat(boot2_x_name, &stat_buffer) < 0) { in main()
428 if (S_ISDIR(stat_buffer.st_mode)) { in main()
430 } else if (!S_ISREG(stat_buffer.st_mode)) { in main()
659 if (fstat(boot1_fd, &stat_buffer) < 0) { in main()
664 boot1_byte_count = stat_buffer.st_size; in main()
699 if (fstat(boot2_fd, &stat_buffer) < 0) { in main()
704 boot2_byte_count = stat_buffer.st_size; in main()