| /onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| H A D | ports.c | 162 char **modules = NULL; in open_direct() local 265 if ((pp->modules != NULL) && (pp->modules[0] != NULL) && in open_direct() 266 (strcmp(pp->modules[0], "default") != 0)) in open_direct() 267 modules = pp->modules; in open_direct() 269 if ((modules == NULL) && (ioctl(1, ECPPIOC_GETPARMS, &ecpp_params) < 0)) in open_direct() 270 modules = getlist(DEFMODULES, LP_WS, LP_SEP); in open_direct() 273 if ((modules != NULL) && (modules[0] != NULL) && in open_direct() 274 (strcasecmp(modules[0], "nopush") == 0)) in open_direct() 275 modules = NULL; in open_direct() 281 if ((modules != NULL) && !S_ISFIFO(buf.st_mode) && isastream(1)) { in open_direct() [all …]
|
| /onnv-gate/usr/src/cmd/ttymon/ |
| H A D | tmutil.c | 167 vml(modules) in vml() argument 168 char *modules; in vml() 175 if ((modules == NULL) || (*modules == '\0')) 180 if ((modp = malloc(strlen(modules) + 1)) == NULL) { 185 (void)strcpy(modp, modules); 192 log("too many modules in <%s>", modules); 218 modules, strerror(errno)); 223 log("Error - invalid STREAMS module list <%s>.", modules);
|
| /onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
| H A D | preauth2.c | 133 context->modules = malloc(sizeof(context->modules[0]) * n_modules); in krb5_init_preauth_context() 134 if (context->modules == NULL) { in krb5_init_preauth_context() 139 memset(context->modules, 0, sizeof(context->modules[0]) * n_modules); in krb5_init_preauth_context() 160 context->modules[k].pa_type = pa_type; in krb5_init_preauth_context() 161 context->modules[k].enctypes = table->enctype_list; in krb5_init_preauth_context() 162 context->modules[k].plugin_context = plugin_context; in krb5_init_preauth_context() 165 context->modules[k].client_fini = table->fini; in krb5_init_preauth_context() 167 context->modules[k].client_fini = NULL; in krb5_init_preauth_context() 168 context->modules[k].ftable = table; in krb5_init_preauth_context() 169 context->modules[k].name = table->name; in krb5_init_preauth_context() [all …]
|
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | CONF_modules_free.pod | 19 configuration modules. 21 CONF_modules_finish() calls each configuration modules B<finish> handler 24 CONF_modules_unload() finishes and unloads configuration modules. If 25 B<all> is set to B<0> only modules loaded from DSOs will be unloads. If 26 B<all> is B<1> all modules, including builtin modules will be unloaded.
|
| H A D | OPENSSL_load_builtin_modules.pod | 5 OPENSSL_load_builtin_modules - add standard configuration modules 18 configuration modules to the internal list. They can then be used by the 35 configuration modules instead of adding modules selectively: otherwise 37 modules are added.
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
| H A D | 00compile.t | 25 my @modules = map { m{^lib/(\S+)}; $1 } 27 chomp @modules; 31 plan tests => scalar @modules * 2; 32 foreach my $file (@modules) {
|
| /onnv-gate/usr/src/cmd/perl/contrib/ |
| H A D | copy_contrib.sh | 50 typeset -r modules=$* 51 [[ -z $modules ]] && usage 58 for dir in $(cd $src && find $modules -type d -name SCCS); do 80 for obj in $(cd $src && find $modules -name SCCS -prune -o -print); do
|
| /onnv-gate/usr/src/uts/common/fs/objfs/ |
| H A D | objfs_root.c | 85 mp = &modules; in objfs_root_do_lookup() 100 } while ((mp = mp->mod_next) != &modules); in objfs_root_do_lookup() 131 ASSERT(mp != &modules); in objfs_root_do_readdir() 134 while (!mp->mod_loaded && mp != &modules) in objfs_root_do_readdir() 137 if (mp == &modules && *offp != 0) { in objfs_root_do_readdir() 161 struct modctl *mp = &modules; in objfs_root_readdir()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlnewmod.pod | 8 Perl modules, preparing them for distribution, and making them available 28 We're going to primarily concentrate on Perl-only modules here, rather 29 than XS modules. XS modules serve a rather different purpose, and 51 it is up to you: you might want protocol-level modules analogous to 52 L<Net::SMTP|Net::SMTP> which then talk to higher level modules analogous 74 Dig into a bunch of modules to see how they're written. I'd suggest 78 C<Mail::*> modules if you're planning on writing object oriented code. 80 These should give you an overall feel for how modules are laid out and 85 There are a lot of modules on CPAN, and it's easy to miss one that's 87 through the modules list and the F<by-module> directories, and make sure [all …]
|
| H A D | perlmodstyle.pod | 8 for writing Perl modules. It extends the recommendations found in 13 particularly aimed at authors who wish to publish their modules on CPAN. 21 rather than a tutorial on creating CPAN modules. It provides a 22 checklist against which modules can be compared to determine whether 100 Stable modules should maintain backwards compatibility 180 Good places to look for pre-existing modules include 181 http://search.cpan.org/ and asking on modules@perl.org 189 At the risk of stating the obvious, modules are intended to be modular. 190 A Perl developer should be able to use modules to put together the 197 related modules? [all …]
|
| /onnv-gate/usr/src/cmd/sgs/gprof/common/ |
| H A D | gprof.c | 101 for (nlp = modules.nl; nlp < modules.npe; nlp++) { in alignentries() 163 extern mod_info_t modules; in asgnsamples() 164 nltype *nl = modules.nl; in asgnsamples() 165 sztype nname = modules.nname; in asgnsamples() 257 for (mi = &modules; mi; mi = mi->next) { in dump_callgraph() 385 for (mi = &modules; mi; mi = mi->next) { in dump_pcsamples() 426 prof_modlist.modules = PROFMODLIST_SZ; in dump_modules() 443 for (mi = modules.next; mi; mi = mi->next) { in dump_modules() 495 for (mi = &modules; mi; mi = mi->next) { in fixup_maps() 500 if (mi == &modules || mi->load_base < lbase) in fixup_maps() [all …]
|
| H A D | readelf.c | 218 modules.id = 1; in process() 219 modules.next = NULL; in process() 220 modules.txt_origin = get_txtorigin(elf); in process() 221 modules.load_base = modules.txt_origin; in process() 222 if ((modules.name = malloc(strlen(filename) + 1)) == NULL) { in process() 227 (void) strcpy(modules.name, filename); in process() 229 get_symtab(elf, &modules); in process() 231 modules.load_end = modules.data_end; in process() 232 modules.active = TRUE; in process()
|
| H A D | arcs.c | 248 for (mi = &modules; mi; mi = mi->next) { in cyclelink() 276 for (mi = &modules; mi; mi = mi->next) { in cyclelink() 577 extern mod_info_t modules; in doarcs() 586 for (mi = &modules; mi; mi = mi->next) { in doarcs() 609 if (cflag && (mi == &modules)) { in doarcs() 623 for (mi = &modules; mi; mi = mi->next) { in doarcs() 644 for (mi = &modules; mi; mi = mi->next) { in doarcs() 687 for (mi = &modules; mi; mi = mi->next) { in doarcs()
|
| /onnv-gate/usr/src/cmd/mdb/demo/ |
| H A D | README | 30 This directory contains source code for sample debugger modules for the Modular 31 Debugger (MDB). These modules demonstrate how developers can use the MDB 57 definitions, and defines the rules for building the example modules. You will 59 If you wish to construct additional modules of your own, edit the MODULES macro 75 make all (default) - build all modules for the current machine 78 make clobber - remove objects, modules, and lint files 81 To build the example modules, execute "make" in this directory. This will 86 After you successfully compile the example modules, the module object files 89 modules, you can either use the ::load built-in dcmd with the absolute pathname 91 directory where your modules are located. This can be done using the ::set -L [all …]
|
| /onnv-gate/usr/src/uts/sparc/os/ |
| H A D | obpsym.c | 99 struct modctl *mp = &modules; in name_to_value() 106 } while ((mp = mp->mod_next) != &modules); in name_to_value() 127 struct modctl *modp = &modules; in value_to_name() 141 } while ((modp = modp->mod_next) != &modules); in value_to_name()
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.lib/dsvclockd/ |
| H A D | dsvclockd.c | 105 char **modules; in main() local 198 if (enumerate_dd(&modules, &nmodules) != DSVC_SUCCESS) { in main() 211 dd.d_resource = modules[i]; in main() 216 "type for `%s', skipping", modules[i]); in main() 217 free(modules[i]); in main() 218 modules[i] = NULL; in main() 223 free(modules[i]); in main() 224 modules[i] = NULL; in main() 250 if (modules[i] != NULL) { in main() 251 ds_table[j] = ds_create(modules[i], svc_lock); in main() [all …]
|
| /onnv-gate/usr/src/cmd/mdb/sun4v/ |
| H A D | Makefile | 28 SUBDIRS = modules v9 31 modules: v9 target
|
| /onnv-gate/usr/src/cmd/mdb/sun4u/ |
| H A D | Makefile | 28 SUBDIRS = modules v9 31 modules: v9 target
|
| /onnv-gate/usr/src/common/openssl/crypto/conf/ |
| H A D | README | 6 Configuration modules. These are a set of modules which can perform 43 When the application closes down the modules are cleaned up by calling 65 Static modules can also be added using, 71 A set of builtin modules (currently only an ASN1 non functional test module) can be
|
| /onnv-gate/usr/src/cmd/mdb/ |
| H A D | Makefile.module | 110 MAPFILE = $(SRC)/cmd/mdb/common/modules/conf/mapfile 114 MAPFILE-EXT = $(SRC)/cmd/mdb/common/modules/conf/mapfile-extern 124 MODSRCS_DIR = ../../../common/modules/genunix 211 dmod/%.o kmod/%.o: ../../../common/modules/$(MODNAME)/%.c 228 dmod/%.ln kmod/%.ln: ../../../common/modules/$(MODNAME)/%.c
|
| /onnv-gate/usr/src/lib/libdhcpsvc/modules/templates/ |
| H A D | Makefile.com | 35 include $(SRC)/lib/libdhcpsvc/modules/Makefile.com 44 include $(SRC)/lib/libdhcpsvc/modules/Makefile.targ
|
| /onnv-gate/usr/src/lib/libfstyp/common/ |
| H A D | libfstyp.c | 79 fstyp_module_t *modules; /* list of modules */ member 187 for (mp = h->modules; mp != NULL; mp = mp->next) { in fstyp_ident_all() 228 mp = h->modules; in fstyp_ident_one() 346 for (mp = h->modules; mp != NULL; mp = mp->next) { in fstyp_find_module_by_name() 396 h->modules = h->modules_tail = mp; in fstyp_init_module() 467 for (mp = h->modules; mp != NULL; mp = mp_next) { in fstyp_fini_all_modules() 471 h->modules = h->modules_tail = h->ident = NULL; in fstyp_fini_all_modules()
|
| /onnv-gate/usr/src/lib/libdhcpsvc/modules/binfiles/ |
| H A D | Makefile.com | 35 include $(SRC)/lib/libdhcpsvc/modules/Makefile.com 46 include $(SRC)/lib/libdhcpsvc/modules/Makefile.targ
|
| /onnv-gate/usr/src/lib/libdhcpsvc/private/ |
| H A D | private.c | 244 enumerate_dd(char ***modules, int *nump) in enumerate_dd() argument 251 if (modules == NULL || nump == NULL) in enumerate_dd() 263 *modules = NULL; in enumerate_dd() 272 *modules = calloc(globbuf.gl_pathc, sizeof (char **)); in enumerate_dd() 273 if (*modules == NULL) { in enumerate_dd() 284 (*modules)[i] = malloc(strlen(ptr) + 1); in enumerate_dd() 285 if ((*modules)[i] == NULL) { in enumerate_dd() 287 free((*modules)[i]); in enumerate_dd() 288 free(modules); in enumerate_dd() 293 (void) sscanf(ptr, "%*[^_]_%[^.]", (*modules)[i]); in enumerate_dd()
|
| /onnv-gate/usr/src/lib/libdhcpsvc/modules/files/ |
| H A D | Makefile.com | 36 include $(SRC)/lib/libdhcpsvc/modules/Makefile.com 47 include $(SRC)/lib/libdhcpsvc/modules/Makefile.targ
|