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

/freebsd-10.0-release/sys/kern/
H A Dimgact_elf.c593 } *tempdata; local
613 tempdata = malloc(sizeof(*tempdata), M_TEMP, M_WAITOK);
614 nd = &tempdata->nd;
615 attr = &tempdata->attr;
616 imgp = &tempdata->image_params;
709 free(tempdata, M_TEMP);

Completed in 155 milliseconds