HomeSort by relevance Sort by last modified time
    Searched refs:pgid (Results 51 - 67 of 67) sorted by null

1 23

  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsyscall_linux_mips.go 614 func Getpgid(pid int) (pgid int, err error) {
616 pgid = int(r0)
1124 func Setpgid(pid int, pgid int) (err error) {
1125 _, _, e1 := RawSyscall(SYS_SETPGID, uintptr(pid), uintptr(pgid), 0)
    [all...]
zsyscall_linux_mips64.go 614 func Getpgid(pid int) (pgid int, err error) {
616 pgid = int(r0)
1124 func Setpgid(pid int, pgid int) (err error) {
1125 _, _, e1 := RawSyscall(SYS_SETPGID, uintptr(pid), uintptr(pgid), 0)
    [all...]
zsyscall_linux_mips64le.go 614 func Getpgid(pid int) (pgid int, err error) {
616 pgid = int(r0)
1124 func Setpgid(pid int, pgid int) (err error) {
1125 _, _, e1 := RawSyscall(SYS_SETPGID, uintptr(pid), uintptr(pgid), 0)
    [all...]
zsyscall_linux_mipsle.go 614 func Getpgid(pid int) (pgid int, err error) {
616 pgid = int(r0)
1124 func Setpgid(pid int, pgid int) (err error) {
1125 _, _, e1 := RawSyscall(SYS_SETPGID, uintptr(pid), uintptr(pgid), 0)
    [all...]
zsyscall_linux_ppc64.go 614 func Getpgid(pid int) (pgid int, err error) {
616 pgid = int(r0)
1124 func Setpgid(pid int, pgid int) (err error) {
1125 _, _, e1 := RawSyscall(SYS_SETPGID, uintptr(pid), uintptr(pgid), 0)
    [all...]
zsyscall_linux_ppc64le.go 614 func Getpgid(pid int) (pgid int, err error) {
616 pgid = int(r0)
1124 func Setpgid(pid int, pgid int) (err error) {
1125 _, _, e1 := RawSyscall(SYS_SETPGID, uintptr(pid), uintptr(pgid), 0)
    [all...]
zsyscall_linux_sparc64.go 629 func Getpgid(pid int) (pgid int, err error) {
631 pgid = int(r0)
1139 func Setpgid(pid int, pgid int) (err error) {
1140 _, _, e1 := RawSyscall(SYS_SETPGID, uintptr(pid), uintptr(pgid), 0)
    [all...]
zsysnum_dragonfly_amd64.go 74 SYS_SETPGID = 82 // { int setpgid(int pid, int pgid); }
zsysnum_freebsd_386.go 74 SYS_SETPGID = 82 // { int setpgid(int pid, int pgid); }
zsysnum_freebsd_amd64.go 74 SYS_SETPGID = 82 // { int setpgid(int pid, int pgid); }
zsysnum_freebsd_arm.go 74 SYS_SETPGID = 82 // { int setpgid(int pid, int pgid); }
syscall_linux.go     [all...]
zsysnum_netbsd_386.go 67 SYS_SETPGID = 82 // { int|sys||setpgid(pid_t pid, pid_t pgid); }
zsysnum_netbsd_amd64.go 67 SYS_SETPGID = 82 // { int|sys||setpgid(pid_t pid, pid_t pgid); }
zsysnum_netbsd_arm.go 67 SYS_SETPGID = 82 // { int|sys||setpgid(pid_t pid, pid_t pgid); }
  /external/syzkaller/sys/netbsd/gen/
amd64.go     [all...]
  /external/syzkaller/sys/freebsd/gen/
amd64.go     [all...]

Completed in 304 milliseconds

1 23