Searched refs:devpathcpy (Results 1 – 1 of 1) sorted by relevance
66 EFI_DEVICE_PATH *devpath, *devpathcpy, *tmpdevpath, *node; in efipart_init() local126 devpathcpy = malloc(devpathlen); in efipart_init()127 memcpy(devpathcpy, devpath, devpathlen); in efipart_init()128 node = devpathcpy; in efipart_init()132 tmpdevpath = devpathcpy; in efipart_init()135 free(devpathcpy); in efipart_init()