Home
last modified time | relevance | path

Searched defs:corefd (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c447 build_dump_map(int corefd, const pfn_t *pfn_table) in build_dump_map()
578 int corefd = Open(corefile, O_WRONLY | O_CREAT | O_TRUNC, 0644); in copy_crashfile() local
736 int corefd; member
778 initstreams(int corefd, int nstreams, int maxcsize) in initstreams()
899 putpage(int corefd, char *buf, pgcnt_t pgnum, pgcnt_t np) in putpage()
911 lzjbblock(int corefd, stream_t *s, char *block, size_t blocksz) in lzjbblock()
1034 bz2block(int corefd, stream_t *s, char *block, size_t blocksz) in bz2block()
1215 decompress_pages(int corefd) in decompress_pages()
1374 int corefd = Open(corefile, O_WRONLY | O_CREAT | O_TRUNC, 0644); in build_corefile() local