Home
last modified time | relevance | path

Searched refs:fname_buf (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/sys/
HDimgact.h47 char *fname_buf; /* pointer to optional malloc(M_TEMP) buffer */ member
/trueos/sys/kern/
HDkern_exec.c1244 if (args->fname_buf != NULL) { in exec_free_args()
1245 free(args->fname_buf, M_TEMP); in exec_free_args()
1246 args->fname_buf = NULL; in exec_free_args()
/trueos/sys/i386/linux/
HDlinux_sysvec.c896 imgp->args->fname_buf = in exec_linux_imgact_try()
/trueos/sys/amd64/linux32/
HDlinux32_sysvec.c803 imgp->args->fname_buf = in exec_linux_imgact_try()