Searched defs:Pwrite (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/savecore/ |
H A D | savecore.c | 324 Pwrite(int fd, void *buf, size_t size, off64_t off) function 412 Pwrite(dumpfd, &dumphdr, sizeof (dumphdr), endoff); 496 Pwrite(corefd, dmp, dump_mapsize, corehdr.dump_map); 515 Pwrite(fd, buf, nr, off); 641 Pwrite(corefd, inbuf, nb, coreoff); 645 Pwrite(corefd, &corehdr, sizeof (corehdr), coreoff); 648 Pwrite(corefd, &datahdr, sizeof (datahdr), coreoff); 653 Pwrite(corefd, inbuf, nb, coreoff); 657 Pwrite(corefd, &corehdr, sizeof (corehdr), corehdr.dump_start); 664 Pwrite(dumpf [all...] |
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pcontrol.c | 2216 Pwrite(struct ps_prochandle *P, function 2320 * should proceed though most likely the Pwrite() will also fail. 2326 if (Pwrite(P, &old, sizeof (old), address) != sizeof (old))
|
Completed in 67 milliseconds