HomeSort by relevance Sort by last modified time
    Searched full:syscall (Results 276 - 300 of 3446) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/cmd/go/
signal_unix.go 11 "syscall"
14 var signalsToIgnore = []os.Signal{os.Interrupt, syscall.SIGQUIT}
18 var signalTrace os.Signal = syscall.SIGQUIT
  /prebuilts/go/linux-x86/src/net/
fd_posix.go 11 "syscall"
17 if n == 0 && err == nil && fd.sotype != syscall.SOCK_DGRAM && fd.sotype != syscall.SOCK_RAW {
interface_linux.go 9 "syscall"
17 tab, err := syscall.NetlinkRIB(syscall.RTM_GETLINK, syscall.AF_UNSPEC)
21 msgs, err := syscall.ParseNetlinkMessage(tab)
29 case syscall.NLMSG_DONE:
31 case syscall.RTM_NEWLINK:
32 ifim := (*syscall.IfInfomsg)(unsafe.Pointer(&m.Data[0]))
34 attrs, err := syscall.ParseNetlinkRouteAttr(&m)
58 func newLink(ifim *syscall.IfInfomsg, attrs []syscall.NetlinkRouteAttr) *Interface
    [all...]
  /prebuilts/go/linux-x86/src/net/internal/socktest/
sys_windows.go 7 import "syscall"
9 // Socket wraps syscall.Socket.
10 func (sw *Switch) Socket(family, sotype, proto int) (s syscall.Handle, err error) {
20 return syscall.InvalidHandle, err
22 s, so.Err = syscall.Socket(family, sotype, proto)
25 syscall.Closesocket(s)
27 return syscall.InvalidHandle, err
34 return syscall.InvalidHandle, so.Err
41 // Closesocket wraps syscall.Closesocket.
42 func (sw *Switch) Closesocket(s syscall.Handle) (err error)
    [all...]
sys_unix.go 9 import "syscall"
11 // Socket wraps syscall.Socket.
24 s, so.Err = syscall.Socket(family, sotype, proto)
27 syscall.Close(s)
43 // Close wraps syscall.Close.
47 return syscall.Close(s)
57 so.Err = syscall.Close(s)
73 // Connect wraps syscall.Connect.
74 func (sw *Switch) Connect(s int, sa syscall.Sockaddr) (err error) {
77 return syscall.Connect(s, sa
    [all...]
  /prebuilts/go/darwin-x86/src/net/
interface_linux.go 9 "syscall"
17 tab, err := syscall.NetlinkRIB(syscall.RTM_GETLINK, syscall.AF_UNSPEC)
21 msgs, err := syscall.ParseNetlinkMessage(tab)
29 case syscall.NLMSG_DONE:
31 case syscall.RTM_NEWLINK:
32 ifim := (*syscall.IfInfomsg)(unsafe.Pointer(&m.Data[0]))
34 attrs, err := syscall.ParseNetlinkRouteAttr(&m)
58 func newLink(ifim *syscall.IfInfomsg, attrs []syscall.NetlinkRouteAttr) *Interface
    [all...]
sock_bsd.go 11 "syscall"
21 n, err = syscall.SysctlUint32("kern.ipc.somaxconn")
25 n, err = syscall.SysctlUint32("kern.somaxconn")
28 return syscall.SOMAXCONN
sock_linux.go 7 import "syscall"
12 return syscall.SOMAXCONN
17 return syscall.SOMAXCONN
22 return syscall.SOMAXCONN
tcpsockopt_windows.go 9 "syscall"
23 ka := syscall.TCPKeepalive{
30 err := syscall.WSAIoctl(fd.sysfd, syscall.SIO_KEEPALIVE_VALS, (*byte)(unsafe.Pointer(&ka)), size, nil, 0, &ret, nil, 0)
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
sys_unix.go 9 import "syscall"
11 // Socket wraps syscall.Socket.
24 s, so.Err = syscall.Socket(family, sotype, proto)
27 syscall.Close(s)
43 // Close wraps syscall.Close.
47 return syscall.Close(s)
57 so.Err = syscall.Close(s)
73 // Connect wraps syscall.Connect.
74 func (sw *Switch) Connect(s int, sa syscall.Sockaddr) (err error) {
77 return syscall.Connect(s, sa
    [all...]
switch_windows.go 7 import "syscall"
10 type Sockets map[syscall.Handle]Status
12 func (sw *Switch) sockso(s syscall.Handle) *Status {
24 func (sw *Switch) addLocked(s syscall.Handle, family, sotype, proto int) *Status {
  /external/autotest/client/profilers/lttng/
control 1 # trace syscall entry/exit, irq entry/exit, trap entry/exit,
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd.h 4 /* x32 syscall flag bit */
  /external/strace/linux/metag/
get_scno.c 5 tcp->scno = metag_regs.dx[0][1]; /* syscall number in D1Re0 (D1.0) */
  /external/strace/linux/sh/
get_syscall_result.c 4 /* new syscall ABI returns result in R0 */
  /external/strace/tests/
fstat64.c 5 #include <sys/syscall.h>
lstat64.c 5 #include <sys/syscall.h>
select.c 5 #include <sys/syscall.h>
stat64.c 5 #include <sys/syscall.h>
  /external/toybox/toys/other/
readahead.c 20 #include <sys/syscall.h>
26 // Since including fcntl.h doesn't give us the wrapper, use the syscall.
28 if (sizeof(long) == 4) rc = syscall(__NR_readahead, fd, 0, 0, INT_MAX);
29 else rc = syscall(__NR_readahead, fd, 0, INT_MAX);
  /external/valgrind/gdbserver_tests/
nlgone_abrt.stdoutB.exp 3 0x........ in syscall ...
  /external/valgrind/memcheck/tests/
execve2.stderr.exp-kfail 0 Syscall param execve(filename) points to unaddressable byte(s)
  /external/valgrind/memcheck/tests/solaris/
execx.stderr.exp 0 Syscall param execve(filename) points to unaddressable byte(s)
  /prebuilts/go/darwin-x86/src/cmd/dist/
sys_windows.go 8 "syscall"
13 modkernel32 = syscall.NewLazyDLL("kernel32.dll")
40 syscall.Syscall(procGetSystemInfo.Addr(), 1, uintptr(unsafe.Pointer(&sysinfo)), 0, 0)
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
key.go 30 "syscall"
55 type Key syscall.Handle
62 CLASSES_ROOT = Key(syscall.HKEY_CLASSES_ROOT)
63 CURRENT_USER = Key(syscall.HKEY_CURRENT_USER)
64 LOCAL_MACHINE = Key(syscall.HKEY_LOCAL_MACHINE)
65 USERS = Key(syscall.HKEY_USERS)
66 CURRENT_CONFIG = Key(syscall.HKEY_CURRENT_CONFIG)
71 return syscall.RegCloseKey(syscall.Handle(k))
80 p, err := syscall.UTF16PtrFromString(path
    [all...]

Completed in 908 milliseconds

<<11121314151617181920>>