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

  /src/usr.sbin/ndbootd/
ndbootd.c 301 int boot1_fd; local in function:main
517 boot1_fd = -1;
644 if (boot1_fd >= 0) {
645 close(boot1_fd);
654 if ((boot1_fd = open(boot1_file_name, O_RDONLY)) < 0) {
659 if (fstat(boot1_fd, &stat_buffer) < 0) {
821 if (lseek(boot1_fd, file_offset, SEEK_SET) < 0) {
829 byte_count_read = read(boot1_fd, disk_buffer + disk_buffer_offset, byte_count_wanted);
ndbootd.c 301 int boot1_fd; local in function:main
517 boot1_fd = -1;
644 if (boot1_fd >= 0) {
645 close(boot1_fd);
654 if ((boot1_fd = open(boot1_file_name, O_RDONLY)) < 0) {
659 if (fstat(boot1_fd, &stat_buffer) < 0) {
821 if (lseek(boot1_fd, file_offset, SEEK_SET) < 0) {
829 byte_count_read = read(boot1_fd, disk_buffer + disk_buffer_offset, byte_count_wanted);

Completed in 91 milliseconds