Searched refs:get_mem (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl45 sub get_mem subroutine
79 sub ::BP { &get_mem("BYTE",@_); }
80 sub ::WP { &get_mem("WORD",@_); }
81 sub ::DWP { &get_mem("DWORD",@_); }
82 sub ::QWP { &get_mem("QWORD",@_); }
H A Dx86nasm.pl42 sub get_mem subroutine
79 sub ::BP { &get_mem("BYTE",@_); }
80 sub ::DWP { &get_mem("DWORD",@_); }
81 sub ::WP { &get_mem("WORD",@_); }
82 sub ::QWP { &get_mem("",@_); }
/freebsd-12-stable/contrib/unbound/services/
H A Dmodstack.c277 mods.mod[m]->get_mem));
278 return (*env->mesh->mods.mod[m]->get_mem)(env, m);
/freebsd-12-stable/contrib/unbound/dynlibmod/
H A Ddynlibmod.c110 __DYNSYM get_mem; local
151 get_mem = __LOADSYM(dynamic_library,"get_mem");
152 if (get_mem == NULL) {
154 log_err("dynlibmod[%d]: unable to load get_mem procedure from dynamic library \"%s\".", dynlib_mod_idx, de->fname);
157 de->func_get_mem = (func_get_mem_t)(void*)get_mem;
204 verbose(VERB_ALGO, "dynlibmod: get_mem, id: %d, de:%p", id, de);
/freebsd-12-stable/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c111 EXPORT size_t get_mem(struct module_env* env, int id) { function
112 log_info("dynlib: hello world from get_mem");
/freebsd-12-stable/contrib/unbound/util/
H A Dmodule.h740 size_t (*get_mem)(struct module_env* env, int id); member in struct:module_func_block
/freebsd-12-stable/contrib/unbound/daemon/
H A Dworker.c142 mods.mod[i]->get_mem));
144 val += (*worker->env.mesh->mods.mod[i]->get_mem)
149 subnet += (*worker->env.mesh->mods.mod[i]->get_mem)
152 else iter += (*worker->env.mesh->mods.mod[i]->get_mem)
201 mods.mod[i]->get_mem));
203 val += (*worker->env.mesh->mods.mod[i]->get_mem)
208 subnet += (*worker->env.mesh->mods.mod[i]->get_mem)

Completed in 176 milliseconds