Lines Matching full:func
9 func closefd(fd int32) int32
12 func open(name *byte, mode, perm int32) int32
15 func pread(fd int32, buf unsafe.Pointer, nbytes int32, offset int64) int32
18 func pwrite(fd int32, buf unsafe.Pointer, nbytes int32, offset int64) int32
20 func seek(fd int32, offset int64, whence int32) int64
23 func exits(msg *byte)
26 func brk_(addr unsafe.Pointer) int32
28 func sleep(ms int32) int32
30 func rfork(flags int32) int32
33 func plan9_semacquire(addr *uint32, block int32) int32
36 func plan9_tsemacquire(addr *uint32, ms int32) int32
39 func plan9_semrelease(addr *uint32, count int32) int32
42 func notify(fn unsafe.Pointer) int32
44 func noted(mode int32) int32
47 func nsec(*int64) int64
50 func sigtramp(ureg, msg unsafe.Pointer)
52 func setfpmasks()
55 func tstart_plan9(newm *m)
57 func errstr() string
62 func os_sigpipe() {
66 func sigpanic() {
96 func atolwhex(p string) int64 {