Searched refs:devpath_string (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dkobject.c404 char *devpath_string = NULL; local
418 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL);
419 if (!devpath_string) {
423 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath);
424 envp[0] = devpath_string;
448 kfree(devpath_string);
466 char *devpath_string = NULL; local
483 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL);
484 if (!devpath_string) {
488 sprintf(devpath_string, "DEVPATH_OL
[all...]

Completed in 84 milliseconds