Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_sig.c3738 size_t fullpathsize; in coredump() local
3841 fullpathsize = MAXPATHLEN; in coredump()
3842 freepath = malloc(fullpathsize, M_TEMP, M_WAITOK); in coredump()
3843 if (vn_getcwd(freepath, &fullpath, &fullpathsize) != 0) { in coredump()