Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 79 for MAC (2.29 sec)

  1. src/syscall/zsysnum_freebsd_arm.go

    	SYS_NMOUNT                   = 378 // { int nmount(struct iovec *iovp, \
    	SYS___MAC_GET_PROC           = 384 // { int __mac_get_proc(struct mac *mac_p); }
    	SYS___MAC_SET_PROC           = 385 // { int __mac_set_proc(struct mac *mac_p); }
    	SYS___MAC_GET_FD             = 386 // { int __mac_get_fd(int fd, \
    	SYS___MAC_GET_FILE           = 387 // { int __mac_get_file(const char *path_p, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_freebsd_386.go

    	SYS_NMOUNT                   = 378 // { int nmount(struct iovec *iovp, \
    	SYS___MAC_GET_PROC           = 384 // { int __mac_get_proc(struct mac *mac_p); }
    	SYS___MAC_SET_PROC           = 385 // { int __mac_set_proc(struct mac *mac_p); }
    	SYS___MAC_GET_FD             = 386 // { int __mac_get_fd(int fd, \
    	SYS___MAC_GET_FILE           = 387 // { int __mac_get_file(const char *path_p, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_NMOUNT                   = 378 // { int nmount(struct iovec *iovp, \
    	SYS___MAC_GET_PROC           = 384 // { int __mac_get_proc(struct mac *mac_p); }
    	SYS___MAC_SET_PROC           = 385 // { int __mac_set_proc(struct mac *mac_p); }
    	SYS___MAC_GET_FD             = 386 // { int __mac_get_fd(int fd, \
    	SYS___MAC_GET_FILE           = 387 // { int __mac_get_file(const char *path_p, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  4. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/os/OperatingSystemTest.groovy

            os.findInPath("a") == exe
            os.findInPath("unknown") == null
        }
    
        def "uses os.name property to determine if macOS"() {
            when:
            System.properties['os.name'] = 'Mac OS X'
    
            then:
            OperatingSystem.current() instanceof OperatingSystem.MacOs
    
            when:
            System.properties['os.name'] = 'Darwin'
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go

    	Fsid    Fsid
    	Namelen uint32
    	Frsize  uint32
    	Flags   uint32
    	Spare   [4]uint32
    	_       [4]byte
    }
    
    type TpacketHdr struct {
    	Status  uint64
    	Len     uint32
    	Snaplen uint32
    	Mac     uint16
    	Net     uint16
    	Sec     uint32
    	Usec    uint32
    	_       [4]byte
    }
    
    const (
    	SizeofTpacketHdr = 0x20
    )
    
    type RTCPLLInfo struct {
    	Ctrl    int32
    	Value   int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go

    	Ffree   uint64
    	Fsid    Fsid
    	Namelen int64
    	Frsize  int64
    	Flags   int64
    	Spare   [4]int64
    }
    
    type TpacketHdr struct {
    	Status  uint64
    	Len     uint32
    	Snaplen uint32
    	Mac     uint16
    	Net     uint16
    	Sec     uint32
    	Usec    uint32
    	_       [4]byte
    }
    
    const (
    	SizeofTpacketHdr = 0x20
    )
    
    type RTCPLLInfo struct {
    	Ctrl    int32
    	Value   int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go

    	Ffree   uint64
    	Fsid    Fsid
    	Namelen int64
    	Frsize  int64
    	Flags   int64
    	Spare   [4]int64
    }
    
    type TpacketHdr struct {
    	Status  uint64
    	Len     uint32
    	Snaplen uint32
    	Mac     uint16
    	Net     uint16
    	Sec     uint32
    	Usec    uint32
    	_       [4]byte
    }
    
    const (
    	SizeofTpacketHdr = 0x20
    )
    
    type RTCPLLInfo struct {
    	Ctrl    int32
    	Value   int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go

    	Fsid    Fsid
    	Namelen int32
    	Frsize  int32
    	Flags   int32
    	Spare   [4]int32
    	_       [4]byte
    }
    
    type TpacketHdr struct {
    	Status  uint32
    	Len     uint32
    	Snaplen uint32
    	Mac     uint16
    	Net     uint16
    	Sec     uint32
    	Usec    uint32
    }
    
    const (
    	SizeofTpacketHdr = 0x18
    )
    
    type RTCPLLInfo struct {
    	Ctrl    int32
    	Value   int32
    	Max     int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go

    	Ffree   uint64
    	Fsid    Fsid
    	Namelen int64
    	Frsize  int64
    	Flags   int64
    	Spare   [4]int64
    }
    
    type TpacketHdr struct {
    	Status  uint64
    	Len     uint32
    	Snaplen uint32
    	Mac     uint16
    	Net     uint16
    	Sec     uint32
    	Usec    uint32
    	_       [4]byte
    }
    
    const (
    	SizeofTpacketHdr = 0x20
    )
    
    type RTCPLLInfo struct {
    	Ctrl    int32
    	Value   int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go

    	Ffree   uint64
    	Fsid    Fsid
    	Namelen int64
    	Frsize  int64
    	Flags   int64
    	Spare   [4]int64
    }
    
    type TpacketHdr struct {
    	Status  uint64
    	Len     uint32
    	Snaplen uint32
    	Mac     uint16
    	Net     uint16
    	Sec     uint32
    	Usec    uint32
    	_       [4]byte
    }
    
    const (
    	SizeofTpacketHdr = 0x20
    )
    
    type RTCPLLInfo struct {
    	Ctrl    int32
    	Value   int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top