Searched refs:uuid_create (Results 1 – 16 of 16) sorted by relevance
| /dragonfly/contrib/binutils-2.34/ld/ |
| HD | ldbuildid.c | 137 UuidCreateFn uuid_create = 0; in generate_build_id() 142 … uuid_create = (UuidCreateFn) (void (WINAPI *)(void)) GetProcAddress (rpc_library, "UuidCreate"); in generate_build_id() 143 if (!uuid_create) in generate_build_id() 149 if (uuid_create (&uuid) != RPC_S_OK) in generate_build_id()
|
| /dragonfly/lib/libc/uuid/ |
| HD | Makefile.inc | 8 SRCS+= uuid_compare.c uuid_create.c uuid_create_nil.c uuid_equal.c \ 17 uuid.3 uuid_create.3 \
|
| HD | uuid_create.c | 39 uuid_create(uuid_t *u, uint32_t *status) in uuid_create() function
|
| HD | Symbol.map | 4 uuid_create;
|
| /dragonfly/sbin/newfs_hammer2/ |
| HD | mkfs_hammer2.c | 106 uuid_create(&opt->Hammer2_VolFSID, NULL); in hammer2_mkfs_init() 107 uuid_create(&opt->Hammer2_SupCLID, NULL); in hammer2_mkfs_init() 108 uuid_create(&opt->Hammer2_SupFSID, NULL); in hammer2_mkfs_init() 332 uuid_create(&opt->Hammer2_PfsCLID[i], NULL); in format_hammer2_inode() 333 uuid_create(&opt->Hammer2_PfsFSID[i], NULL); in format_hammer2_inode()
|
| /dragonfly/sbin/hammer2/ |
| HD | cmd_pfs.c | 183 uuid_create(&pfs.pfs_clid, &status); in cmd_pfs_create() 186 uuid_create(&pfs.pfs_fsid, &status); in cmd_pfs_create()
|
| /dragonfly/include/ |
| HD | uuid.h | 51 void uuid_create(uuid_t *, uint32_t *);
|
| /dragonfly/sbin/hammer/ |
| HD | uuid.c | 41 uuid_create(uuid, NULL); in hammer_uuid_create()
|
| /dragonfly/sbin/gpt/ |
| HD | create.c | 185 uuid_create(&uuid, NULL); in create() 195 uuid_create(&uuid, NULL); in create()
|
| HD | migrate.c | 228 uuid_create(&uuid, NULL); in migrate() 238 uuid_create(&uuid, NULL); in migrate()
|
| /dragonfly/usr.sbin/makefs/hammer2/ |
| HD | hammer2_ioctl.c | 896 uuid_create(&nip->meta.pfs_fsid, NULL); in hammer2_ioctl_pfs_snapshot() 907 uuid_create(&nip->meta.pfs_clid, NULL); in hammer2_ioctl_pfs_snapshot() 909 uuid_create(&nip->meta.pfs_clid, NULL); in hammer2_ioctl_pfs_snapshot()
|
| /dragonfly/contrib/cryptsetup/luks/ |
| HD | keymanage.c | 502 uuid_create(&partitionUuid, &ret); in LUKS_generate_phdr()
|
| /dragonfly/usr.sbin/makefs/ |
| HD | hammer2.c | 1478 uuid_create(&pfs.pfs_clid, NULL); in hammer2_pfs_create() 1479 uuid_create(&pfs.pfs_fsid, NULL); in hammer2_pfs_create()
|
| /dragonfly/sbin/disklabel64/ |
| HD | disklabel64.c | 1418 uuid_create(&pp->p_stor_uuid, NULL); in checklabel()
|
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | layout.cc | 3458 UuidCreateFn uuid_create = reinterpret_cast<UuidCreateFn>( in create_build_id() 3460 if (!uuid_create) in create_build_id() 3462 else if (uuid_create(&uuid) != RPC_S_OK) in create_build_id()
|
| /dragonfly/lib/libtcplay/ |
| HD | tcplay.c | 1774 uuid_create(&info->uuid, &status); in dm_setup()
|