Searched refs:getops (Results 1 – 3 of 3) sorted by relevance
57 _citrus_stdenc_getops_t getops; in _citrus_stdenc_open() local80 getops = (_citrus_stdenc_getops_t)_citrus_find_getops(ce->ce_module, in _citrus_stdenc_open()82 if (getops == NULL) { in _citrus_stdenc_open()93 ret = (*getops)(ce->ce_ops, sizeof(*ce->ce_ops)); in _citrus_stdenc_open()
115 _citrus_iconv_getops_t getops; in open_shared() local156 getops = (_citrus_iconv_getops_t)_citrus_find_getops(ci->ci_module, in open_shared()158 if (!getops) { in open_shared()167 ret = (*getops)(ci->ci_ops); in open_shared()
208 _citrus_mapper_getops_t getops; in mapper_open() local229 getops = (_citrus_mapper_getops_t) in mapper_open()231 if (!getops) { in mapper_open()240 ret = (*getops)(cm->cm_ops); in mapper_open()