Home
last modified time | relevance | path

Searched refs:uuid_parse (Results 1 – 25 of 28) sorted by relevance

12

/xnu-11215.1.10/tests/skywalk/
H A Dskt_pllupipe.c55 error = uuid_parse(argv[3], channel_uuid); in skt_pllupipe_main()
82 error = uuid_parse(argv[3], channel_uuid); in skt_pllupipe_txk_main()
108 error = uuid_parse(argv[3], channel_uuid); in skt_pllupipe_txs_main()
134 error = uuid_parse(argv[3], channel_uuid); in skt_pllupipe_txp_main()
160 error = uuid_parse(argv[3], channel_uuid); in skt_pllupipe_rxk_main()
186 error = uuid_parse(argv[3], channel_uuid); in skt_pllupipe_rxs_main()
212 error = uuid_parse(argv[3], channel_uuid); in skt_pllupipe_rxp_main()
H A Dskt_writemem.c49 error = uuid_parse(argv[3], channel_uuid); in skt_writeif_main()
80 error = uuid_parse(argv[3], channel_uuid); in skt_writering_main()
134 error = uuid_parse(argv[3], channel_uuid); in skt_readsmap_main()
170 error = uuid_parse(argv[3], channel_uuid); in skt_writesmap_main()
284 error = uuid_parse(argv[3], fsw_uuid); in skt_nxregion_verify_main()
H A Dskt_closecfd.c47 error = uuid_parse(argv[3], channel_uuid); in skt_closecfd_main()
84 error = uuid_parse(argv[3], channel_uuid); in skt_writecfd_main()
122 error = uuid_parse(argv[3], channel_uuid); in skt_readcfd_main()
H A Dskt_badring.c60 error = uuid_parse(argv[3], channel_uuid); in skt_badringtx_common()
179 error = uuid_parse(argv[3], channel_uuid); in skt_badringrx_common()
H A Dskt_fullupipe.c79 error = uuid_parse(argv[3], instance_uuid); in skt_fullupipe_main()
275 error = uuid_parse(argv[3], instance_uuid); in skt_upipepeerclosure_main()
H A Dskt_ringid.c81 error = uuid_parse(argv[3], channel_uuid); in skt_ringid_main_common()
H A Dskt_shutdown2.c72 error = uuid_parse(argv[3], channel_uuid); in skt_shutdown2_common()
H A Dskt_debug_verify.c60 error = uuid_parse(argv[3], channel_uuid); in skt_debug_verify_main()
H A Dskt_oneslot.c62 error = uuid_parse(argv[3], channel_uuid); in skt_oneslot_common()
H A Dskt_manyflows.c325 error = uuid_parse(argv[5], fsw_uuid); in skt_mcflows_main()
H A Dskt_mangle.c350 error = uuid_parse(argv[3], ctx.nexus_uuid); in skt_mangle_main()
H A Dskt_nslots.c69 error = uuid_parse(argv[3], channel_uuid); in skt_nslots_common()
H A Dskt_shutdown.c64 error = uuid_parse(argv[3], channel_uuid); in skt_shutdown_common()
H A Dskt_kqueue.c99 error = uuid_parse(argv[3], ctx.nexus_uuid); in skt_kqueue_main()
H A Dskt_xfer.c4041 uuid_parse(PARENT_FLOW_UUID, flow_id); in skt_xfer_udp_parent_child()
4049 uuid_parse(CHILD_FLOW_UUID, flow_id); in skt_xfer_udp_parent_child()
4050 uuid_parse(PARENT_FLOW_UUID, parent_flow_id); in skt_xfer_udp_parent_child()
/xnu-11215.1.10/osfmk/kern/
H A Dext_paniclog.c291 uuid_parse(panic_with_data_uuid, uuid); in ext_paniclog_panic_with_data()
814 uuid_parse(uuid_string_1, uuid_1); in ext_paniclog_insert_dummy_handles_test()
829 uuid_parse(uuid_string_3, uuid_3); in ext_paniclog_insert_dummy_handles_test()
872 uuid_parse(uuid_string_1, uuid_1); in ext_paniclog_insert_struct_handles_test()
881 uuid_parse(uuid_string_2, uuid_2); in ext_paniclog_insert_struct_handles_test()
934 uuid_parse(uuid_string_1, uuid_1); in ext_paniclog_insert_dummy_handles_separate_fields_test()
943 uuid_parse(uuid_string_2, uuid_2); in ext_paniclog_insert_dummy_handles_separate_fields_test()
/xnu-11215.1.10/bsd/uuid/
H A Duuid.h71 int uuid_parse(const uuid_string_t in, uuid_t uu);
/xnu-11215.1.10/libkern/uuid/
H A Duuid.c142 uuid_parse(const uuid_string_t in, uuid_t uu) in uuid_parse() function
/xnu-11215.1.10/tests/
H A Dcorrect_kernel_booted.c128 ret = uuid_parse(kern_uuid_str, kern_uuid);
/xnu-11215.1.10/bsd/kern/
H A Dbsd_init.c1287 int error = uuid_parse(maybe_uuid_string, maybe_uuid); in get_preboot_uuid()
1296 int error = uuid_parse(maybe_uuid_string, maybe_uuid); in get_preboot_uuid()
H A Dkern_sysctl.c2922 error = uuid_parse(uuid_string, boot_uuid);
2949 error = uuid_parse(uuid_string, apfs_preboot_uuid);
2971 error = uuid_parse(uuid_string, apfs_preboot_uuid);
2985 error = uuid_parse(uuid_string, apfs_preboot_uuid);
3024 error = uuid_parse(uuid_string, boot_uuid);
/xnu-11215.1.10/iokit/Kernel/
H A DIOPolledInterface.cpp556 err = uuid_parse(keyStoreUUID->getCStringNoCopy(), volumeKeyUUID); in IOGetVolumeCryptKey()
H A DIONVRAM.cpp468 if ((uuid_parse(temp, guid) == 0) && in parseVariableName()
/xnu-11215.1.10/iokit/bsddev/
H A DIOKitBSDInit.cpp1111 uuid_parse( string->getCStringNoCopy(), uuid ); in IOBSDGetPlatformUUID()
/xnu-11215.1.10/bsd/net/
H A Dif_ports_used.c331 if (uuid_parse(wakeuuid_str, wakeuuid) != 0) { in if_ports_used_update_wakeuuid()

12