Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/channel/
H A Dos_channel.h164 CHANNEL_ATTR_EVENT_RING, /* (g/s) bool: enable event ring */ enumerator
/xnu-11417.140.69/libsyscall/wrappers/skywalk/
H A Dos_channel.c1448 case CHANNEL_ATTR_EVENT_RING: in os_channel_attr_set()
1601 case CHANNEL_ATTR_EVENT_RING: in os_channel_attr_get()
/xnu-11417.140.69/tests/skywalk/
H A Dskywalk_test_utils.c318 error = os_channel_attr_set(tmpattr, CHANNEL_ATTR_EVENT_RING, event_ring); in sktu_channel_create_extended()
386 error = os_channel_attr_get(tmpattr, CHANNEL_ATTR_EVENT_RING, &scratch); in sktu_channel_create_extended()