HomeSort by: relevance | last modified time | path
    Searched defs:stat_buffer (Results 1 - 1 of 1) sorted by relevancy

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

Completed in 11 milliseconds