Searched refs:fullpathsize (Results 1 – 1 of 1) sorted by relevance
4152 size_t fullpathsize; in coredump() local4255 fullpathsize = MAXPATHLEN; in coredump()4256 freepath = malloc(fullpathsize, M_TEMP, M_WAITOK); in coredump()4257 if (vn_getcwd(freepath, &fullpath, &fullpathsize) != 0) { in coredump()