Searched refs:sktc_bind_nexus_key (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skt_bind.c | 165 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 D | skywalk_test_common.h | 154 extern int sktc_bind_nexus_key(nexus_port_t, const void *, size_t);
|
| H A D | skywalk_test_common.c | 276 sktc_bind_nexus_key(nexus_port_t port, const void *key, size_t keylen) in sktc_bind_nexus_key() function
|