HomeSort by relevance Sort by last modified time
    Searched defs:modules (Results 1 - 15 of 15) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
Installed.pm 170 sub modules { subroutine
245 ExtUtils::Installed - Inventory management of installed modules
251 my (@modules) = $inst->modules();
282 =item modules()
284 This returns a list of the names of all the installed modules. The perl 'core'
315 the files listed in the modules .packlist actually exist, and returns a list of
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
ports.c 162 char **modules = NULL; local
250 * Handle streams modules:
257 * modules off the device and push back some "default" ones,
260 * an ECPP port, and nobody specified a set of modules to use, we
262 * the streams modules, but it is possible that someone has come
265 if ((pp->modules != NULL) && (pp->modules[0] != NULL) &&
266 (strcmp(pp->modules[0], "default") != 0))
267 modules = pp->modules;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/dsvclockd/
dsvclockd.c 105 char **modules; local
198 if (enumerate_dd(&modules, &nmodules) != DSVC_SUCCESS) {
199 dhcpmsg(MSG_ERROR, "cannot enumerate public modules, exiting");
211 dd.d_resource = modules[i];
216 "type for `%s', skipping", modules[i]);
217 free(modules[i]);
218 modules[i] = NULL;
223 free(modules[i]);
224 modules[i] = NULL;
230 dhcpmsg(MSG_INFO, "no public modules need synchronization")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/include/
monv.h 111 Index modules; member in struct:_prof_module_list
  /onnv/onnv-gate/usr/src/lib/libfstyp/common/
libfstyp.c 77 char *libfs_dir; /* directory to look for modules */
79 fstyp_module_t *modules; /* list of modules */ member in struct:fstyp_handle
107 * Locate and initialize all modules.
175 * use all modules for identification
187 for (mp = h->modules; mp != NULL; mp = mp->next) {
228 mp = h->modules;
346 for (mp = h->modules; mp != NULL; mp = mp->next) {
396 h->modules = h->modules_tail = mp;
467 for (mp = h->modules; mp != NULL; mp = mp_next)
    [all...]
  /onnv/onnv-gate/usr/src/lib/print/mod_ipp/
mod_ipp.c 492 static const char * const modules[] = { "mod_dir.c", NULL }; local
495 ap_hook_handler(ipp_handler, NULL, modules, APR_HOOK_MIDDLE);
  /onnv/onnv-gate/usr/src/cmd/lp/include/
printers.h 37 * streams modules:
112 char **modules; /* streams modules to push */ member in struct:PRINTER
161 * A comma separated list of STREAMS modules to be pushed on an
  /onnv/onnv-gate/usr/src/cmd/sgs/prof/common/
profv.c 44 mod_info_t modules; variable
215 * print a newline to separate out modules.
251 (void) printf("%s Total Object Modules %7d\n",
269 for (mi = &modules; mi; mi = mi->next)
362 for (mi = &modules; mi; mi = mi->next)
373 for (mi = &modules; mi; mi = mi->next) {
494 for (mi = &modules; mi; mi = mi->next) {
527 for (mi = &modules; mi; mi = mi->next) {
584 * Two modules overlap each other if they don't lie completely *outside*
598 /* probably a dlopen: the modules overlap each other *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/nlsadmin/
nlsadmin.c 108 char *modules; member in struct:svcfields
128 char *moduleptr = NULL; /* set with -m modules */
475 %s -c cmd | -o pipename [ -p modules ] [ -A addr | -D ] \\\n\
479 [ -a svc_code -c \"cmd\" -y \"cmt\" [-p modules] [-w id] ]\n\
538 prt_cmd(char *path, long flags, char *modules, char *addr, char *rpcp)
544 /* modules: STREAMS modules to push */
573 pflags(flags), (modules ? modules : ""), path);
782 (*entry.modules)?entry.modules:"NOMODULES"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sysdef/
sysdef.c 122 void modules(void);
160 /* mi_nextid of -1 means we're getting info on all modules */
357 modules();
531 modules() function
  /onnv/onnv-gate/usr/src/uts/i86pc/dboot/
dboot_startkern.c 161 struct boot_modules modules[MAX_MODULES]; variable in typeref:struct:boot_modules
719 modules[0].bm_addr = xen_info->mod_start;
720 modules[0].bm_size = xen_info->mod_len;
722 bi->bi_modules = (native_ptr_t)modules;
803 dboot_panic("Too many modules (%d) -- the maximum is %d.",
807 * search the modules to find the last used address
810 DBG_MSG("\nFinding Modules\n");
820 modules[i].bm_addr = mod->mod_start;
825 modules[i].bm_size = mod->mod_end - mod->mod_start;
829 bi->bi_modules = (native_ptr_t)modules;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/gprof/common/
gprof.h 200 struct mod_info *next; /* ptr to next in the modules list */
214 sztype total_names; /* from all modules */
217 * List of shared object modules. Note that this always includes the
220 mod_info_t modules; variable
  /onnv/onnv-gate/usr/src/uts/common/conf/
param.c 78 struct modctl modules; /* head of linked list of modules */ variable in typeref:struct:modctl
92 * architecture" independent modules. See machparam.h.
418 int nstrpush = 9; /* maximum # of modules/drivers on a stream */
432 * scheduling class modules.
  /onnv/onnv-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
mdb_kb.c 965 struct modctl modules; local
969 if (xkb_read(xkb, info->di_modules, &modules,
973 module = (uintptr_t)modules.mod_mp;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
k5-int.h 1149 } *modules; member in struct:_krb5_preauth_context
    [all...]

Completed in 1200 milliseconds