Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_del.c96 struct del_status **dspp; in ac_del_free_status() local
99 dspp = &ac_del_list; in ac_del_free_status()
100 while (*dspp != NULL) { in ac_del_free_status()
101 if (*dspp == dsp) in ac_del_free_status()
103 dspp = &(*dspp)->next; in ac_del_free_status()
105 ASSERT(*dspp == dsp); in ac_del_free_status()
106 if (*dspp == dsp) { in ac_del_free_status()
107 *dspp = dsp->next; in ac_del_free_status()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c3616 rfs4_get_deleg_state(stateid4 *stateid, rfs4_deleg_state_t **dspp) in rfs4_get_deleg_state() argument
3621 *dspp = NULL; in rfs4_get_deleg_state()
3637 *dspp = dsp; in rfs4_get_deleg_state()
3671 rfs4_deleg_state_t **dspp, rfs4_lo_state_t **lspp) in rfs4_get_all_state() argument
3679 *spp = NULL; *dspp = NULL; *lspp = NULL; in rfs4_get_all_state()
3702 *dspp = dsp; in rfs4_get_all_state()