Lines Matching refs:ubuf
380 } ubuf; in show_uname() local
383 Pread(Proc, &ubuf, sizeof (ubuf), offset) == sizeof (ubuf)) { in show_uname()
387 ubuf.sysname, in show_uname()
388 ubuf.nodename, in show_uname()
389 ubuf.release, in show_uname()
390 ubuf.version, in show_uname()
391 ubuf.machine); in show_uname()
399 struct ustat ubuf; in show_ustat() local
402 Pread(Proc, &ubuf, sizeof (ubuf), offset) == sizeof (ubuf)) { in show_ustat()
406 ubuf.f_tfree, in show_ustat()
407 ubuf.f_tinode, in show_ustat()
408 ubuf.f_fname, in show_ustat()
409 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()
3458 struct utsname ubuf; in show_nuname() local
3461 Pread(Proc, &ubuf, sizeof (ubuf), offset) == sizeof (ubuf)) { in show_nuname()
3465 ubuf.sysname, in show_nuname()
3466 ubuf.nodename, in show_nuname()
3467 ubuf.release, in show_nuname()
3468 ubuf.version, in show_nuname()
3469 ubuf.machine); in show_nuname()