Lines Matching defs:offset
50 show_stat(private_t *pri, long offset)
54 show_stat64(pri, offset);
56 show_stat32(pri, offset);
58 show_stat32(pri, offset);
63 show_stat32(private_t *pri, long offset)
68 if (offset != NULL &&
69 Pread(Proc, &statb, sizeof (statb), offset) == sizeof (statb)) {
108 show_stat64_32(private_t *pri, long offset)
113 if (offset != NULL &&
114 Pread(Proc, &statb, sizeof (statb), offset) == sizeof (statb)) {
153 show_stat64(private_t *pri, long offset)
157 if (offset != NULL &&
158 Pread(Proc, &statb, sizeof (statb), offset) == sizeof (statb)) {