Searched refs:fullpathsize (Results 1 – 1 of 1) sorted by relevance
3738 size_t fullpathsize; in coredump() local3841 fullpathsize = MAXPATHLEN; in coredump()3842 freepath = malloc(fullpathsize, M_TEMP, M_WAITOK); in coredump()3843 if (vn_getcwd(freepath, &fullpath, &fullpathsize) != 0) { in coredump()