Lines Matching refs:devpath_string
463 char *devpath_string = NULL; in kobject_rename() local
479 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL); in kobject_rename()
480 if (!devpath_string) { in kobject_rename()
484 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath); in kobject_rename()
485 envp[0] = devpath_string; in kobject_rename()
509 kfree(devpath_string); in kobject_rename()
527 char *devpath_string = NULL; in kobject_move() local
545 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL); in kobject_move()
546 if (!devpath_string) { in kobject_move()
550 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath); in kobject_move()
551 envp[0] = devpath_string; in kobject_move()
564 kfree(devpath_string); in kobject_move()