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

  /src/usr.sbin/ndbootd/
ndbootd.c 302 int boot2_fd; local in function:main
519 boot2_fd = -1;
650 if (boot2_fd >= 0) {
651 close(boot2_fd);
694 if ((boot2_fd = open(boot2_file_name, O_RDONLY)) < 0) {
699 if (fstat(boot2_fd, &stat_buffer) < 0) {
865 if (boot2_fd >= 0
869 if (lseek(boot2_fd, file_offset, SEEK_SET) < 0) {
877 byte_count_read = read(boot2_fd, disk_buffer + disk_buffer_offset, byte_count_wanted);
ndbootd.c 302 int boot2_fd; local in function:main
519 boot2_fd = -1;
650 if (boot2_fd >= 0) {
651 close(boot2_fd);
694 if ((boot2_fd = open(boot2_file_name, O_RDONLY)) < 0) {
699 if (fstat(boot2_fd, &stat_buffer) < 0) {
865 if (boot2_fd >= 0
869 if (lseek(boot2_fd, file_offset, SEEK_SET) < 0) {
877 byte_count_read = read(boot2_fd, disk_buffer + disk_buffer_offset, byte_count_wanted);
ndbootd.c 302 int boot2_fd; local in function:main
519 boot2_fd = -1;
650 if (boot2_fd >= 0) {
651 close(boot2_fd);
694 if ((boot2_fd = open(boot2_file_name, O_RDONLY)) < 0) {
699 if (fstat(boot2_fd, &stat_buffer) < 0) {
865 if (boot2_fd >= 0
869 if (lseek(boot2_fd, file_offset, SEEK_SET) < 0) {
877 byte_count_read = read(boot2_fd, disk_buffer + disk_buffer_offset, byte_count_wanted);

Completed in 33 milliseconds