Home | History | Annotate | Download | only in ndbootd

Lines Matching defs:boot2_file_name

298 	char *boot2_file_name;
518 boot2_file_name = NULL;
647 if (boot2_file_name != NULL) {
648 free(boot2_file_name);
679 if ((boot2_file_name = malloc(strlen(boot2_x_name) + strlen("/00000000.SUN2") + 1)) != NULL) {
680 sprintf(boot2_file_name, "%s/%02X%02X%02X%02X.SUN2",
688 boot2_file_name = strdup(boot2_x_name);
690 if (boot2_file_name == NULL) {
694 if ((boot2_fd = open(boot2_file_name, O_RDONLY)) < 0) {
696 boot2_file_name, strerror(errno)));
701 boot2_file_name, strerror(errno)));
707 boot2_file_name, boot2_block_count));
871 boot2_file_name,
891 boot2_file_name,