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