Searched refs:fullpathsize (Results 1 – 1 of 1) sorted by relevance
442 size_t fullpathsize; in coredump_vnode() local534 fullpathsize = MAXPATHLEN; in coredump_vnode()535 freepath = malloc(fullpathsize, M_TEMP, M_WAITOK); in coredump_vnode()536 if (vn_getcwd(freepath, &fullpath, &fullpathsize) != 0) { in coredump_vnode()