Home
last modified time | relevance | path

Searched refs:tempdirpath (Results 1 – 1 of 1) sorted by relevance

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