MCPcopy Create free account

hub / github.com/benjojo/hot-clone / functions

Functions6,686 in github.com/benjojo/hot-clone

↓ 3,410 callersMethodErrno
()
sys/windows/syscall_windows.go:1548
↓ 3,237 callersFunctionerrnoErr
errnoErr returns common boxed Errno values, to prevent allocations at runtime.
sys/unix/syscall_unix.go:41
↓ 1,541 callersFunctionSyscall
(trap, a1, a2, a3 uintptr)
sys/unix/gccgo.go:26
↓ 1,220 callersFunctionBytePtrFromString
BytePtrFromString returns a pointer to a NUL-terminated array of bytes containing the text of s. If s contains a NUL byte at any location, it returns
sys/unix/syscall.go:51
↓ 1,006 callersMethodSignal
()
sys/unix/syscall_bsd.go:111
↓ 719 callersFunctionSyscall6
(trap, a1, a2, a3, a4, a5, a6 uintptr)
sys/unix/gccgo.go:33
↓ 639 callersFunctionRawSyscall
(trap, a1, a2, a3 uintptr)
sys/unix/gccgo.go:52
↓ 402 callersMethodAddr
Addr returns the address of the procedure represented by p. The return value can be passed to Syscall to run the procedure.
sys/windows/dll_windows.go:152
↓ 382 callersMethodNewProc
NewProc returns a LazyProc for accessing the named procedure in the DLL d.
sys/windows/dll_windows.go:269
↓ 289 callersFunctionerrnoErr
errnoErr returns common boxed Errno values, to prevent allocations at runtime.
sys/windows/zsyscall_windows.go:25
↓ 259 callersMethodSyscall
Syscall determines which SyscallX function to use for function f.
sys/windows/mkwinsyscall/mkwinsyscall.go:560
↓ 259 callersFunctionsyscall_syscall
(trap, a1, a2, a3 uintptr)
sys/unix/syscall_zos_s390x.go:24
↓ 151 callersMethodClose
()
sys/windows/svc/debug/log.go:16
↓ 121 callersFunctionsysvicall6
(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr)
sys/unix/syscall_solaris.go:28
↓ 89 callersFunctionsyscall6
(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr)
sys/unix/zsyscall_aix_ppc64_gc.go:373
↓ 74 callersMethodError
(eid uint32, msg string)
sys/windows/svc/debug/log.go:19
↓ 69 callersFunctionsyscall_syscall6
(trap, a1, a2, a3, a4, a5, a6 uintptr)
sys/unix/syscall_zos_s390x.go:26
↓ 60 callersFunctionRawSyscallNoError
(trap, a1, a2, a3 uintptr)
sys/unix/gccgo.go:47
↓ 56 callersFunctionsyscall_rawSyscall
32-bit only
sys/unix/syscall_darwin_libSystem.go:17
↓ 53 callersFunctionptrace
(request int, pid int, addr uintptr, data uintptr)
sys/unix/ptrace_ios.go:10
↓ 45 callersFunctionSyscall
(trap, a1, a2, a3 uintptr)
sys/plan9/syscall_plan9.go:40
↓ 43 callersFunctionisSet
(bitpos uint, value uint32)
sys/cpu/cpu_x86.go:142
↓ 38 callersMethodName
TODO(mdlayher): get/set methods for hardware address sockaddr, char array, etc. Name returns the interface name associated with the Ifreq.
sys/unix/ifreq_linux.go:47
↓ 35 callersFunctionsysctl
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
sys/unix/zsyscall_netbsd_386.go:420
↓ 34 callersFunctiongetsockopt
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
sys/unix/zsyscall_aix_ppc.go:1149
↓ 32 callersFunctionBytePtrFromString
BytePtrFromString returns a pointer to a NUL-terminated array of bytes containing the text of s. If s contains a NUL byte at any location, it returns
sys/plan9/syscall.go:50
↓ 29 callersFunctionRawSyscall6
(trap, a1, a2, a3, a4, a5, a6 uintptr)
sys/unix/gccgo.go:57
↓ 29 callersFunctionsetsockopt
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
sys/unix/zsyscall_aix_ppc.go:1159
↓ 28 callersFunctionrawSyscall6
Implemented in runtime/syscall_aix.go.
sys/unix/zsyscall_aix_ppc64_gc.go:372
↓ 27 callersFunctionisSet
(hwc uint, value uint)
sys/cpu/cpu_linux_arm.go:37
↓ 25 callersFunctionrawSysvicall6
(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr)
sys/unix/syscall_solaris.go:27
↓ 25 callersMethodsockaddr
()
sys/windows/syscall_windows.go:859
↓ 24 callersMethodHas
Has reports whether the given functions are present.
sys/cpu/cpu_s390x.go:118
↓ 24 callersFunctionisSet
(hwc uint, value uint)
sys/cpu/cpu_linux_arm64.go:69
↓ 24 callersFunctionpoll
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
sys/unix/zsyscall_aix_ppc.go:1385
↓ 24 callersFunctionsyscall_rawsyscall
(trap, a1, a2, a3 uintptr)
sys/unix/syscall_zos_s390x.go:25
↓ 23 callersMethodStat
Stat retrieves information about the open key k.
sys/windows/registry/key.go:189
↓ 23 callersFunctionutimensat
sys setattrlist(path *byte, list unsafe.Pointer, buf unsafe.Pointer, size uintptr, options int) (err error)
sys/unix/syscall_darwin.go:278
↓ 21 callersFunctionerrnoErr
errnoErr returns common boxed Errno values, to prevent allocations at runtime.
sys/unix/syscall_zos_s390x.go:1411
↓ 21 callersFunctionpipe2
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
sys/unix/zsyscall_linux.go:1970
↓ 20 callersFunctionreadInt
readInt returns the size-bytes unsigned integer in native byte order at offset off.
sys/unix/dirent.go:13
↓ 19 callersMethodHandle
Handle returns d's module handle.
sys/windows/dll_windows.go:263
↓ 19 callersFunctionSyscall9
(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr)
sys/unix/gccgo.go:40
↓ 19 callersFunctionUTF16PtrFromString
UTF16PtrFromString returns pointer to the UTF-16 encoding of the UTF-8 string s, with a terminating NUL added. If s contains a NUL byte at any locatio
sys/windows/syscall_windows.go:117
↓ 19 callersMethodUnix
Unix returns the time stored in tv as seconds plus nanoseconds.
sys/unix/timestruct.go:65
↓ 19 callersFunctionioctl
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
sys/unix/zsyscall_linux.go:41
↓ 18 callersFunctionNewLazySystemDLL
NewLazySystemDLL is like NewLazyDLL, but will only search Windows System directory for the DLL if name is a base name (like "advapi32.dll").
sys/windows/dll_windows.go:281
↓ 17 callersFunctionextractBits
(data uint64, start, end uint)
sys/cpu/cpu_arm64.go:170
↓ 16 callersMethodSetLen
(length int)
sys/unix/syscall_aix_ppc.go:24
↓ 16 callersMethodadd
add adds elem to c
sys/unix/mkmerge.go:82
↓ 15 callersFunctionioctlPtr
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
sys/unix/zsyscall_linux.go:51
↓ 14 callersFunctionNsecToTimespec
NsecToTimespec converts a number of nanoseconds into a Timespec.
sys/unix/timestruct.go:16
↓ 14 callersMethodString
()
sys/plan9/syscall_plan9.go:26
↓ 14 callersFunctionUTF16ToString
UTF16ToString returns the UTF-8 encoding of the UTF-16 sequence s, with a terminating NUL and any bytes after the NUL removed.
sys/windows/syscall_windows.go:99
↓ 13 callersFunctionraceReleaseMerge
(addr unsafe.Pointer)
sys/unix/race.go:21
↓ 12 callersMethodBytes
()
sys/unix/syscall_linux.go:2225
↓ 12 callersMethodFind
Find searches DLL for procedure named p.Name. It returns an error if search fails. Find will not search procedure, if it is already found and loaded i
sys/windows/dll_windows.go:298
↓ 12 callersFunctionTimevalToNsec
TimevalToNsec returns the time stored in tv as nanoseconds.
sys/unix/timestruct.go:45
↓ 12 callersFunctionpipe
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
sys/unix/zsyscall_aix_ppc.go:1375
↓ 12 callersFunctionsocketcall
(call int, a0, a1, a2, a3, a4, a5 uintptr)
sys/unix/syscall_linux_gc_386.go:16
↓ 12 callersFunctionsupportsABI
(ver uint32)
sys/unix/syscall_freebsd.go:39
↓ 12 callersFunctiontoPtr
(s string)
sys/windows/svc/mgr/mgr.go:83
↓ 11 callersFunctionClose
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
sys/unix/zsyscall_linux.go:535
↓ 11 callersMethodString
String converts SID to a string format suitable for display, storage, or transmission.
sys/windows/security_windows.go:233
↓ 11 callersFunctionanyToSockaddr
(fd int, rsa *RawSockaddrAny)
sys/unix/syscall_bsd.go:219
↓ 11 callersFunctioncapidxbit
(right uint64)
sys/unix/cap_freebsd.go:31
↓ 11 callersFunctionutimes
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
sys/unix/zsyscall_aix_ppc.go:139
↓ 10 callersFunctionLocalFree
(hmem Handle)
sys/windows/zsyscall_windows.go:2425
↓ 10 callersFunctionPrlimit
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
sys/unix/zsyscall_linux.go:1214
↓ 10 callersFunctionfcntl
(fd int, cmd, arg int)
sys/unix/fcntl.go:16
↓ 10 callersFunctiongetgroups
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
sys/unix/zsyscall_aix_ppc.go:1128
↓ 10 callersFunctionmakeCommand
Makes an exec.Cmd with Stderr attached to os.Stderr
sys/unix/linux/mkall.go:223
↓ 10 callersFunctionppoll
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
sys/unix/zsyscall_linux.go:113
↓ 10 callersFunctionsetgroups
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
sys/unix/zsyscall_aix_ppc.go:1139
↓ 9 callersFunctionSyscall6
(trap, a1, a2, a3, a4, a5, a6 uintptr)
sys/plan9/syscall_plan9.go:41
↓ 9 callersFunctioninitxattrdest
(dest []byte, idx int)
sys/unix/xattr_bsd.go:36
↓ 9 callersMethodtmpVar
tmpVar returns temp variable name that will be used to represent p during syscall.
sys/windows/mkwinsyscall/mkwinsyscall.go:108
↓ 9 callersFunctiontrim
(s string)
sys/windows/mkwinsyscall/mkwinsyscall.go:75
↓ 9 callersFunctionxattrPointer
(dest []byte)
sys/unix/syscall_darwin.go:146
↓ 9 callersFunctionxattrnamespace
Derive extattr namespace and attribute name
sys/unix/xattr_bsd.go:17
↓ 8 callersMethodEnviron
Returns a default environment associated with the token, rather than the current process. If inheritExisting is true, then this environment also inher
sys/windows/env_windows.go:33
↓ 8 callersMethodMatch
Match performs regular expression match
sys/unix/linux/mksysnum.go:63
↓ 8 callersMethodMmap
(fd int, offset int64, length int, prot int, flags int)
sys/unix/syscall_unix.go:108
↓ 8 callersMethodOpenService
OpenService retrieves access to service name, so it can be interrogated and controlled.
sys/windows/svc/mgr/mgr.go:163
↓ 8 callersFunctionchtmpdir
chtmpdir changes the working directory to a new temporary directory and provides a cleanup function. Used when PWD is read-only.
sys/unix/syscall_zos_test.go:590
↓ 8 callersFunctionfixwd
()
sys/plan9/pwd_plan9.go:9
↓ 8 callersFunctionreMatch
reMatch performs regular expression match and stores the substring slice to value pointed by m.
sys/unix/mksysctl_openbsd.go:46
↓ 7 callersMethodAssociateFd
AssociateFd wraps calls to port_associate(3c) on file descriptors.
sys/unix/syscall_solaris.go:863
↓ 7 callersFunctionByteSliceFromString
ByteSliceFromString returns a NUL-terminated slice of bytes containing the text of s. If s contains a NUL byte at any location, it returns (nil, EINVA
sys/unix/syscall.go:39
↓ 7 callersMethodDisconnect
Disconnect closes connection to the service control manager m.
sys/windows/svc/mgr/mgr.go:49
↓ 7 callersFunctionFstatat
(fd int, path string, st *Stat_t, flags int)
sys/unix/syscall_freebsd.go:292
↓ 7 callersMethodGet
Get wraps port_getn(3c) and fills a slice of PortEvent. It will block until either min events have been received or the timeout has been exceeded. It
sys/unix/syscall_solaris.go:950
↓ 7 callersMethodMatch
Match performs regular expression match
sys/unix/mksysnum.go:57
↓ 7 callersMethodMunmap
(data []byte)
sys/unix/syscall_unix.go:134
↓ 7 callersFunctioncapver
(rights *CapRights)
sys/unix/cap_freebsd.go:47
↓ 7 callersMethodconvertFrom
(old *stat_freebsd11_t)
sys/unix/syscall_freebsd.go:394
↓ 7 callersMethodhas
has returns true if elem is in c
sys/unix/mkmerge.go:85
↓ 7 callersFunctionkexecFileLoad
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
sys/unix/zsyscall_linux_ppc.go:740
↓ 7 callersFunctionmakeProto
(proto int)
sys/unix/syscall_internal_linux_test.go:17
↓ 7 callersMethodqueryServiceConfig2
queryServiceConfig2 calls Windows QueryServiceConfig2 with infoLevel parameter and returns retrieved service configuration information.
sys/windows/svc/mgr/config.go:165
next →1–100 of 6,686, ranked by callers