Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for SYS_SETRTABLE (0.21 sec)

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

    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, int64_t *oldfreq); }
    	SYS_SETRTABLE      = 310 // { int sys_setrtable(int rtableid); }
    	SYS_GETRTABLE      = 311 // { int sys_getrtable(void); }
    	SYS_FACCESSAT      = 313 // { int sys_faccessat(int fd, const char *path, int amode, int flag); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 18K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go

    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, int64_t *oldfreq); }
    	SYS_SETRTABLE      = 310 // { int sys_setrtable(int rtableid); }
    	SYS_GETRTABLE      = 311 // { int sys_getrtable(void); }
    	SYS_FACCESSAT      = 313 // { int sys_faccessat(int fd, const char *path, int amode, int flag); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go

    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, int64_t *oldfreq); }
    	SYS_SETRTABLE      = 310 // { int sys_setrtable(int rtableid); }
    	SYS_GETRTABLE      = 311 // { int sys_getrtable(void); }
    	SYS_FACCESSAT      = 313 // { int sys_faccessat(int fd, const char *path, int amode, int flag); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go

    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, int64_t *oldfreq); }
    	SYS_SETRTABLE      = 310 // { int sys_setrtable(int rtableid); }
    	SYS_GETRTABLE      = 311 // { int sys_getrtable(void); }
    	SYS_FACCESSAT      = 313 // { int sys_faccessat(int fd, const char *path, int amode, int flag); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SYS_SETRESGID32", Const, 0},
    		{"SYS_SETRESUID", Const, 0},
    		{"SYS_SETRESUID32", Const, 0},
    		{"SYS_SETREUID", Const, 0},
    		{"SYS_SETREUID32", Const, 0},
    		{"SYS_SETRLIMIT", Const, 0},
    		{"SYS_SETRTABLE", Const, 1},
    		{"SYS_SETSGROUPS", Const, 0},
    		{"SYS_SETSID", Const, 0},
    		{"SYS_SETSOCKOPT", Const, 0},
    		{"SYS_SETTID", Const, 0},
    		{"SYS_SETTID_WITH_PID", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. api/go1.2.txt

    pkg syscall (openbsd-386), const SYS_SETRESUID ideal-int
    pkg syscall (openbsd-386), const SYS_SETREUID ideal-int
    pkg syscall (openbsd-386), const SYS_SETRLIMIT ideal-int
    pkg syscall (openbsd-386), const SYS_SETRTABLE ideal-int
    pkg syscall (openbsd-386), const SYS_SETSID ideal-int
    pkg syscall (openbsd-386), const SYS_SETSOCKOPT ideal-int
    pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg syscall (openbsd-386), const SYS_SETRESUID = 282
    pkg syscall (openbsd-386), const SYS_SETREUID = 126
    pkg syscall (openbsd-386), const SYS_SETRLIMIT = 195
    pkg syscall (openbsd-386), const SYS_SETRTABLE = 310
    pkg syscall (openbsd-386), const SYS_SETSID = 147
    pkg syscall (openbsd-386), const SYS_SETSOCKOPT = 105
    pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 122
    pkg syscall (openbsd-386), const SYS_SETUID = 23
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top