Searched defs:Pread (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/savecore/ |
H A D | savecore.c | 311 Pread(int fd, void *buf, size_t size, offset_t off) function 363 Pread(dumpfd, &dumphdr, sizeof (dumphdr), endoff); 364 Pread(dumpfd, &datahdr, sizeof (datahdr), endoff + sizeof (dumphdr)); 402 Pread(dumpfd, &corehdr, sizeof (dumphdr_t), dumphdr.dump_start); 514 Pread(dumpfd, buf, nr, dumpoff); 1374 Pread(dumpfd, ksyms_cbase, ksyms_csize, dumphdr.dump_ksyms); 1396 Pread(dumpfd, pfn_table, pfn_table_size, dumphdr.dump_pfn); 1468 Pread(dumpfd, &ld, sizeof (log_dump_t), dumpoff); 1483 Pread(dumpfd, ctl.buf, ctl.len, dumpoff); 1492 Pread(dumpf [all...] |
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pcontrol.c | 966 if (Pread(P, &magic2, sizeof (magic2), (uintptr_t)&magic1) 970 Pread(P, &magic2, sizeof (magic2), (uintptr_t)&magic1) 2169 Pread(struct ps_prochandle *P, function 2319 * code -- PLTs for example. If the Pread() fails, we assume that we 2322 if (Pread(P, &cur, sizeof (cur), address) == sizeof (cur) && 3785 if (Pread(P, stkp, sizeof (*stkp), addr) != sizeof (*stkp)) 3791 if (Pread(P, &stk32, sizeof (stk32), addr) != sizeof (stk32)) 3820 if (Pread(P, stkp, sizeof (*stkp), 3828 if (Pread(P, &stk32, sizeof (stk32),
|
Completed in 62 milliseconds