Lines Matching refs:ubuf
381 } ubuf; in show_uname() local
384 Pread(Proc, &ubuf, sizeof (ubuf), offset) == sizeof (ubuf)) { in show_uname()
388 ubuf.sysname, in show_uname()
389 ubuf.nodename, in show_uname()
390 ubuf.release, in show_uname()
391 ubuf.version, in show_uname()
392 ubuf.machine); in show_uname()
400 struct ustat ubuf; in show_ustat() local
403 Pread(Proc, &ubuf, sizeof (ubuf), offset) == sizeof (ubuf)) { in show_ustat()
407 ubuf.f_tfree, in show_ustat()
408 ubuf.f_tinode, in show_ustat()
409 ubuf.f_fname, in show_ustat()
410 ubuf.f_fpack); in show_ustat()
417 struct ustat32 ubuf; in show_ustat32() local
420 Pread(Proc, &ubuf, sizeof (ubuf), offset) == sizeof (ubuf)) { in show_ustat32()
424 ubuf.f_tfree, in show_ustat32()
425 ubuf.f_tinode, in show_ustat32()
426 ubuf.f_fname, in show_ustat32()
427 ubuf.f_fpack); in show_ustat32()
3337 struct utsname ubuf; in show_nuname() local
3340 Pread(Proc, &ubuf, sizeof (ubuf), offset) == sizeof (ubuf)) { in show_nuname()
3344 ubuf.sysname, in show_nuname()
3345 ubuf.nodename, in show_nuname()
3346 ubuf.release, in show_nuname()
3347 ubuf.version, in show_nuname()
3348 ubuf.machine); in show_nuname()