Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 356 for Iflag (0.05 sec)

  1. src/syscall/ztypes_linux_loong64.go

    	_AT_NO_AUTOMOUNT     = 0x800
    	_STATX_BASIC_STATS   = 0x7ff
    )
    
    type pollFd struct {
    	Fd      int32
    	Events  int16
    	Revents int16
    }
    
    type Termios struct {
    	Iflag  uint32
    	Oflag  uint32
    	Cflag  uint32
    	Lflag  uint32
    	Line   uint8
    	Cc     [32]uint8
    	Ispeed uint32
    	Ospeed uint32
    }
    
    const (
    	IUCLC  = 0x200
    	OLCUC  = 0x2
    	TCGETS = 0x5401
    	TCSETS = 0x5402
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.8K bytes
    - Viewed (0)
  2. src/syscall/ztypes_linux_mips64le.go

    	_AT_EACCESS          = 0x200
    	_AT_EMPTY_PATH       = 0x1000
    )
    
    type pollFd struct {
    	Fd      int32
    	Events  int16
    	Revents int16
    }
    
    type Termios struct {
    	Iflag     uint32
    	Oflag     uint32
    	Cflag     uint32
    	Lflag     uint32
    	Line      uint8
    	Cc        [32]uint8
    	Pad_cgo_0 [3]byte
    }
    
    const (
    	IUCLC  = 0x200
    	OLCUC  = 0x2
    	TCGETS = 0x540d
    	TCSETS = 0x540e
    	XCASE  = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_mips.go

    	_AT_EACCESS          = 0x200
    	_AT_EMPTY_PATH       = 0x1000
    )
    
    type pollFd struct {
    	Fd      int32
    	Events  int16
    	Revents int16
    }
    
    type Termios struct {
    	Iflag     uint32
    	Oflag     uint32
    	Cflag     uint32
    	Lflag     uint32
    	Line      uint8
    	Cc        [32]uint8
    	Pad_cgo_0 [3]byte
    }
    
    const (
    	IUCLC  = 0x200
    	OLCUC  = 0x2
    	TCGETS = 0x540d
    	TCSETS = 0x540e
    	XCASE  = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10K bytes
    - Viewed (0)
  4. src/syscall/ztypes_linux_mipsle.go

    	_AT_EACCESS          = 0x200
    	_AT_EMPTY_PATH       = 0x1000
    )
    
    type pollFd struct {
    	Fd      int32
    	Events  int16
    	Revents int16
    }
    
    type Termios struct {
    	Iflag     uint32
    	Oflag     uint32
    	Cflag     uint32
    	Lflag     uint32
    	Line      uint8
    	Cc        [32]uint8
    	Pad_cgo_0 [3]byte
    }
    
    const (
    	IUCLC  = 0x200
    	OLCUC  = 0x2
    	TCGETS = 0x540d
    	TCSETS = 0x540e
    	XCASE  = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10K bytes
    - Viewed (0)
  5. src/syscall/ztypes_linux_mips64.go

    	_AT_EACCESS          = 0x200
    	_AT_EMPTY_PATH       = 0x1000
    )
    
    type pollFd struct {
    	Fd      int32
    	Events  int16
    	Revents int16
    }
    
    type Termios struct {
    	Iflag     uint32
    	Oflag     uint32
    	Cflag     uint32
    	Lflag     uint32
    	Line      uint8
    	Cc        [32]uint8
    	Pad_cgo_0 [3]byte
    }
    
    const (
    	IUCLC  = 0x200
    	OLCUC  = 0x2
    	TCGETS = 0x540d
    	TCSETS = 0x540e
    	XCASE  = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  6. src/syscall/ztypes_linux_ppc64.go

    	_AT_EACCESS          = 0x200
    	_AT_EMPTY_PATH       = 0x1000
    )
    
    type pollFd struct {
    	Fd      int32
    	Events  int16
    	Revents int16
    }
    
    type Termios struct {
    	Iflag     uint32
    	Oflag     uint32
    	Cflag     uint32
    	Lflag     uint32
    	Line      uint8
    	Cc        [32]uint8
    	Pad_cgo_0 [3]byte
    	Ispeed    uint32
    	Ospeed    uint32
    }
    
    const (
    	IUCLC  = 0x1000
    	OLCUC  = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  7. src/syscall/ztypes_linux_riscv64.go

    	_AT_EACCESS          = 0x200
    	_AT_EMPTY_PATH       = 0x1000
    )
    
    type pollFd struct {
    	Fd      int32
    	Events  int16
    	Revents int16
    }
    
    type Termios struct {
    	Iflag  uint32
    	Oflag  uint32
    	Cflag  uint32
    	Lflag  uint32
    	Line   uint8
    	Cc     [19]uint8
    	Ispeed uint32
    	Ospeed uint32
    }
    
    const (
    	IUCLC  = 0x200
    	OLCUC  = 0x2
    	TCGETS = 0x5401
    	TCSETS = 0x5402
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  8. src/syscall/ztypes_linux_s390x.go

    	_AT_EACCESS          = 0x200
    	_AT_EMPTY_PATH       = 0x1000
    )
    
    type pollFd struct {
    	Fd      int32
    	Events  int16
    	Revents int16
    }
    
    type Termios struct {
    	Iflag  uint32
    	Oflag  uint32
    	Cflag  uint32
    	Lflag  uint32
    	Line   uint8
    	Cc     [32]uint8
    	_      [3]byte
    	Ispeed uint32
    	Ospeed uint32
    }
    
    const (
    	IUCLC  = 0x200
    	OLCUC  = 0x2
    	TCGETS = 0x5401
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go

    	SIG_UNBLOCK = 0x1
    	SIG_SETMASK = 0x2
    )
    
    type Siginfo struct {
    	Signo int32
    	Errno int32
    	Code  int32
    	_     [116]byte
    }
    
    type Termios struct {
    	Iflag  uint32
    	Oflag  uint32
    	Cflag  uint32
    	Lflag  uint32
    	Cc     [19]uint8
    	Line   uint8
    	Ispeed uint32
    	Ospeed uint32
    }
    
    type Taskstats struct {
    	Version                   uint16
    	Ac_exitcode               uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go

    	SIG_SETMASK = 0x2
    )
    
    type Siginfo struct {
    	Signo int32
    	Errno int32
    	Code  int32
    	_     int32
    	_     [112]byte
    }
    
    type Termios struct {
    	Iflag  uint32
    	Oflag  uint32
    	Cflag  uint32
    	Lflag  uint32
    	Cc     [19]uint8
    	Line   uint8
    	Ispeed uint32
    	Ospeed uint32
    }
    
    type Taskstats struct {
    	Version                   uint16
    	Ac_exitcode               uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top