Lines Matching refs:devpath_string
471 char *devpath_string = NULL; in kobject_rename() local
487 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL); in kobject_rename()
488 if (!devpath_string) { in kobject_rename()
492 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath); in kobject_rename()
493 envp[0] = devpath_string; in kobject_rename()
517 kfree(devpath_string); in kobject_rename()
535 char *devpath_string = NULL; in kobject_move() local
553 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL); in kobject_move()
554 if (!devpath_string) { in kobject_move()
558 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath); in kobject_move()
559 envp[0] = devpath_string; in kobject_move()
572 kfree(devpath_string); in kobject_move()