Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 266 for 0xa (0.03 sec)

  1. src/runtime/defs1_netbsd_amd64.go

    	_SA_ONSTACK = 0x1
    
    	_SIGHUP    = 0x1
    	_SIGINT    = 0x2
    	_SIGQUIT   = 0x3
    	_SIGILL    = 0x4
    	_SIGTRAP   = 0x5
    	_SIGABRT   = 0x6
    	_SIGEMT    = 0x7
    	_SIGFPE    = 0x8
    	_SIGKILL   = 0x9
    	_SIGBUS    = 0xa
    	_SIGSEGV   = 0xb
    	_SIGSYS    = 0xc
    	_SIGPIPE   = 0xd
    	_SIGALRM   = 0xe
    	_SIGTERM   = 0xf
    	_SIGURG    = 0x10
    	_SIGSTOP   = 0x11
    	_SIGTSTP   = 0x12
    	_SIGCONT   = 0x13
    	_SIGCHLD   = 0x14
    	_SIGTTIN   = 0x15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    import "syscall"
    
    const (
    	AF_APPLETALK                   = 0x10
    	AF_ARP                         = 0x23
    	AF_ATM                         = 0x1e
    	AF_BLUETOOTH                   = 0x24
    	AF_CCITT                       = 0xa
    	AF_CHAOS                       = 0x5
    	AF_CNT                         = 0x15
    	AF_COIP                        = 0x14
    	AF_DATAKIT                     = 0x9
    	AF_DECnet                      = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_386.go

    	RTN_THROW           = 0x9
    	RTN_NAT             = 0xa
    	RTN_XRESOLVE        = 0xb
    	RTNLGRP_NONE        = 0x0
    	RTNLGRP_LINK        = 0x1
    	RTNLGRP_NOTIFY      = 0x2
    	RTNLGRP_NEIGH       = 0x3
    	RTNLGRP_TC          = 0x4
    	RTNLGRP_IPV4_IFADDR = 0x5
    	RTNLGRP_IPV4_MROUTE = 0x6
    	RTNLGRP_IPV4_ROUTE  = 0x7
    	RTNLGRP_IPV4_RULE   = 0x8
    	RTNLGRP_IPV6_IFADDR = 0x9
    	RTNLGRP_IPV6_MROUTE = 0xa
    	RTNLGRP_IPV6_ROUTE  = 0xb
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  4. src/syscall/zerrors_netbsd_amd64.go

    //go:build amd64 && netbsd
    
    package syscall
    
    const (
    	AF_APPLETALK                      = 0x10
    	AF_ARP                            = 0x1c
    	AF_BLUETOOTH                      = 0x1f
    	AF_CCITT                          = 0xa
    	AF_CHAOS                          = 0x5
    	AF_CNT                            = 0x15
    	AF_COIP                           = 0x14
    	AF_DATAKIT                        = 0x9
    	AF_DECnet                         = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.1K bytes
    - Viewed (0)
  5. src/syscall/zerrors_netbsd_arm.go

    //go:build arm && netbsd
    
    package syscall
    
    const (
    	AF_APPLETALK                      = 0x10
    	AF_ARP                            = 0x1c
    	AF_BLUETOOTH                      = 0x1f
    	AF_CCITT                          = 0xa
    	AF_CHAOS                          = 0x5
    	AF_CNT                            = 0x15
    	AF_COIP                           = 0x14
    	AF_DATAKIT                        = 0x9
    	AF_DECnet                         = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 66.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	CLOCK_MONOTONIC_PRECISE        = 0xb
    	CLOCK_PROCESS_CPUTIME_ID       = 0xf
    	CLOCK_PROF                     = 0x2
    	CLOCK_REALTIME                 = 0x0
    	CLOCK_REALTIME_COARSE          = 0xa
    	CLOCK_REALTIME_FAST            = 0xa
    	CLOCK_REALTIME_PRECISE         = 0x9
    	CLOCK_SECOND                   = 0xd
    	CLOCK_THREAD_CPUTIME_ID        = 0xe
    	CLOCK_UPTIME                   = 0x5
    	CLOCK_UPTIME_FAST              = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go

    // cgo -godefs -- -m64 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                      = 0x10
    	AF_BLUETOOTH                      = 0x20
    	AF_CCITT                          = 0xa
    	AF_CHAOS                          = 0x5
    	AF_CNT                            = 0x15
    	AF_COIP                           = 0x14
    	AF_DATAKIT                        = 0x9
    	AF_DECnet                         = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go

    // cgo -godefs -- -m64 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                      = 0x10
    	AF_BLUETOOTH                      = 0x20
    	AF_CCITT                          = 0xa
    	AF_CHAOS                          = 0x5
    	AF_CNT                            = 0x15
    	AF_COIP                           = 0x14
    	AF_DATAKIT                        = 0x9
    	AF_DECnet                         = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  9. src/syscall/zerrors_openbsd_arm.go

    // cgo -godefs -- _const.go
    
    //go:build arm && openbsd
    
    package syscall
    
    const (
    	AF_APPLETALK                      = 0x10
    	AF_BLUETOOTH                      = 0x20
    	AF_CCITT                          = 0xa
    	AF_CHAOS                          = 0x5
    	AF_CNT                            = 0x15
    	AF_COIP                           = 0x14
    	AF_DATAKIT                        = 0x9
    	AF_DECnet                         = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 62.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go

    package unix
    
    import "syscall"
    
    const (
    	AF_APPLETALK                      = 0x10
    	AF_ARP                            = 0x1c
    	AF_BLUETOOTH                      = 0x1f
    	AF_CCITT                          = 0xa
    	AF_CHAOS                          = 0x5
    	AF_CNT                            = 0x15
    	AF_COIP                           = 0x14
    	AF_DATAKIT                        = 0x9
    	AF_DECnet                         = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.3K bytes
    - Viewed (0)
Back to top