Searched refs:corefd (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/savecore/ |
H A D | savecore.c | 445 build_dump_map(int corefd, const pfn_t *pfn_table) in build_dump_map() argument 496 Pwrite(corefd, dmp, dump_mapsize, corehdr.dump_map); in build_dump_map() 571 int corefd = Open(corefile, O_WRONLY | O_CREAT | O_TRUNC, 0644); in copy_crashfile() local 596 Copy(dumphdr.dump_ksyms, dumphdr.dump_ksyms_csize, &coreoff, corefd, in copy_crashfile() 605 corefd, inbuf, bufsz); in copy_crashfile() 613 &coreoff, corefd, inbuf, bufsz); in copy_crashfile() 622 corefd, inbuf, bufsz); in copy_crashfile() 624 CopyPages(&coreoff, corefd, inbuf, bufsz); in copy_crashfile() 641 Pwrite(corefd, inbuf, nb, coreoff); in copy_crashfile() 645 Pwrite(corefd, &corehdr, sizeof (corehdr), coreoff); in copy_crashfile() [all …]
|