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