Searched defs:tempdirpath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c260 char *fwplugdirpath, *tempdirpath; local
289 tempdirpath = getenv("FWPLUGINDIR");
291 if ((fwflash_debug > 0) && (tempdirpath != NULL)) {
292 (void) strlcpy(fwplugdirpath, tempdirpath,
293 strlen(tempdirpath) + 1);
524 char *fwvrfydirpath, *tempdirpath, *filename; local
584 tempdirpath = getenv("FWVERIFYPLUGINDIR");
586 if ((fwflash_debug > 0) && (tempdirpath != NULL)) {
587 (void) strlcpy(fwvrfydirpath, tempdirpath,
588 strlen(tempdirpath)
[all...]

Completed in 168 milliseconds