Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dos_channel.h156 CHANNEL_ATTR_EVENT_RING, /* (g/s) bool: enable event ring */ enumerator
/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c1409 case CHANNEL_ATTR_EVENT_RING: in os_channel_attr_set()
1558 case CHANNEL_ATTR_EVENT_RING: in os_channel_attr_get()
/xnu-12377.1.9/tests/skywalk/
H A Dskywalk_test_utils.c310 error = os_channel_attr_set(tmpattr, CHANNEL_ATTR_EVENT_RING, event_ring); in sktu_channel_create_extended()
372 error = os_channel_attr_get(tmpattr, CHANNEL_ATTR_EVENT_RING, &scratch); in sktu_channel_create_extended()