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

  /src/usr.sbin/rpc.bootparamd/
bootparamd.c 64 const char *bootpfile = _PATH_BOOTPARAMS; variable in typeref:typename:const char *
104 bootpfile = optarg;
119 if (stat(bootpfile, &buf))
120 err(1, "%s", bootpfile);
312 FILE *f = fopen(bootpfile, "r");
bootparamd.c 64 const char *bootpfile = _PATH_BOOTPARAMS; variable in typeref:typename:const char *
104 bootpfile = optarg;
119 if (stat(bootpfile, &buf))
120 err(1, "%s", bootpfile);
312 FILE *f = fopen(bootpfile, "r");
bootparamd.c 64 const char *bootpfile = _PATH_BOOTPARAMS; variable in typeref:typename:const char *
104 bootpfile = optarg;
119 if (stat(bootpfile, &buf))
120 err(1, "%s", bootpfile);
312 FILE *f = fopen(bootpfile, "r");

Completed in 157 milliseconds