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

  /src/usr.sbin/ndbootd/
ndbootd.c 297 const char *boot2_x_name; local in function:main
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,
    [all...]
ndbootd.c 297 const char *boot2_x_name; local in function:main
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,
    [all...]

Completed in 106 milliseconds