Home
last modified time | relevance | path

Searched refs:sktc_bind_nexus_key (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/tests/skywalk/
H A Dskt_bind.c165 error = sktc_bind_nexus_key(port0, key0, sizeof(key0)); in skt_bind_common()
169 error = sktc_bind_nexus_key(port0, key0, sizeof(key0)); in skt_bind_common()
173 error = sktc_bind_nexus_key(port1, key1, sizeof(key1)); in skt_bind_common()
177 error = sktc_bind_nexus_key(port1, key1, sizeof(key1)); in skt_bind_common()
235 error = sktc_bind_nexus_key(port0, key0, sizeof(key0)); in skt_bind_common()
283 error = sktc_bind_nexus_key(port1, key1, sizeof(key1)); in skt_bind_common()
330 error = sktc_bind_nexus_key(port0, key0, sizeof(key0)); in skt_bind_common()
368 error = sktc_bind_nexus_key(port1, key1, sizeof(key1)); in skt_bind_common()
413 error = sktc_bind_nexus_key(NEXUS_PORT_USER_PIPE_CLIENT, in skt_bindupipeanon_main()
418 error = sktc_bind_nexus_key(NEXUS_PORT_USER_PIPE_SERVER, in skt_bindupipeanon_main()
[all …]
H A Dskywalk_test_common.h154 extern int sktc_bind_nexus_key(nexus_port_t, const void *, size_t);
H A Dskywalk_test_common.c276 sktc_bind_nexus_key(nexus_port_t port, const void *key, size_t keylen) in sktc_bind_nexus_key() function