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()
418 struct ustat32 ubuf; in show_ustat32() local
421 Pread(Proc, &ubuf, sizeof (ubuf), offset) == sizeof (ubuf)) { in show_ustat32()
425 ubuf.f_tfree, in show_ustat32()
426 ubuf.f_tinode, in show_ustat32()
427 ubuf.f_fname, in show_ustat32()
428 ubuf.f_fpack); in show_ustat32()
3474 struct utsname ubuf; in show_nuname() local
3477 Pread(Proc, &ubuf, sizeof (ubuf), offset) == sizeof (ubuf)) { in show_nuname()
3481 ubuf.sysname, in show_nuname()
3482 ubuf.nodename, in show_nuname()
3483 ubuf.release, in show_nuname()
3484 ubuf.version, in show_nuname()
3485 ubuf.machine); in show_nuname()