func syscall.Mknod
2 uses
syscall (current package)
syscall_linux.go#L150: func Mknod(path string, mode uint32, dev int) (err error) {
syscall_linux.go#L387: return Mknod(path, mode|S_IFIFO, 0)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)