Home
last modified time | relevance | path

Searched refs:uuid_string_t (Results 1 – 25 of 58) sorted by relevance

123

/xnu-8020.121.3/bsd/uuid/
H A Duuid.h43 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 Duuid.c142 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 Dvfs_fslog.c67 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 DIOKitBSDInit.cpp417 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 Danalytics.c68 extern uuid_string_t trial_treatment_id;
69 extern uuid_string_t trial_experiment_id;
/xnu-8020.121.3/bsd/kern/
H A Dproc_uuid_policy.c118 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 Dchunklist.c682 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 Dbsd_init.c1208 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 Dkern_memorystatus_freeze.h260 uuid_string_t treatment_id;
261 uuid_string_t experiment_id;
/xnu-8020.121.3/tests/
H A Dcorrect_kernel_booted.c121 uuid_string_t kern_uuid_str;
154 uuid_string_t bin_uuid_str;
/xnu-8020.121.3/bsd/netinet6/
H A Dipsec.h243 uuid_string_t wake_uuid;
250 uuid_string_t wake_uuid;
/xnu-8020.121.3/osfmk/kern/
H A Ddebug.h652 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 Ddebug.c271 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 DIONVRAMV3Handler.cpp151 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 DIOPolledInterface.cpp541 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 Dif_ports_used.c232 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 Dfsw_netagent.c187 uuid_string_t uuidstr; in fsw_netagent_flow_add()
230 uuid_string_t uuidstr; in fsw_netagent_flow_del()
H A Dfsw_flow.c56 uuid_string_t uuidstr; in fsw_flow_add()
421 uuid_string_t uuidstr; in fsw_flow_del()
H A Dnx_flowswitch.c742 uuid_string_t uuidstr; in nx_fsw_dom_connect()
857 uuid_string_t uuidstr; in nx_fsw_na_find_log()
H A Dfsw_vp.c429 uuid_string_t uuidstr; in fsw_vp_na_create()
/xnu-8020.121.3/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c46 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 Dnexus.c191 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 Dchannel.c1506 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 Dskywalk_var.h501 extern const char *sk_uuid_unparse(const uuid_t, uuid_string_t);
/xnu-8020.121.3/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c311 uuid_string_t uuidstr; in nx_netif_netagent_flow_bind()
567 uuid_string_t uuidstr; in nx_netif_netagent_flow_add()

123