Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/savecore/
H A Dsavecore.c445 build_dump_map(int corefd, const pfn_t *pfn_table) in build_dump_map()
571 int corefd = Open(corefile, O_WRONLY | O_CREAT | O_TRUNC, 0644); in copy_crashfile() local
715 int corefd; member
757 initstreams(int corefd, int nstreams, int maxcsize) in initstreams()
878 putpage(int corefd, char *buf, pgcnt_t pgnum, pgcnt_t np) in putpage()
890 lzjbblock(int corefd, stream_t *s, char *block, size_t blocksz) in lzjbblock()
1013 bz2block(int corefd, stream_t *s, char *block, size_t blocksz) in bz2block()
1186 decompress_pages(int corefd) in decompress_pages()
1345 int corefd = Open(corefile, O_WRONLY | O_CREAT | O_TRUNC, 0644); in build_corefile() local