Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for uuidgen (0.1 sec)

  1. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_KENV                     = 390 // { int kenv(int what, const char *name, \
    	SYS_LCHFLAGS                 = 391 // { int lchflags(const char *path, \
    	SYS_UUIDGEN                  = 392 // { int uuidgen(struct uuid *store, \
    	SYS_SENDFILE                 = 393 // { int sendfile(int fd, int s, off_t offset, \
    	SYS_MAC_SYSCALL              = 394 // { int mac_syscall(const char *policy, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_freebsd_386.go

    	SYS_KENV                     = 390 // { int kenv(int what, const char *name, \
    	SYS_LCHFLAGS                 = 391 // { int lchflags(const char *path, \
    	SYS_UUIDGEN                  = 392 // { int uuidgen(struct uuid *store, \
    	SYS_SENDFILE                 = 393 // { int sendfile(int fd, int s, off_t offset, \
    	SYS_MAC_SYSCALL              = 394 // { int mac_syscall(const char *policy, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_freebsd_arm.go

    	SYS_KENV                     = 390 // { int kenv(int what, const char *name, \
    	SYS_LCHFLAGS                 = 391 // { int lchflags(const char *path, \
    	SYS_UUIDGEN                  = 392 // { int uuidgen(struct uuid *store, \
    	SYS_SENDFILE                 = 393 // { int sendfile(int fd, int s, off_t offset, \
    	SYS_MAC_SYSCALL              = 394 // { int mac_syscall(const char *policy, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

        # three uuids and take their sum. The sum is encoded in ASCII hex, hence the
        # 64 character cut.
        out+="$(
         (
           uuidgen --random;
           uuidgen --random;
           uuidgen --random;
         ) | sha256sum \
           | head -c 64
        )";
      done
      # Finally, convert the ASCII hex to base64 to increase the density.
      echo -n "${out}" | xxd -r -p | base64 -w 0
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_dragonfly_amd64.go

    	SYS_SCTP_PEELOFF           = 364 // { int sctp_peeloff(int sd, caddr_t name ); }
    	SYS_LCHFLAGS               = 391 // { int lchflags(char *path, int flags); }
    	SYS_UUIDGEN                = 392 // { int uuidgen(struct uuid *store, int count); }
    	SYS_SENDFILE               = 393 // { int sendfile(int fd, int s, off_t offset, size_t nbytes, \
    	SYS_VARSYM_SET             = 450 // { int varsym_set(int level, const char *name, const char *data); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 22.9K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_netbsd_amd64.go

    	SYS_SCHED_YIELD          = 350 // { int|sys||sched_yield(void); }
    	SYS_FSYNC_RANGE          = 354 // { int|sys||fsync_range(int fd, int flags, off_t start, off_t length); }
    	SYS_UUIDGEN              = 355 // { int|sys||uuidgen(struct uuid *store, int count); }
    	SYS_GETVFSSTAT           = 356 // { int|sys||getvfsstat(struct statvfs *buf, size_t bufsize, int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_netbsd_arm.go

    	SYS_SCHED_YIELD          = 350 // { int|sys||sched_yield(void); }
    	SYS_FSYNC_RANGE          = 354 // { int|sys||fsync_range(int fd, int flags, off_t start, off_t length); }
    	SYS_UUIDGEN              = 355 // { int|sys||uuidgen(struct uuid *store, int count); }
    	SYS_GETVFSSTAT           = 356 // { int|sys||getvfsstat(struct statvfs *buf, size_t bufsize, int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go

    	SYS_SCHED_YIELD          = 350 // { int|sys||sched_yield(void); }
    	SYS_FSYNC_RANGE          = 354 // { int|sys||fsync_range(int fd, int flags, off_t start, off_t length); }
    	SYS_UUIDGEN              = 355 // { int|sys||uuidgen(struct uuid *store, int count); }
    	SYS_GETVFSSTAT           = 356 // { int|sys||getvfsstat(struct statvfs *buf, size_t bufsize, int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go

    	SYS_KENV                   = 390 // { int kenv(int what, const char *name, char *value, int len); }
    	SYS_LCHFLAGS               = 391 // { int lchflags(const char *path, u_long flags); }
    	SYS_UUIDGEN                = 392 // { int uuidgen(struct uuid *store, int count); }
    	SYS_SENDFILE               = 393 // { int sendfile(int fd, int s, off_t offset, size_t nbytes, struct sf_hdtr *hdtr, off_t *sbytes, int flags); }
    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/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go

    	SYS_SCHED_YIELD          = 350 // { int|sys||sched_yield(void); }
    	SYS_FSYNC_RANGE          = 354 // { int|sys||fsync_range(int fd, int flags, off_t start, off_t length); }
    	SYS_UUIDGEN              = 355 // { int|sys||uuidgen(struct uuid *store, int count); }
    	SYS_GETVFSSTAT           = 356 // { int|sys||getvfsstat(struct statvfs *buf, size_t bufsize, int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
Back to top