Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/skywalk/channel/
H A Dos_channel.h220 } slot_prop_t __attribute__((aligned(sizeof(uint64_t)))); typedef
406 const channel_slot_t slot, slot_prop_t *prop);
410 const channel_slot_t slot, const slot_prop_t *prop);
/xnu-8796.101.5/libsyscall/wrappers/skywalk/
H A Dos_channel.c1012 slot_prop_t *prop) in os_channel_get_next_slot()
1098 const channel_slot_t slot, const slot_prop_t *prop) in os_channel_set_slot_properties()
/xnu-8796.101.5/tests/
H A Dnet_tuntests.c924 slot_prop_t rxprop; in drain_ring()