Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsys_memfd.c58 static int memfd_stat(file_t *, struct stat *);
73 .fo_stat = memfd_stat,
295 memfd_stat(file_t *fp, struct stat *st) in memfd_stat() function