| /xnu-8020.121.3/bsd/uuid/ |
| H A D | uuid.h | 43 typedef __darwin_uuid_string_t uuid_string_t; typedef 71 int uuid_parse(const uuid_string_t in, uuid_t uu); 73 void uuid_unparse(const uuid_t uu, uuid_string_t out); 74 void uuid_unparse_lower(const uuid_t uu, uuid_string_t out); 75 void uuid_unparse_upper(const uuid_t uu, uuid_string_t out);
|
| /xnu-8020.121.3/libkern/uuid/ |
| H A D | uuid.c | 142 uuid_parse(const uuid_string_t in, uuid_t uu) in uuid_parse() 162 uuid_unparse_lower(const uuid_t uu, uuid_string_t out) in uuid_unparse_lower() 165 sizeof(uuid_string_t), in uuid_unparse_lower() 179 uuid_unparse_upper(const uuid_t uu, uuid_string_t out) in uuid_unparse_upper() 182 sizeof(uuid_string_t), in uuid_unparse_upper() 196 uuid_unparse(const uuid_t uu, uuid_string_t out) in uuid_unparse()
|
| /xnu-8020.121.3/bsd/vfs/ |
| H A D | vfs_fslog.c | 67 uuid_string_t uuidstr; in fslog_extmod_msgtracer() 68 char c_name[2 * MAXCOMLEN + 2 /* () */ + sizeof(uuid_string_t)]; in fslog_extmod_msgtracer() 69 char t_name[2 * MAXCOMLEN + 2 /* () */ + sizeof(uuid_string_t)]; in fslog_extmod_msgtracer()
|
| /xnu-8020.121.3/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 417 if (length <= sizeof(uuid_string_t)) { in IOGetBootUUID() 419 bzero(uuid, sizeof(uuid_string_t)); in IOGetBootUUID() 423 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetBootUUID() 446 if (length <= sizeof(uuid_string_t)) { in IOGetApfsPrebootUUID() 448 bzero(uuid, sizeof(uuid_string_t)); in IOGetApfsPrebootUUID() 452 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetApfsPrebootUUID() 476 if (length <= sizeof(uuid_string_t)) { in IOGetAssociatedApfsVolgroupUUID() 478 bzero(uuid, sizeof(uuid_string_t)); in IOGetAssociatedApfsVolgroupUUID() 482 uuid[sizeof(uuid_string_t) - 1] = '\0'; in IOGetAssociatedApfsVolgroupUUID() 540 uuid_string_t volume_uuid_str; in IOSetRecoveryBoot() [all …]
|
| /xnu-8020.121.3/osfmk/vm/ |
| H A D | analytics.c | 68 extern uuid_string_t trial_treatment_id; 69 extern uuid_string_t trial_experiment_id;
|
| /xnu-8020.121.3/bsd/kern/ |
| H A D | proc_uuid_policy.c | 118 uuid_string_t uuidstr; in proc_uuid_policy_insert() 197 uuid_string_t uuidstr; in proc_uuid_policy_remove() 254 uuid_string_t uuidstr; in proc_uuid_policy_lookup()
|
| H A D | chunklist.c | 682 uuid_string_t img_uuid_str, live_uuid_str; in authenticate_bootkc_uuid() 751 uuid_string_t img_uuid_str, live_uuid_str; in authenticate_libkern_uuid()
|
| H A D | bsd_init.c | 1208 get_preboot_uuid(uuid_string_t maybe_uuid_string) in get_preboot_uuid() 1348 uuid_string_t preboot_uuid; in bsd_find_basesystem_dmg()
|
| /xnu-8020.121.3/bsd/sys/ |
| H A D | kern_memorystatus_freeze.h | 260 uuid_string_t treatment_id; 261 uuid_string_t experiment_id;
|
| /xnu-8020.121.3/tests/ |
| H A D | correct_kernel_booted.c | 121 uuid_string_t kern_uuid_str; 154 uuid_string_t bin_uuid_str;
|
| /xnu-8020.121.3/bsd/netinet6/ |
| H A D | ipsec.h | 243 uuid_string_t wake_uuid; 250 uuid_string_t wake_uuid;
|
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | debug.h | 652 extern uuid_string_t kernelcache_uuid_string; 656 extern uuid_string_t pageablekc_uuid_string; 660 extern uuid_string_t auxkc_uuid_string;
|
| H A D | debug.c | 271 uuid_string_t kernelcache_uuid_string; 275 uuid_string_t pageablekc_uuid_string; 279 uuid_string_t auxkc_uuid_string;
|
| /xnu-8020.121.3/iokit/Kernel/ |
| H A D | IONVRAMV3Handler.cpp | 151 uuid_string_t uuidString; in find_current_offset_in_image() 298 uuid_string_t uuidString; in flush() 328 uuid_string_t uuidString; in flush() 441 uuid_string_t uuidString; in findExistingEntry() 483 uuid_string_t uuidString; in unserializeImage() 647 uuid_string_t uuidString; in setVariable()
|
| H A D | IOPolledInterface.cpp | 541 uuid_string_t volUuidStr; in IOGetVolumeCryptKey() 730 char str2[24 + sizeof(uuid_string_t) + 2]; in IOPolledFileOpen()
|
| /xnu-8020.121.3/bsd/net/ |
| H A D | if_ports_used.c | 232 get_test_wake_uuid(uuid_string_t wakeuuid_str, size_t len) in get_test_wake_uuid() 264 uuid_string_t wakeuuid_str; in if_ports_used_update_wakeuuid() 318 uuid_string_t uuid_str; in if_ports_used_update_wakeuuid() 1088 uuid_string_t wake_uuid_str; in if_notify_unattributed_wake_mbuf() 1104 uuid_string_t wake_uuid_str; in if_notify_unattributed_wake_mbuf() 1167 uuid_string_t wake_uuid_str; in if_notify_wake_packet() 1528 uuid_string_t wake_uuid_str; in if_notify_unattributed_wake_pkt()
|
| /xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_netagent.c | 187 uuid_string_t uuidstr; in fsw_netagent_flow_add() 230 uuid_string_t uuidstr; in fsw_netagent_flow_del()
|
| H A D | fsw_flow.c | 56 uuid_string_t uuidstr; in fsw_flow_add() 421 uuid_string_t uuidstr; in fsw_flow_del()
|
| H A D | nx_flowswitch.c | 742 uuid_string_t uuidstr; in nx_fsw_dom_connect() 857 uuid_string_t uuidstr; in nx_fsw_na_find_log()
|
| H A D | fsw_vp.c | 429 uuid_string_t uuidstr; in fsw_vp_na_create()
|
| /xnu-8020.121.3/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kpipe_loopback.c | 46 static uuid_string_t kplo_nx_uuidstr; 518 uuid_string_t uuidstr; in kpipe_loopback_start() 724 uuid_string_t uuidstr; in kpipe_loopback_stop()
|
| /xnu-8020.121.3/bsd/skywalk/nexus/ |
| H A D | nexus.c | 191 uuid_string_t uuidstr; in nxctl_create() 216 uuid_string_t uuidstr; in nxctl_close() 624 uuid_string_t exec_uuidstr; in nxctl_nexus_bind() 1443 uuid_string_t uuidstr; in nxprov_create_common() 1607 uuid_string_t uuidstr; in nxprov_close() 1654 uuid_string_t uuidstr; in nxprov_detach() 1829 uuid_string_t uuidstr; in nx_create() 2027 uuid_string_t uuidstr; in nx_close() 2072 uuid_string_t uuidstr; in nx_detach()
|
| /xnu-8020.121.3/bsd/skywalk/channel/ |
| H A D | channel.c | 1506 uuid_string_t uuidstr; in ch_open_log1() 1651 uuid_string_t uuidstr; in ch_open() 1743 uuid_string_t uuidstr; in ch_open_special() 1759 uuid_string_t uuidstr; in ch_close_common() 1932 uuid_string_t uuidstr; in ch_connect_log1() 2001 uuid_string_t nx_uuidstr; in ch_connect_log2()
|
| /xnu-8020.121.3/bsd/skywalk/core/ |
| H A D | skywalk_var.h | 501 extern const char *sk_uuid_unparse(const uuid_t, uuid_string_t);
|
| /xnu-8020.121.3/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_netagent.c | 311 uuid_string_t uuidstr; in nx_netif_netagent_flow_bind() 567 uuid_string_t uuidstr; in nx_netif_netagent_flow_add()
|