vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go
changeset 262 8d3354485fc3
parent 260 445e01aede7e
equal deleted inserted replaced
261:270cc4dda0c5 262:8d3354485fc3
   289 	Lwpid        int32
   289 	Lwpid        int32
   290 	Event        int32
   290 	Event        int32
   291 	Flags        int32
   291 	Flags        int32
   292 	Sigmask      Sigset_t
   292 	Sigmask      Sigset_t
   293 	Siglist      Sigset_t
   293 	Siglist      Sigset_t
   294 	Siginfo      __Siginfo
   294 	Siginfo      __PtraceSiginfo
   295 	Tdname       [20]int8
   295 	Tdname       [20]int8
   296 	Child_pid    int32
   296 	Child_pid    int32
   297 	Syscall_code uint32
   297 	Syscall_code uint32
   298 	Syscall_narg uint32
   298 	Syscall_narg uint32
   299 }
   299 }
   308 	Addr   *byte
   308 	Addr   *byte
   309 	Value  [8]byte
   309 	Value  [8]byte
   310 	_      [40]byte
   310 	_      [40]byte
   311 }
   311 }
   312 
   312 
       
   313 type __PtraceSiginfo struct {
       
   314 	Signo  int32
       
   315 	Errno  int32
       
   316 	Code   int32
       
   317 	Pid    int32
       
   318 	Uid    uint32
       
   319 	Status int32
       
   320 	Addr   uintptr
       
   321 	Value  [8]byte
       
   322 	_      [40]byte
       
   323 }
       
   324 
   313 type Sigset_t struct {
   325 type Sigset_t struct {
   314 	Val [4]uint32
   326 	Val [4]uint32
   315 }
   327 }
   316 
   328 
   317 type Reg struct {
   329 type Reg struct {
   332 
   344 
   333 type FpExtendedPrecision struct{}
   345 type FpExtendedPrecision struct{}
   334 
   346 
   335 type PtraceIoDesc struct {
   347 type PtraceIoDesc struct {
   336 	Op   int32
   348 	Op   int32
   337 	Offs *byte
   349 	Offs uintptr
   338 	Addr *byte
   350 	Addr uintptr
   339 	Len  uint64
   351 	Len  uint64
   340 }
   352 }
   341 
   353 
   342 type Kevent_t struct {
   354 type Kevent_t struct {
   343 	Ident  uint64
   355 	Ident  uint64