Home
last modified time | relevance | path

Searched refs:nx_upipe (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.h83 struct nx_upipe { struct
90 #define NX_UPIPE_PRIVATE(_nx) ((struct nx_upipe *)(_nx)->nx_arg) argument
H A Dnx_user_pipe.c118 static struct nx_upipe *nx_upipe_alloc(zalloc_flags_t);
119 static void nx_upipe_free(struct nx_upipe *);
250 static SKMEM_TYPE_DEFINE(nx_upipe_zone, struct nx_upipe);
385 struct nx_upipe *u = NX_UPIPE_PRIVATE(nx); in nx_upipe_prov_nx_dtor()
437 struct nx_upipe *u = NX_UPIPE_PRIVATE(nx); in nx_upipe_dom_bind_port()
477 struct nx_upipe *u = NX_UPIPE_PRIVATE(nx); in nx_upipe_dom_unbind_port()
1418 struct nx_upipe *u = NX_UPIPE_PRIVATE(na->na_nx); in nx_upipe_na_dtor()
1453 struct nx_upipe *u = NX_UPIPE_PRIVATE(nx); in nx_upipe_na_find()
1733 static struct nx_upipe *
1736 struct nx_upipe *u; in nx_upipe_alloc()
[all …]