Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnfctl/
H A Dcomb.c106 uintptr_t next, uintptr_t * comb_p);
108 uintptr_t down, uintptr_t next, uintptr_t * comb_p);
129 uintptr_t down, uintptr_t next, uintptr_t *comb_p) in _tnfctl_comb_build() argument
133 *comb_p = NULL; in _tnfctl_comb_build()
138 if (find(hndl, op, down, next, comb_p)) { in _tnfctl_comb_build()
142 tnf_opaque, found_comb_at, *comb_p); in _tnfctl_comb_build()
146 prexstat = build(hndl, op, down, next, comb_p); in _tnfctl_comb_build()
150 tnf_opaque, built_comb_at, *comb_p); in _tnfctl_comb_build()
481 uintptr_t * comb_p) in find() argument
493 *comb_p = (*find_pp)->comb; in find()
[all …]
H A Dtnfctl_int.h249 uintptr_t down, uintptr_t next, uintptr_t *comb_p);