Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dos_channel.h219 } slot_prop_t __attribute__((aligned(sizeof(uint64_t)))); typedef
405 const channel_slot_t slot, slot_prop_t *prop);
409 const channel_slot_t slot, const slot_prop_t *prop);
/xnu-8019.80.24/libsyscall/wrappers/skywalk/
H A Dos_channel.c1000 slot_prop_t *prop) in os_channel_get_next_slot()
1086 const channel_slot_t slot, const slot_prop_t *prop) in os_channel_set_slot_properties()
/xnu-8019.80.24/tests/
H A Dnet_tuntests.c924 slot_prop_t rxprop; in drain_ring()