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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_implfuncs.c122 psm_mod_init(void **handlepp, struct psm_info *infop) argument
124 struct modlinkage **modlpp = (struct modlinkage **)handlepp;
147 psm_mod_fini(void **handlepp, struct psm_info *infop) argument
149 struct modlinkage **modlpp = (struct modlinkage **)handlepp;
161 psm_mod_info(void **handlepp, struct psm_info *infop, struct modinfo *modinfop) argument
163 struct modlinkage **modlpp = (struct modlinkage **)handlepp;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c1362 sa_handle_type_t hdl_type, sa_handle_t **handlepp)
1405 *handlepp = handle;
1412 sa_handle_type_t hdl_type, sa_handle_t **handlepp)
1421 handlepp));
1361 sa_handle_get_from_db(objset_t *os, dmu_buf_t *db, void *userp, sa_handle_type_t hdl_type, sa_handle_t **handlepp) argument
1411 sa_handle_get(objset_t *objset, uint64_t objid, void *userp, sa_handle_type_t hdl_type, sa_handle_t **handlepp) argument

Completed in 63 milliseconds