Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_sig.c4152 size_t fullpathsize; in coredump() local
4255 fullpathsize = MAXPATHLEN; in coredump()
4256 freepath = malloc(fullpathsize, M_TEMP, M_WAITOK); in coredump()
4257 if (vn_getcwd(freepath, &fullpath, &fullpathsize) != 0) { in coredump()