fincore.c | 1 /* $NetBSD: fincore.c,v 1.2 2024/11/03 10:43:27 rillig Exp $ */ 33 * http://net.doit.wisc.edu/~plonka/fincore/ 40 __RCSID("$NetBSD: fincore.c,v 1.2 2024/11/03 10:43:27 rillig Exp $"); 66 * fincore: query which pages of the file are in-core. 82 fincore(int fd, off_t startoff, off_t endoff, unsigned char *vec) function in typeref:typename:int 136 if (fincore(fd, off, off + chunk_size, vec)) { 138 err(EXIT_FAILURE, "fincore %s", name);
|