Lines Matching refs:devpath_string
460 char *devpath_string = NULL; in kobject_rename() local
474 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL); in kobject_rename()
475 if (!devpath_string) { in kobject_rename()
479 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath); in kobject_rename()
480 envp[0] = devpath_string; in kobject_rename()
504 kfree(devpath_string); in kobject_rename()
522 char *devpath_string = NULL; in kobject_move() local
540 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL); in kobject_move()
541 if (!devpath_string) { in kobject_move()
545 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath); in kobject_move()
546 envp[0] = devpath_string; in kobject_move()
559 kfree(devpath_string); in kobject_move()