Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 68 for lzcntl (0.12 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    #include <netinet/ip_mroute.h>
    #include <sys/protosw.h>
    #include <sys/stropts.h>
    #include <sys/mman.h>
    #include <sys/poll.h>
    #include <sys/select.h>
    #include <sys/termio.h>
    #include <termios.h>
    #include <fcntl.h>
    
    #define AF_LOCAL AF_UNIX
    '
    
    includes_Darwin='
    #define _DARWIN_C_SOURCE
    #define KERNEL 1
    #define _DARWIN_USE_64_BIT_INODE
    #define __APPLE_USE_RFC_3542
    #include <stdint.h>
    #include <sys/attr.h>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go

    func FcntlInt(fd uintptr, cmd int, arg int) (r int, err error) {
    	r0, er := C.fcntl(C.uintptr_t(fd), C.int(cmd), C.uintptr_t(arg))
    	r = int(r0)
    	if r0 == -1 && er != nil {
    		err = er
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) (err error) {
    	r0, er := C.fcntl(C.uintptr_t(fd), C.int(cmd), C.uintptr_t(uintptr(unsafe.Pointer(lk))))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 35.7K bytes
    - Viewed (0)
  3. src/syscall/syscall_solaris.go

    	if len(ts) != 2 {
    		return EINVAL
    	}
    	return utimensat(_AT_FDCWD, path, (*[2]Timespec)(unsafe.Pointer(&ts[0])), 0)
    }
    
    //sys	fcntl(fd int, cmd int, arg int) (val int, err error)
    
    // FcntlFlock performs a fcntl syscall for the [F_GETLK], [F_SETLK] or [F_SETLKW] command.
    func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:03:59 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  4. src/syscall/types_linux.go

    package syscall
    
    /*
    #define _LARGEFILE_SOURCE
    #define _LARGEFILE64_SOURCE
    #define _FILE_OFFSET_BITS 64
    #define _GNU_SOURCE
    
    #include <dirent.h>
    #include <fcntl.h>
    #include <netinet/in.h>
    #include <netinet/tcp.h>
    #include <netpacket/packet.h>
    #include <signal.h>
    #include <stdio.h>
    #include <sys/epoll.h>
    #include <sys/inotify.h>
    #include <sys/mman.h>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.9K bytes
    - Viewed (0)
  5. src/runtime/os_netbsd.go

    	osyield()
    }
    
    func kqueue() int32
    
    //go:noescape
    func kevent(kq int32, ch *keventt, nch int32, ev *keventt, nev int32, ts *timespec) int32
    
    func pipe2(flags int32) (r, w int32, errno int32)
    func fcntl(fd, cmd, arg int32) (ret int32, errno int32)
    
    func issetugid() int32
    
    const (
    	_ESRCH     = 3
    	_ETIMEDOUT = 60
    
    	// From NetBSD's <sys/time.h>
    	_CLOCK_REALTIME  = 0
    	_CLOCK_VIRTUAL   = 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  6. src/runtime/sys_netbsd_amd64.s

    	MOVL	nch+16(FP), DX
    	MOVQ	ev+24(FP), R10
    	MOVL	nev+32(FP), R8
    	MOVQ	ts+40(FP), R9
    	MOVL	$SYS___kevent50, AX
    	SYSCALL
    	JCC	2(PC)
    	NEGQ	AX
    	MOVL	AX, ret+48(FP)
    	RET
    
    // func fcntl(fd, cmd, arg int32) (int32, int32)
    TEXT runtime·fcntl(SB),NOSPLIT,$0
    	MOVL	fd+0(FP), DI	// fd
    	MOVL	cmd+4(FP), SI	// cmd
    	MOVL	arg+8(FP), DX	// arg
    	MOVL	$SYS_fcntl, AX
    	SYSCALL
    	JCC	noerr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/syscall_solaris.go

    	}
    	if len(ts) != 2 {
    		return EINVAL
    	}
    	return utimensat(dirfd, path, (*[2]Timespec)(unsafe.Pointer(&ts[0])), flags)
    }
    
    //sys	fcntl(fd int, cmd int, arg int) (val int, err error)
    
    // FcntlInt performs a fcntl syscall on fd with the provided command and argument.
    func FcntlInt(fd uintptr, cmd, arg int) (int, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 31.1K bytes
    - Viewed (0)
  8. src/syscall/mkerrors.sh

    #include <net/route.h>
    #include <netinet/in.h>
    #include <termios.h>
    #include <netinet/ip.h>
    #include <netinet/ip_mroute.h>
    '
    
    includes='
    #include <sys/types.h>
    #include <sys/file.h>
    #include <fcntl.h>
    #include <dirent.h>
    #include <sys/socket.h>
    #include <netinet/in.h>
    #include <netinet/ip.h>
    #include <netinet/ip6.h>
    #include <netinet/tcp.h>
    #include <errno.h>
    #include <sys/signal.h>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 06 21:22:22 UTC 2022
    - 10.7K bytes
    - Viewed (0)
  9. src/runtime/sys_freebsd_arm.s

    	MOVW ev+12(FP), R3	// eventlist
    	ADD $20, R13	// pass arg 5 and 6 on stack
    	MOVW $SYS_kevent, R7
    	SWI $0
    	RSB.CS $0, R0
    	SUB $20, R13
    	MOVW	R0, ret+24(FP)
    	RET
    
    // func fcntl(fd, cmd, arg int32) (int32, int32)
    TEXT runtime·fcntl(SB),NOSPLIT,$0
    	MOVW fd+0(FP), R0	// fd
    	MOVW cmd+4(FP), R1	// cmd
    	MOVW arg+8(FP), R2	// arg
    	MOVW $SYS_fcntl, R7
    	SWI $0
    	MOVW $0, R1
    	MOVW.CS R0, R1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  10. src/runtime/sys_netbsd_arm.s

    	MOVW R4, 4(R13)
    	MOVW ts+20(FP), R4	// timeout
    	MOVW R4, 8(R13)
    	ADD $4, R13	// pass arg 5 and 6 on stack
    	SWI $SYS___kevent50
    	RSB.CS $0, R0
    	SUB $4, R13
    	MOVW	R0, ret+24(FP)
    	RET
    
    // func fcntl(fd, cmd, args int32) int32
    TEXT runtime·fcntl(SB),NOSPLIT,$0
    	MOVW fd+0(FP), R0
    	MOVW cmd+4(FP), R1
    	MOVW arg+8(FP), R2
    	SWI $SYS_fcntl
    	MOVW $0, R1
    	MOVW.CS R0, R1
    	MOVW.CS $-1, R0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 10.6K bytes
    - Viewed (0)
Back to top