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

/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c260 char *fwplugdirpath, *tempdirpath; local
281 if ((fwplugdirpath = calloc(1, MAXPATHLEN + 1)) == NULL) {
292 (void) strlcpy(fwplugdirpath, tempdirpath,
295 (void) strlcpy(fwplugdirpath, FWPLUGINDIR,
299 if ((dirp = opendir(fwplugdirpath)) == NULL) {
302 fwplugdirpath);
345 fwplugdirpath, plugdir->d_name);
502 fwplugdirpath);
506 free(fwplugdirpath);

Completed in 44 milliseconds