| /illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
| H A D | ports.c | 171 char **modules = NULL; in open_direct() local 274 if ((pp->modules != NULL) && (pp->modules[0] != NULL) && in open_direct() 275 (strcmp(pp->modules[0], "default") != 0)) in open_direct() 276 modules = pp->modules; in open_direct() 278 if ((modules == NULL) && (ioctl(1, ECPPIOC_GETPARMS, &ecpp_params) < 0)) in open_direct() 279 modules = getlist(DEFMODULES, LP_WS, LP_SEP); in open_direct() 282 if ((modules != NULL) && (modules[0] != NULL) && in open_direct() 283 (strcasecmp(modules[0], "nopush") == 0)) in open_direct() 284 modules = NULL; in open_direct() 290 if ((modules != NULL) && !S_ISFIFO(buf.st_mode) && isastream(1)) { in open_direct() [all …]
|
| /illumos-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 …]
|
| /illumos-gate/usr/src/cmd/ttymon/ |
| H A D | tmutil.c | 160 vml(char *modules) in vml() argument 167 if ((modules == NULL) || (*modules == '\0')) in vml() 172 if ((modp = malloc(strlen(modules) + 1)) == NULL) { in vml() 177 (void) strcpy(modp, modules); in vml() 184 log("too many modules in <%s>", modules); in vml() 210 modules, strerror(errno)); in vml() 215 log("Error - invalid STREAMS module list <%s>.", modules); in vml()
|
| /illumos-gate/usr/src/uts/i86pc/dboot/ |
| H A D | dboot_startkern.c | 200 struct boot_modules modules[MAX_BOOT_MODULES]; variable 1009 modules[0].bm_addr = in init_mem_alloc() 1011 modules[0].bm_size = xen_info->mod_len; in init_mem_alloc() 1013 bi->bi_modules = (native_ptr_t)(uintptr_t)modules; in init_mem_alloc() 1173 modules[bi->bi_module_cnt].bm_type = BMT_FONT; in dboot_find_console_modules() 1175 modules[bi->bi_module_cnt].bm_type = BMT_ENV; in dboot_find_console_modules() 1181 modules[bi->bi_module_cnt].bm_addr = in dboot_find_console_modules() 1183 modules[bi->bi_module_cnt].bm_size = mod_end - mod_start; in dboot_find_console_modules() 1184 modules[bi->bi_module_cnt].bm_name = in dboot_find_console_modules() 1186 modules[bi->bi_module_cnt].bm_hash = in dboot_find_console_modules() [all …]
|
| /illumos-gate/usr/src/uts/common/fs/objfs/ |
| H A D | objfs_root.c | 82 mp = &modules; in objfs_root_do_lookup() 97 } while ((mp = mp->mod_next) != &modules); in objfs_root_do_lookup() 128 ASSERT(mp != &modules); in objfs_root_do_readdir() 131 while (!mp->mod_loaded && mp != &modules) in objfs_root_do_readdir() 134 if (mp == &modules && *offp != 0) { in objfs_root_do_readdir() 158 struct modctl *mp = &modules; in objfs_root_readdir()
|
| /illumos-gate/usr/src/cmd/sgs/gprof/common/ |
| H A D | gprof.c | 54 mod_info_t modules; variable 137 for (nlp = modules.nl; nlp < modules.npe; nlp++) { in alignentries() 199 extern mod_info_t modules; in asgnsamples() 200 nltype *nl = modules.nl; in asgnsamples() 201 sztype nname = modules.nname; in asgnsamples() 293 for (mi = &modules; mi; mi = mi->next) { in dump_callgraph() 421 for (mi = &modules; mi; mi = mi->next) { in dump_pcsamples() 462 prof_modlist.modules = PROFMODLIST_SZ; in dump_modules() 479 for (mi = modules.next; mi; mi = mi->next) { in dump_modules() 531 for (mi = &modules; mi; mi = mi->next) { in fixup_maps() [all …]
|
| H A D | readelf.c | 216 modules.id = 1; in process() 217 modules.next = NULL; in process() 218 modules.txt_origin = get_txtorigin(elf); in process() 219 modules.load_base = modules.txt_origin; in process() 220 if ((modules.name = malloc(strlen(filename) + 1)) == NULL) { in process() 225 (void) strcpy(modules.name, filename); in process() 227 get_symtab(elf, &modules); in process() 229 modules.load_end = modules.data_end; in process() 230 modules.active = TRUE; in process()
|
| H A D | arcs.c | 251 for (mi = &modules; mi; mi = mi->next) { in cyclelink() 279 for (mi = &modules; mi; mi = mi->next) { in cyclelink() 582 extern mod_info_t modules; in doarcs() 591 for (mi = &modules; mi; mi = mi->next) { in doarcs() 614 if (cflag && (mi == &modules)) { in doarcs() 626 for (mi = &modules; mi; mi = mi->next) { in doarcs() 647 for (mi = &modules; mi; mi = mi->next) { in doarcs() 690 for (mi = &modules; mi; mi = mi->next) { in doarcs()
|
| H A D | gprof.flat.blurb | 30 Index by function names and Object modules listing: 34 modules, each of these names is prefixed with a 36 object modules listing that follows maps these
|
| /illumos-gate/usr/src/cmd/mdb/demo/ |
| H A D | README | 31 This directory contains source code for sample debugger modules for the Modular 32 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 …]
|
| /illumos-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()
|
| /illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
| H A D | Makefile | 14 ifeq ($(shell ls /lib/modules/$(KVER)/build > /dev/null 2>&1 && echo build),) 18 _ARCH=$(shell file -b /lib/modules/$(shell uname -r)/build | cut -d "/" -f5) 40 BCMCFGS := /lib/modules/$(KVER)/build \ 55 ifneq ($(shell ls /lib/modules/$(KVER)/source > /dev/null 2>&1 && echo source),) 56 LINUXSRC=/lib/modules/$(KVER)/source 68 ifeq ($(shell ls /lib/modules/$(KVER)/updates > /dev/null 2>&1 && echo 1),1) 185 rm -rf *.o *.ko .*.cmd *.mod.c Module.symvers modules.order 188 $(MAKE) -C $(KERNEL_DIR) M=`pwd` modules
|
| /illumos-gate/usr/src/cmd/mdb/ |
| H A D | Makefile.module | 124 MAPFILE = $(SRC)/cmd/mdb/common/modules/conf/mapfile 128 MAPFILE-EXT = $(SRC)/cmd/mdb/common/modules/conf/mapfile-extern 137 MODSRCS_DIR = ../../../common/modules/genunix 224 dmod/%.o kmod/%.o: ../../../common/modules/$(MODNAME)/%.c 228 dmod/%.o kmod%.o: ../../../common/modules/$(MODNAME)/%.S
|
| /illumos-gate/usr/src/lib/libfstyp/common/ |
| H A D | libfstyp.c | 77 fstyp_module_t *modules; /* list of modules */ member 185 for (mp = h->modules; mp != NULL; mp = mp->next) { in fstyp_ident_all() 226 mp = h->modules; in fstyp_ident_one() 344 for (mp = h->modules; mp != NULL; mp = mp->next) { in fstyp_find_module_by_name() 394 h->modules = h->modules_tail = mp; in fstyp_init_module() 465 for (mp = h->modules; mp != NULL; mp = mp_next) { in fstyp_fini_all_modules() 469 h->modules = h->modules_tail = h->ident = NULL; in fstyp_fini_all_modules()
|
| /illumos-gate/usr/src/pkg/manifests/ |
| H A D | developer-debug-mdb-module-module-fibre-channel.p5m | 28 set name=pkg.summary value="Fibre Channel adb macros and mdb modules" 29 set name=pkg.description value="Fibre Channel adb macros and mdb modules" 40 legacy pkg=SUNWfcmdb desc="Fibre Channel adb macros and mdb modules" \ 41 name="Fibre Channel adb macros and mdb modules"
|
| /illumos-gate/usr/src/boot/common/ |
| H A D | help.common | 38 beadm activate unloads the currently loaded configuration and modules, 107 modules are loaded, <filename> must be a kernel or the command will 111 later use by the kernel or other modules. <type> may be any string. 131 List all of the devices from which it may be possible to load modules. 135 # Tlsmod DList modules 139 List loaded modules. If [-v] is specified, print more details. 163 run as part of the boot process, in order to dynamically load modules 279 Sets the list of directories which will be searched in for modules 281 default module_path is "/boot/modules" with the kernel directory 350 # Tunload DRemove all modules from memory [all …]
|
| /illumos-gate/usr/src/cmd/mdb/intel/ia32/libfksmbsrv/ |
| H A D | Makefile | 38 MODSRCS_DIR = ../../../common/modules/smbsrv 39 GENUNIX_DIR = ../../../common/modules/genunix
|
| /illumos-gate/usr/src/cmd/mdb/intel/amd64/libfksmbsrv/ |
| H A D | Makefile | 39 MODSRCS_DIR = ../../../common/modules/smbsrv 40 GENUNIX_DIR = ../../../common/modules/genunix
|
| /illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv/amd64/ |
| H A D | Makefile | 39 MODSRCS_DIR = ../../../../i86pc/modules/common 43 CPPFLAGS += -I../../../../i86pc/modules/common
|
| /illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
| H A D | Makefile | 34 LINTFLAGS += -I. -I$(SRC)/lib/fm/topo/modules/common/disk -L$(ROOT)/usr/lib/fm 35 CFLAGS += -I. -I$(SRC)/lib/fm/topo/modules/common/disk
|
| /illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv_psm/amd64/ |
| H A D | Makefile | 38 MODSRCS_DIR = ../../../../i86pc/modules/common 42 CPPFLAGS += -I../../../../i86pc/modules/common
|
| /illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/amd64/ |
| H A D | Makefile | 38 MODSRCS_DIR = ../../../../i86pc/modules/common 42 CPPFLAGS += -I../../../../i86pc/modules/common
|
| /illumos-gate/usr/src/cmd/mdb/intel/amd64/libzpool/ |
| H A D | Makefile | 39 MODSRCS_DIR = ../../../common/modules/zfs 40 GENUNIX_DIR = ../../../common/modules/genunix
|
| /illumos-gate/usr/src/cmd/mdb/intel/ia32/libzpool/ |
| H A D | Makefile | 39 MODSRCS_DIR = ../../../common/modules/zfs 40 GENUNIX_DIR = ../../../common/modules/genunix
|
| /illumos-gate/usr/src/cmd/mdb/intel/amd64/genunix/ |
| H A D | Makefile | 35 include ../../../common/modules/genunix/Makefile.files 80 MODSRCS_DIR = ../../../intel/modules/genunix
|