Lines Matching refs:devpath_string
404 char *devpath_string = NULL; in kobject_rename() local
418 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL); in kobject_rename()
419 if (!devpath_string) { in kobject_rename()
423 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath); in kobject_rename()
424 envp[0] = devpath_string; in kobject_rename()
448 kfree(devpath_string); in kobject_rename()
466 char *devpath_string = NULL; in kobject_move() local
483 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL); in kobject_move()
484 if (!devpath_string) { in kobject_move()
488 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath); in kobject_move()
489 envp[0] = devpath_string; in kobject_move()
502 kfree(devpath_string); in kobject_move()