Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 90 for 197 (0.25 sec)

  1. src/syscall/zsysnum_openbsd_arm64.go

    	SYS_SWAPCTL        = 193 // { int sys_swapctl(int cmd, const void *arg, int misc); }
    	SYS_GETRLIMIT      = 194 // { int sys_getrlimit(int which, \
    	SYS_SETRLIMIT      = 195 // { int sys_setrlimit(int which, \
    	SYS_MMAP           = 197 // { void *sys_mmap(void *addr, size_t len, int prot, \
    	SYS_LSEEK          = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \
    	SYS_TRUNCATE       = 200 // { int sys_truncate(const char *path, int pad, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 14.7K bytes
    - Viewed (0)
  2. src/runtime/sys_netbsd_amd64.s

    #define SYS_write			4
    #define SYS_open			5
    #define SYS_close			6
    #define SYS_getpid			20
    #define SYS_kill			37
    #define SYS_munmap			73
    #define SYS_madvise			75
    #define SYS_fcntl			92
    #define SYS_mmap			197
    #define SYS___sysctl			202
    #define SYS___sigaltstack14		281
    #define SYS___sigprocmask14		293
    #define SYS_issetugid			305
    #define SYS_getcontext			307
    #define SYS_setcontext			308
    #define SYS__lwp_create			309
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  3. src/runtime/sys_openbsd_mips64.s

    	MOVW	prot+16(FP), R6		// arg 3 - prot
    	MOVW	flags+20(FP), R7	// arg 4 - flags
    	MOVW	fd+24(FP), R8		// arg 5 - fd
    	MOVW	$0, R9			// arg 6 - pad
    	MOVW	off+28(FP), R10		// arg 7 - offset
    	MOVV	$197, R2		// sys_mmap
    	SYSCALL
    	MOVV	$0, R4
    	BEQ	R7, 3(PC)
    	MOVV	R2, R4			// if error, move to R4
    	MOVV	$0, R2
    	MOVV	R2, p+32(FP)
    	MOVV	R4, err+40(FP)
    	RET
    
    TEXT runtime·munmap(SB),NOSPLIT,$0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_openbsd_mips64.go

    	SYS_SWAPCTL        = 193 // { int sys_swapctl(int cmd, const void *arg, int misc); }
    	SYS_GETRLIMIT      = 194 // { int sys_getrlimit(int which, \
    	SYS_SETRLIMIT      = 195 // { int sys_setrlimit(int which, \
    	SYS_MMAP           = 197 // { void *sys_mmap(void *addr, size_t len, int prot, \
    	SYS_LSEEK          = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \
    	SYS_TRUNCATE       = 200 // { int sys_truncate(const char *path, int pad, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 14.9K bytes
    - Viewed (0)
  5. test/fixedbugs/issue2615.go

    		return 193
    	} else if x[3]&(1<<2) != 0 {
    		return 194
    	} else if x[3]&(1<<3) != 0 {
    		return 195
    	} else if x[3]&(1<<4) != 0 {
    		return 196
    	} else if x[3]&(1<<5) != 0 {
    		return 197
    	} else if x[3]&(1<<6) != 0 {
    		return 198
    	} else if x[3]&(1<<7) != 0 {
    		return 199
    	} else if x[3]&(1<<8) != 0 {
    		return 200
    	} else if x[3]&(1<<9) != 0 {
    		return 201
    	} else if x[3]&(1<<10) != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 11.5K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_openbsd_ppc64.go

    	SYS_SWAPCTL        = 193 // { int sys_swapctl(int cmd, const void *arg, int misc); }
    	SYS_GETRLIMIT      = 194 // { int sys_getrlimit(int which, \
    	SYS_SETRLIMIT      = 195 // { int sys_setrlimit(int which, \
    	SYS_PAD_MMAP       = 197 // { void *sys_pad_mmap(void *addr, size_t len, int prot, \
    	SYS_PAD_LSEEK      = 199 // { off_t sys_pad_lseek(int fd, int pad, off_t offset, \
    	SYS_PAD_TRUNCATE   = 200 // { int sys_pad_truncate(const char *path, int pad, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_openbsd_386.go

    	SYS_SWAPCTL        = 193 // { int sys_swapctl(int cmd, const void *arg, int misc); }
    	SYS_GETRLIMIT      = 194 // { int sys_getrlimit(int which, \
    	SYS_SETRLIMIT      = 195 // { int sys_setrlimit(int which, \
    	SYS_MMAP           = 197 // { void *sys_mmap(void *addr, size_t len, int prot, \
    	SYS_LSEEK          = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \
    	SYS_TRUNCATE       = 200 // { int sys_truncate(const char *path, int pad, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_openbsd_arm.go

    	SYS_SWAPCTL        = 193 // { int sys_swapctl(int cmd, const void *arg, int misc); }
    	SYS_GETRLIMIT      = 194 // { int sys_getrlimit(int which, \
    	SYS_SETRLIMIT      = 195 // { int sys_setrlimit(int which, \
    	SYS_MMAP           = 197 // { void *sys_mmap(void *addr, size_t len, int prot, \
    	SYS_LSEEK          = 199 // { off_t sys_lseek(int fd, int pad, off_t offset, \
    	SYS_TRUNCATE       = 200 // { int sys_truncate(const char *path, int pad, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.5K bytes
    - Viewed (0)
  9. src/runtime/sys_netbsd_386.s

    #define SYS_write			4
    #define SYS_open			5
    #define SYS_close			6
    #define SYS_getpid			20
    #define SYS_kill			37
    #define SYS_munmap			73
    #define SYS_madvise			75
    #define SYS_fcntl			92
    #define SYS_mmap			197
    #define SYS___sysctl			202
    #define SYS___sigaltstack14		281
    #define SYS___sigprocmask14		293
    #define SYS_issetugid			305
    #define SYS_getcontext			307
    #define SYS_setcontext			308
    #define SYS__lwp_create			309
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  10. src/runtime/sys_netbsd_arm64.s

    #define SYS_write			4
    #define SYS_open			5
    #define SYS_close			6
    #define SYS_getpid			20
    #define SYS_kill			37
    #define SYS_munmap			73
    #define SYS_madvise			75
    #define SYS_fcntl			92
    #define SYS_mmap			197
    #define SYS___sysctl			202
    #define SYS___sigaltstack14		281
    #define SYS___sigprocmask14		293
    #define SYS_issetugid			305
    #define SYS_getcontext			307
    #define SYS_setcontext			308
    #define SYS__lwp_create			309
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 9.5K bytes
    - Viewed (0)
Back to top