Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/channel/
H A Dos_channel.h222 } slot_prop_t __attribute__((aligned(sizeof(uint64_t)))); typedef
408 const channel_slot_t slot, slot_prop_t *prop);
412 const channel_slot_t slot, const slot_prop_t *prop);
/xnu-10063.141.1/libsyscall/wrappers/skywalk/
H A Dos_channel.c1013 slot_prop_t *prop) in os_channel_get_next_slot()
1099 const channel_slot_t slot, const slot_prop_t *prop) in os_channel_set_slot_properties()
/xnu-10063.141.1/tests/
H A Dnet_tuntests.c924 slot_prop_t rxprop; in drain_ring()