Searched refs:os_channel_attr_set_key (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/tests/skywalk/ |
| H A D | skt_bind.c | 98 error = os_channel_attr_set_key(attr0, key0, sizeof(key0)); in skt_bind_init() 100 error = os_channel_attr_set_key(attr1, key1, sizeof(key1)); in skt_bind_init()
|
| H A D | skt_filter.c | 501 error = os_channel_attr_set_key(ch_attr, bind_key, sizeof(bind_key)); in custom_ether_thread() 774 error = os_channel_attr_set_key(ch_attr, bind_key, sizeof(bind_key)); in filter_thread()
|
| H A D | skywalk_test_common.c | 635 os_channel_attr_set_key(attr, key, keylen); in sktc_setup_channel_worker()
|
| /xnu-12377.1.9/bsd/skywalk/channel/ |
| H A D | os_channel.h | 250 extern int os_channel_attr_set_key(const channel_attr_t attr,
|
| /xnu-12377.1.9/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 1324 os_channel_attr_set_key(ncha, cha->cha_key, in os_channel_attr_clone() 1426 os_channel_attr_set_key(const channel_attr_t cha, const void *key, in os_channel_attr_set_key() function
|