Searched defs:lmfa_prior (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_mapping.c44 lmapping_t *lmfa_prior; member in struct:lmapping_find_cb_arg
68 * lmfa_prior will be set to the mapping which does or would precede one with
82 lmfa->lmfa_prior = lm;
111 lmfa.lmfa_prior = lmfa.lmfa_ret = NULL;
118 if (lmfa.lmfa_prior != NULL)
119 lmfa.lmfa_prior->lm_next = lmfa.lmfa_ret->lm_next;
146 lmfa.lmfa_prior = lmfa.lmfa_ret = NULL;
151 if (lmfa.lmfa_prior != NULL) {
152 cur->lm_next = lmfa.lmfa_prior->lm_next;
153 lmfa.lmfa_prior
[all...]

Completed in 44 milliseconds