type syscall.Dirent
14 uses
syscall (current package)
dirent.go#L86: const namoff = uint64(unsafe.Offsetof(Dirent{}.Name))
syscall_linux.go#L993: return readInt(buf, unsafe.Offsetof(Dirent{}.Ino), unsafe.Sizeof(Dirent{}.Ino))
syscall_linux.go#L997: return readInt(buf, unsafe.Offsetof(Dirent{}.Reclen), unsafe.Sizeof(Dirent{}.Reclen))
syscall_linux.go#L1005: return reclen - uint64(unsafe.Offsetof(Dirent{}.Name)), true
ztypes_linux_amd64.go#L134: type Dirent struct {
os
dir_unix.go#L99: const namoff = uint64(unsafe.Offsetof(syscall.Dirent{}.Name))
dirent_linux.go#L13: return readInt(buf, unsafe.Offsetof(syscall.Dirent{}.Ino), unsafe.Sizeof(syscall.Dirent{}.Ino))
dirent_linux.go#L17: return readInt(buf, unsafe.Offsetof(syscall.Dirent{}.Reclen), unsafe.Sizeof(syscall.Dirent{}.Reclen))
dirent_linux.go#L25: return reclen - uint64(unsafe.Offsetof(syscall.Dirent{}.Name)), true
dirent_linux.go#L29: off := unsafe.Offsetof(syscall.Dirent{}.Type)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |