Searched refs:modp (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/contrib/ia64/libuwx/src/
H A Duwx.h119 char **modp, /* load module name (out) */
130 char **modp, /* load module name (out) */
369 int get_module_info(char **modp, uint64_t *text_base_p) { argument
370 return uwx_get_module_info(env, modp, text_base_p);
377 int get_sym_info(char **modp, char **symp, uint64_t *offsetp) { argument
378 return uwx_get_sym_info(env, modp, symp, offsetp);
H A Duwx_step.c313 char **modp,
371 *modp = env->module_name;
408 char **modp,
464 *modp = env->module_name;
311 uwx_get_module_info( struct uwx_env *env, char **modp, uint64_t *text_base) argument
406 uwx_get_sym_info( struct uwx_env *env, char **modp, char **symp, uint64_t *offsetp) argument
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dlog.c637 isc_logmodule_t *modp; local
658 for (modp = lctx->modules; modp->name != NULL; )
659 if (modp->id == UINT_MAX)
664 DE_CONST(modp->name, modp);
666 modp++;
668 modp->name = (void *)modules;
669 modp->id = UINT_MAX;
675 for (modp
681 isc_logmodule_t *modp; local
[all...]
/freebsd-10-stable/sys/dev/si/
H A Dsi.c283 struct si_module *modp; local
468 modp = (struct si_module *)(maddr + 0x80);
470 DPRINT((0, DBG_DOWNLOAD, "si%d: ccb addr 0x%x\n", unit, modp));
471 switch (modp->sm_type) {
510 unit, modp->sm_type);
525 if (modp->sm_next == 0)
527 modp = (struct si_module *)
528 (maddr + (unsigned)(modp->sm_next & 0x7fff));
544 modp = (struct si_module *)(maddr + 0x80);
547 switch (modp
[all...]
/freebsd-10-stable/lib/libc/net/
H A Dnsdispatch.c286 const ns_mod *modp; local
290 modp = vector_search(&src->name, _nsmod, _nsmodsize, sizeof(*_nsmod),
292 if (modp == NULL)
/freebsd-10-stable/sys/boot/efi/boot1/
H A Dboot1.c325 load_loader(const boot_module_t **modp, dev_info_t **devinfop, void **bufp, argument
343 *modp = mod;

Completed in 181 milliseconds