Home | History | Annotate | Download | only in syscall

Lines Matching refs:ubuf

1031 func Ustat(dev int, ubuf *Ustat_t) (err error) {
1032 _, _, e1 := Syscall(SYS_USTAT, uintptr(dev), uintptr(unsafe.Pointer(ubuf)), 0)