Home | History | Annotate | Download | only in strace

Lines Matching defs:statbuf

222 	struct stat statbuf;
226 struct stat32 statbuf;
228 if (!umove_or_printaddr(tcp, addr, &statbuf))
229 do_printstat32(tcp, &statbuf);
236 struct solstat statbuf;
238 if (!umove_or_printaddr(tcp, addr, &statbuf))
239 do_printstat_sol(tcp, &statbuf);
244 if (!umove_or_printaddr(tcp, addr, &statbuf))
245 do_printstat(tcp, &statbuf);
326 struct stat64 statbuf;
329 (void) sizeof(char[sizeof statbuf == STAT64_SIZE ? 1 : -1]);
339 if (!umove_or_printaddr(tcp, addr, &statbuf))
340 do_printstat64(tcp, &statbuf);
424 struct __old_kernel_stat statbuf;
429 struct solstat statbuf;
431 if (!umove_or_printaddr(tcp, addr, &statbuf))
432 do_printstat_sol(tcp, &statbuf);
437 if (!umove_or_printaddr(tcp, addr, &statbuf)) {
438 convertoldstat(&statbuf, &newstatbuf);