Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for SYS_GETDTABLESIZE (0.32 sec)

  1. src/syscall/zsysnum_darwin_arm64.go

    	SYS_GETPGRP                        = 81
    	SYS_SETPGID                        = 82
    	SYS_SETITIMER                      = 83
    	SYS_SWAPON                         = 85
    	SYS_GETITIMER                      = 86
    	SYS_GETDTABLESIZE                  = 89
    	SYS_DUP2                           = 90
    	SYS_FCNTL                          = 92
    	SYS_SELECT                         = 93
    	SYS_FSYNC                          = 95
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.4K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_darwin_amd64.go

    	SYS_GETPGRP                        = 81
    	SYS_SETPGID                        = 82
    	SYS_SETITIMER                      = 83
    	SYS_SWAPON                         = 85
    	SYS_GETITIMER                      = 86
    	SYS_GETDTABLESIZE                  = 89
    	SYS_DUP2                           = 90
    	SYS_FCNTL                          = 92
    	SYS_SELECT                         = 93
    	SYS_FSYNC                          = 95
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go

    	SYS_GETPGRP                        = 81
    	SYS_SETPGID                        = 82
    	SYS_SETITIMER                      = 83
    	SYS_SWAPON                         = 85
    	SYS_GETITIMER                      = 86
    	SYS_GETDTABLESIZE                  = 89
    	SYS_DUP2                           = 90
    	SYS_FCNTL                          = 92
    	SYS_SELECT                         = 93
    	SYS_FSYNC                          = 95
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go

    	SYS_GETPGRP                        = 81
    	SYS_SETPGID                        = 82
    	SYS_SETITIMER                      = 83
    	SYS_SWAPON                         = 85
    	SYS_GETITIMER                      = 86
    	SYS_GETDTABLESIZE                  = 89
    	SYS_DUP2                           = 90
    	SYS_FCNTL                          = 92
    	SYS_SELECT                         = 93
    	SYS_FSYNC                          = 95
    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/syscall/zsysnum_freebsd_amd64.go

    	SYS_SETITIMER                = 83  // { int setitimer(u_int which, struct \
    	SYS_SWAPON                   = 85  // { int swapon(char *name); }
    	SYS_GETITIMER                = 86  // { int getitimer(u_int which, \
    	SYS_GETDTABLESIZE            = 89  // { int getdtablesize(void); }
    	SYS_DUP2                     = 90  // { int dup2(u_int from, u_int to); }
    	SYS_FCNTL                    = 92  // { int fcntl(int fd, int cmd, long arg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_freebsd_386.go

    	SYS_SETITIMER                = 83  // { int setitimer(u_int which, struct \
    	SYS_SWAPON                   = 85  // { int swapon(char *name); }
    	SYS_GETITIMER                = 86  // { int getitimer(u_int which, \
    	SYS_GETDTABLESIZE            = 89  // { int getdtablesize(void); }
    	SYS_DUP2                     = 90  // { int dup2(u_int from, u_int to); }
    	SYS_FCNTL                    = 92  // { int fcntl(int fd, int cmd, long arg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_freebsd_arm.go

    	SYS_SETITIMER                = 83  // { int setitimer(u_int which, struct \
    	SYS_SWAPON                   = 85  // { int swapon(char *name); }
    	SYS_GETITIMER                = 86  // { int getitimer(u_int which, \
    	SYS_GETDTABLESIZE            = 89  // { int getdtablesize(void); }
    	SYS_DUP2                     = 90  // { int dup2(u_int from, u_int to); }
    	SYS_FCNTL                    = 92  // { int fcntl(int fd, int cmd, long arg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_dragonfly_amd64.go

    	SYS_SETITIMER     = 83  // { int setitimer(u_int which, struct itimerval *itv, \
    	SYS_SWAPON        = 85  // { int swapon(char *name); }
    	SYS_GETITIMER     = 86  // { int getitimer(u_int which, struct itimerval *itv); }
    	SYS_GETDTABLESIZE = 89  // { int getdtablesize(void); }
    	SYS_DUP2          = 90  // { int dup2(u_int from, u_int to); }
    	SYS_FCNTL         = 92  // { int fcntl(int fd, int cmd, long arg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 22.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go

    	SYS_SWAPON                 = 85  // { int swapon(char *name); }
    	SYS_GETITIMER              = 86  // { int getitimer(u_int which, struct itimerval *itv); }
    	SYS_GETDTABLESIZE          = 89  // { int getdtablesize(void); }
    	SYS_DUP2                   = 90  // { int dup2(int from, int to); }
    	SYS_FCNTL                  = 92  // { int fcntl(int fd, int cmd, long arg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_freebsd_arm64.go

    	SYS_SWAPON                   = 85  // { int swapon(char *name); }
    	SYS_GETITIMER                = 86  // { int getitimer(u_int which, struct itimerval *itv); }
    	SYS_GETDTABLESIZE            = 89  // { int getdtablesize(void); }
    	SYS_DUP2                     = 90  // { int dup2(u_int from, u_int to); }
    	SYS_FCNTL                    = 92  // { int fcntl(int fd, int cmd, long arg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 35.8K bytes
    - Viewed (0)
Back to top