Lines Matching defs:boot2_x_name
297 const char *boot2_x_name;
349 boot2_x_name = NULL;
359 boot2_x_name = argv[argv_i];
422 if (boot2_x_name != NULL) {
423 if (stat(boot2_x_name, &stat_buffer) < 0) {
425 _ndbootd_argv0, boot2_x_name, strerror(errno));
432 _ndbootd_argv0, boot2_x_name);
674 if (boot2_x_name != NULL) {
679 if ((boot2_file_name = malloc(strlen(boot2_x_name) + strlen("/00000000.SUN2") + 1)) != NULL) {
681 boot2_x_name,
688 boot2_file_name = strdup(boot2_x_name);