Searched refs:mops (Results 1 – 2 of 2) sorted by relevance
74 struct mdesc_mem_ops *mops; member238 struct mdesc_mem_ops *mops) in mdesc_alloc() argument240 struct mdesc_handle *hp = mops->alloc(mdesc_size); in mdesc_alloc()243 hp->mops = mops; in mdesc_alloc()250 hp->mops->free(hp); in mdesc_free()279 hp->mops->free(hp); in mdesc_release()
144 const struct ldc_mode_ops *mops; member1125 const struct ldc_mode_ops *mops; in ldc_alloc() local1142 mops = &raw_ops; in ldc_alloc()1147 mops = &nonraw_ops; in ldc_alloc()1152 mops = &stream_ops; in ldc_alloc()1187 lp->mops = mops; in ldc_alloc()1953 err = lp->mops->write(lp, buf, size); in ldc_write()1979 err = lp->mops->read(lp, buf, size); in ldc_read()