Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 42 for F_mntfromname (0.48 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go

    	Asyncreads  uint64
    	Asyncwrites uint64
    	Fsidx       Fsid
    	Fsid        uint64
    	Namemax     uint64
    	Owner       uint32
    	Spare       [4]uint32
    	Fstypename  [32]byte
    	Mntonname   [1024]byte
    	Mntfromname [1024]byte
    	_           [4]byte
    }
    
    type Flock_t struct {
    	Start  int64
    	Len    int64
    	Pid    int32
    	Type   int16
    	Whence int16
    }
    
    type Dirent struct {
    	Fileno    uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go

    	Asyncwrites uint64
    	Syncreads   uint64
    	Asyncreads  uint64
    	Spare       [10]uint64
    	Namemax     uint32
    	Owner       uint32
    	Fsid        Fsid
    	Charspare   [80]int8
    	Fstypename  [16]byte
    	Mntfromname [1024]byte
    	Mntonname   [1024]byte
    }
    
    type Flock_t struct {
    	Start  int64
    	Len    int64
    	Pid    int32
    	Type   int16
    	Whence int16
    	Sysid  int32
    	_      [4]byte
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go

    	Asyncwrites uint64
    	Syncreads   uint64
    	Asyncreads  uint64
    	Spare       [10]uint64
    	Namemax     uint32
    	Owner       uint32
    	Fsid        Fsid
    	Charspare   [80]int8
    	Fstypename  [16]byte
    	Mntfromname [1024]byte
    	Mntonname   [1024]byte
    }
    
    type Flock_t struct {
    	Start  int64
    	Len    int64
    	Pid    int32
    	Type   int16
    	Whence int16
    	Sysid  int32
    	_      [4]byte
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go

    	Asyncwrites uint64
    	Syncreads   uint64
    	Asyncreads  uint64
    	Spare       [10]uint64
    	Namemax     uint32
    	Owner       uint32
    	Fsid        Fsid
    	Charspare   [80]int8
    	Fstypename  [16]byte
    	Mntfromname [1024]byte
    	Mntonname   [1024]byte
    }
    
    type Flock_t struct {
    	Start  int64
    	Len    int64
    	Pid    int32
    	Type   int16
    	Whence int16
    	Sysid  int32
    	_      [4]byte
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go

    	Files       uint64
    	Ffree       uint64
    	Fsid        Fsid
    	Owner       uint32
    	Type        uint32
    	Flags       uint32
    	Fssubtype   uint32
    	Fstypename  [16]byte
    	Mntonname   [1024]byte
    	Mntfromname [1024]byte
    	Flags_ext   uint32
    	Reserved    [7]uint32
    }
    
    type Flock_t struct {
    	Start  int64
    	Len    int64
    	Pid    int32
    	Type   int16
    	Whence int16
    }
    
    type Fstore_t struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go

    	Files       uint64
    	Ffree       uint64
    	Fsid        Fsid
    	Owner       uint32
    	Type        uint32
    	Flags       uint32
    	Fssubtype   uint32
    	Fstypename  [16]byte
    	Mntonname   [1024]byte
    	Mntfromname [1024]byte
    	Flags_ext   uint32
    	Reserved    [7]uint32
    }
    
    type Flock_t struct {
    	Start  int64
    	Len    int64
    	Pid    int32
    	Type   int16
    	Whence int16
    }
    
    type Fstore_t struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Statfs_t.F_files", Field, 2},
    		{"Statfs_t.F_flags", Field, 2},
    		{"Statfs_t.F_fsid", Field, 2},
    		{"Statfs_t.F_fstypename", Field, 2},
    		{"Statfs_t.F_iosize", Field, 2},
    		{"Statfs_t.F_mntfromname", Field, 2},
    		{"Statfs_t.F_mntfromspec", Field, 3},
    		{"Statfs_t.F_mntonname", Field, 2},
    		{"Statfs_t.F_namemax", Field, 2},
    		{"Statfs_t.F_owner", Field, 2},
    		{"Statfs_t.F_spare", Field, 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg syscall (openbsd-386), type Statfs_t struct, F_fstypename [16]int8
    pkg syscall (openbsd-386), type Statfs_t struct, F_iosize uint32
    pkg syscall (openbsd-386), type Statfs_t struct, F_mntfromname [90]int8
    pkg syscall (openbsd-386), type Statfs_t struct, F_mntonname [90]int8
    pkg syscall (openbsd-386), type Statfs_t struct, F_namemax uint32
    pkg syscall (openbsd-386), type Statfs_t struct, F_owner uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), type Statfs_t struct, Fstypename [16]int8
    pkg syscall (freebsd-arm64), type Statfs_t struct, Iosize uint64
    pkg syscall (freebsd-arm64), type Statfs_t struct, Mntfromname [1024]int8
    pkg syscall (freebsd-arm64), type Statfs_t struct, Mntonname [1024]int8
    pkg syscall (freebsd-arm64), type Statfs_t struct, Namemax uint32
    pkg syscall (freebsd-arm64), type Statfs_t struct, Owner uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), type Statfs_t struct, Fstypename [16]int8
    pkg syscall (darwin-arm64), type Statfs_t struct, Iosize int32
    pkg syscall (darwin-arm64), type Statfs_t struct, Mntfromname [1024]int8
    pkg syscall (darwin-arm64), type Statfs_t struct, Mntonname [1024]int8
    pkg syscall (darwin-arm64), type Statfs_t struct, Owner uint32
    pkg syscall (darwin-arm64), type Statfs_t struct, Reserved [8]uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top