Searched refs:fullpathsize (Results 1 – 1 of 1) sorted by relevance
4088 size_t fullpathsize; in coredump() local4191 fullpathsize = MAXPATHLEN; in coredump()4192 freepath = malloc(fullpathsize, M_TEMP, M_WAITOK); in coredump()4193 if (vn_getcwd(freepath, &fullpath, &fullpathsize) != 0) { in coredump()