Lines Matching refs:devpath_string
503 char *devpath_string = NULL; in kobject_rename() local
519 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL); in kobject_rename()
520 if (!devpath_string) { in kobject_rename()
524 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath); in kobject_rename()
525 envp[0] = devpath_string; in kobject_rename()
549 kfree(devpath_string); in kobject_rename()
567 char *devpath_string = NULL; in kobject_move() local
585 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL); in kobject_move()
586 if (!devpath_string) { in kobject_move()
590 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath); in kobject_move()
591 envp[0] = devpath_string; in kobject_move()
604 kfree(devpath_string); in kobject_move()