Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 416 for flagstr (0.12 sec)

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

    func callfchmodat(dirfd int, _p0 uintptr, mode uint32, flags int) (r1 uintptr, e1 Errno) {
    	r1, _, e1 = syscall6(uintptr(unsafe.Pointer(&libc_fchmodat)), 4, uintptr(dirfd), _p0, uintptr(mode), uintptr(flags), 0, 0)
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func callfchownat(dirfd int, _p0 uintptr, uid int, gid int, flags int) (r1 uintptr, e1 Errno) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 42.4K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_openbsd_mips64.go

    	SYS_ACCESS         = 33  // { int sys_access(const char *path, int amode); }
    	SYS_CHFLAGS        = 34  // { int sys_chflags(const char *path, u_int flags); }
    	SYS_FCHFLAGS       = 35  // { int sys_fchflags(int fd, u_int flags); }
    	SYS_SYNC           = 36  // { void sys_sync(void); }
    	SYS_MSYSCALL       = 37  // { int sys_msyscall(void *addr, size_t len); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 14.9K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_arm64.go

    	Len  uint16
    	Type uint16
    }
    
    type IfInfomsg struct {
    	Family     uint8
    	X__ifi_pad uint8
    	Type       uint16
    	Index      int32
    	Flags      uint32
    	Change     uint32
    }
    
    type IfAddrmsg struct {
    	Family    uint8
    	Prefixlen uint8
    	Flags     uint8
    	Scope     uint8
    	Index     uint32
    }
    
    type RtMsg struct {
    	Family   uint8
    	Dst_len  uint8
    	Src_len  uint8
    	Tos      uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_openbsd_arm64.go

    	SYS_ACCESS         = 33  // { int sys_access(const char *path, int amode); }
    	SYS_CHFLAGS        = 34  // { int sys_chflags(const char *path, u_int flags); }
    	SYS_FCHFLAGS       = 35  // { int sys_fchflags(int fd, u_int flags); }
    	SYS_SYNC           = 36  // { void sys_sync(void); }
    	SYS_STAT           = 38  // { int sys_stat(const char *path, struct stat *ub); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 14.7K bytes
    - Viewed (0)
  5. src/syscall/ztypes_linux_mips.go

    	Len  uint16
    	Type uint16
    }
    
    type IfInfomsg struct {
    	Family     uint8
    	X__ifi_pad uint8
    	Type       uint16
    	Index      int32
    	Flags      uint32
    	Change     uint32
    }
    
    type IfAddrmsg struct {
    	Family    uint8
    	Prefixlen uint8
    	Flags     uint8
    	Scope     uint8
    	Index     uint32
    }
    
    type RtMsg struct {
    	Family   uint8
    	Dst_len  uint8
    	Src_len  uint8
    	Tos      uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10K bytes
    - Viewed (0)
  6. src/syscall/ztypes_linux_mipsle.go

    	Len  uint16
    	Type uint16
    }
    
    type IfInfomsg struct {
    	Family     uint8
    	X__ifi_pad uint8
    	Type       uint16
    	Index      int32
    	Flags      uint32
    	Change     uint32
    }
    
    type IfAddrmsg struct {
    	Family    uint8
    	Prefixlen uint8
    	Flags     uint8
    	Scope     uint8
    	Index     uint32
    }
    
    type RtMsg struct {
    	Family   uint8
    	Dst_len  uint8
    	Src_len  uint8
    	Tos      uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go

    func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {
    	r0, _, e1 := Syscall(SYS_RECVMSG, uintptr(s), uintptr(unsafe.Pointer(msg)), uintptr(flags))
    	n = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 45.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_freebsd_riscv64.go

    func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {
    	r0, _, e1 := Syscall(SYS_RECVMSG, uintptr(s), uintptr(unsafe.Pointer(msg)), uintptr(flags))
    	n = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 44.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go

    func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) {
    	r0, _, e1 := Syscall(SYS_RECVMSG, uintptr(s), uintptr(unsafe.Pointer(msg)), uintptr(flags))
    	n = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 45.1K bytes
    - Viewed (0)
  10. src/runtime/signal_unix.go

    		// may have been coalesced with another signal, so we
    		// still let it through to the application.
    	}
    
    	flags := int32(_SigThrow)
    	if sig < uint32(len(sigtable)) {
    		flags = sigtable[sig].flags
    	}
    	if !c.sigFromUser() && flags&_SigPanic != 0 && (gp.throwsplit || gp != mp.curg) {
    		// We can't safely sigpanic because it may grow the
    		// stack. Abort in the signal handler instead.
    		//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 16:04:54 UTC 2024
    - 45K bytes
    - Viewed (0)
Back to top