Searched refs:uuidgen (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | uuid.h | 70 int uuidgen(struct uuid *, int); 77 int uuidgen(struct uuid *, int);
|
/netbsd-src/usr.bin/uuidgen/ |
H A D | uuidgen.c | 130 if (uuidgen(store, count) != 0) in main() 135 if (uuidgen(uuid++, 1) != 0) in main()
|
H A D | Makefile | 3 PROG= uuidgen
|
/netbsd-src/lib/libc/uuid/ |
H A D | uuid_create.c | 51 if (uuidgen(u, 1) == -1) in uuid_create()
|
/netbsd-src/sys/kern/ |
H A D | kern_uuid.c | 94 uuidgen(struct uuid *store, int count) in uuidgen() function
|
/netbsd-src/usr.bin/ |
H A D | Makefile | 34 uudecode uuencode uuidgen vacation vgrind videoctl vis \
|
/netbsd-src/lib/libc/sys/ |
H A D | Makefile.inc | 163 utimensat.S utrace.S uuidgen.S 297 unlink.2 utimes.2 utrace.2 uuidgen.2 vfork.2 wait.2 write.2
|
/netbsd-src/sbin/cgdconfig/ |
H A D | params.c | 590 if (uuidgen(&id, 1) == -1) { in keygen_makeshared()
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | nostem.txt | 4408 uuidgen
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_syscalls_netbsd.inc | 2453 PRE_SYSCALL(uuidgen)(void *store_, long long count_) { /* Nothing to do */ } 2454 POST_SYSCALL(uuidgen)(long long res, void *store_, long long count_) {
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_syscalls_netbsd.inc | 2478 PRE_SYSCALL(uuidgen)(void *store_, long long count_) { /* Nothing to do */ } 2479 POST_SYSCALL(uuidgen)(long long res, void *store_, long long count_) {
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_syscalls_netbsd.inc | 2478 PRE_SYSCALL(uuidgen)(void *store_, long long count_) { /* Nothing to do */ } 2479 POST_SYSCALL(uuidgen)(long long res, void *store_, long long count_) {
|
/netbsd-src/etc/ |
H A D | services | 1829 uuidgen 697/tcp # UUIDGEN [James_Falkner] … 1830 uuidgen 697/udp # UUIDGEN [James_Falkner] …
|