Searched refs:devpath_string (Results 1 – 1 of 1) sorted by relevance
448 char *devpath_string = NULL; in kobject_rename() local462 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL); in kobject_rename()463 if (!devpath_string) { in kobject_rename()467 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath); in kobject_rename()468 envp[0] = devpath_string; in kobject_rename()492 kfree(devpath_string); in kobject_rename()510 char *devpath_string = NULL; in kobject_move() local528 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL); in kobject_move()529 if (!devpath_string) { in kobject_move()533 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath); in kobject_move()[all …]