Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 53 for fstatat (0.12 sec)

  1. src/syscall/zsyscall_openbsd_386.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Fstat(fd int, stat *Stat_t) (err error) {
    	_, _, e1 := syscall(abi.FuncPCABI0(libc_fstat_trampoline), uintptr(fd), uintptr(unsafe.Pointer(stat)), 0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    func libc_fstat_trampoline()
    
    //go:cgo_import_dynamic libc_fstat fstat "libc.so"
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 04 07:51:20 UTC 2024
    - 47.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    //sys	Fdatasync(fd int) (err error) = SYS_FDATASYNC
    //sys	fstat(fd int, stat *Stat_LE_t) (err error)
    //sys	fstatat(dirfd int, path string, stat *Stat_LE_t, flags int) (err error) = SYS___FSTATAT_A
    
    func Fstat(fd int, stat *Stat_t) (err error) {
    	var statLE Stat_LE_t
    	err = fstat(fd, &statLE)
    	copyStat(stat, &statLE)
    	return
    }
    
    func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) {
    	var statLE Stat_LE_t
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  3. src/syscall/syscall_linux.go

    	// Because people naturally expect syscall.Faccessat to act
    	// like C faccessat, we do the same.
    
    	if flags & ^(_AT_SYMLINK_NOFOLLOW|_AT_EACCESS) != 0 {
    		return EINVAL
    	}
    
    	var st Stat_t
    	if err := fstatat(dirfd, path, &st, flags&_AT_SYMLINK_NOFOLLOW); err != nil {
    		return err
    	}
    
    	mode &= 7
    	if mode == 0 {
    		return nil
    	}
    
    	// Fallback to checking permission bits.
    	var uid int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go

    	if int64(r0) == -1 {
    		err = errnoErr2(e1, e2)
    	}
    	return
    }
    
    //go:nosplit
    func get_fstatatAddr() *(func(dirfd int, path string, stat *Stat_LE_t, flags int) (err error))
    
    var fstatat = enter_fstatat
    
    func enter_fstatat(dirfd int, path string, stat *Stat_LE_t, flags int) (err error) {
    	funcref := get_fstatatAddr()
    	if funcptrtest(GetZosLibVec()+SYS___FSTATAT_A<<4, "") == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 88.2K bytes
    - Viewed (0)
  5. src/syscall/syscall_aix.go

    //sys	Fchown(fd int, uid int, gid int) (err error)
    //sys	Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error)
    //sys	Fpathconf(fd int, name int) (val int, err error)
    //sys	Fstat(fd int, stat *Stat_t) (err error)
    //sys	Fstatfs(fd int, buf *Statfs_t) (err error)
    //sys	Ftruncate(fd int, length int64) (err error)
    //sysnb	Getgid() (gid int)
    //sysnb	Getpid() (pid int)
    //sys	Geteuid() (euid int)
    //sys	Getegid() (egid int)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:50:55 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/analysis/resource_dataflow.cc

     public:
      using TensorflowDataflowAnalysis<
          ResourceConstructingOps>::TensorflowDataflowAnalysis;
      void visitOperation(Operation *op, ArrayRef<const StateT *> operands,
                          ArrayRef<StateT *> results) override {
        if (ForwardThroughTFOperation(op, operands, results)) return;
        setAllToEntryStates(results);
      }
      ~ResourceDataflowAnalysis() override = default;
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go

    	Totalswap uint64
    	Freeswap  uint64
    	Procs     uint16
    	Pad       uint16
    	Totalhigh uint64
    	Freehigh  uint64
    	Unit      uint32
    	_         [0]int8
    	_         [4]byte
    }
    
    type Ustat_t struct {
    	Tfree  int32
    	Tinode uint64
    	Fname  [6]int8
    	Fpack  [6]int8
    	_      [4]byte
    }
    
    type EpollEvent struct {
    	Events uint32
    	_      int32
    	Fd     int32
    	Pad    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)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go

    	Bufferram uint32
    	Totalswap uint32
    	Freeswap  uint32
    	Procs     uint16
    	Pad       uint16
    	Totalhigh uint32
    	Freehigh  uint32
    	Unit      uint32
    	_         [8]int8
    }
    
    type Ustat_t struct {
    	Tfree  int32
    	Tinode uint32
    	Fname  [6]int8
    	Fpack  [6]int8
    }
    
    type EpollEvent struct {
    	Events uint32
    	PadFd  int32
    	Fd     int32
    	Pad    int32
    }
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go

    	Totalswap uint64
    	Freeswap  uint64
    	Procs     uint16
    	Pad       uint16
    	Totalhigh uint64
    	Freehigh  uint64
    	Unit      uint32
    	_         [0]uint8
    	_         [4]byte
    }
    
    type Ustat_t struct {
    	Tfree  int32
    	Tinode uint64
    	Fname  [6]uint8
    	Fpack  [6]uint8
    	_      [4]byte
    }
    
    type EpollEvent struct {
    	Events uint32
    	_      int32
    	Fd     int32
    	Pad    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_ppc.go

    	Bufferram uint32
    	Totalswap uint32
    	Freeswap  uint32
    	Procs     uint16
    	Pad       uint16
    	Totalhigh uint32
    	Freehigh  uint32
    	Unit      uint32
    	_         [8]uint8
    }
    
    type Ustat_t struct {
    	Tfree  int32
    	Tinode uint32
    	Fname  [6]uint8
    	Fpack  [6]uint8
    }
    
    type EpollEvent struct {
    	Events uint32
    	_      int32
    	Fd     int32
    	Pad    int32
    }
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.4K bytes
    - Viewed (0)
Back to top