Lines Matching refs:devpath_string
479 char *devpath_string = NULL; in kobject_rename() local
495 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL); in kobject_rename()
496 if (!devpath_string) { in kobject_rename()
500 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath); in kobject_rename()
501 envp[0] = devpath_string; in kobject_rename()
525 kfree(devpath_string); in kobject_rename()
543 char *devpath_string = NULL; in kobject_move() local
561 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL); in kobject_move()
562 if (!devpath_string) { in kobject_move()
566 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath); in kobject_move()
567 envp[0] = devpath_string; in kobject_move()
580 kfree(devpath_string); in kobject_move()