fPublishedName
char *fPublishedName;
fPublishedName = (char*)"raw";
if (fPublishedName)
fPublishedName = strdup(buffer);
if (!fPublishedName)
free(fPublishedName);
fPublishedName = NULL;
if (!fPublishedName)
free(fPublishedName);
fPublishedName = NULL;
if (!fPublishedName)
if (strcmp(fPublishedName, newNameBuffer) == 0)
error = devfs_rename_partition(Device()->Path(), fPublishedName, newName);
free(fPublishedName);
fPublishedName = newName;
return fPublishedName != NULL;