Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 200) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c171 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()
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()
304 if ((modules[1] == NULL) && in open_direct()
305 (strcasecmp(modules[0], "none") == 0)) in open_direct()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c133 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()
168 context->modules[k].ftable = table; in krb5_init_preauth_context()
169 context->modules[k].name = table->name; in krb5_init_preauth_context()
171 context->modules[k].use_count = 0; in krb5_init_preauth_context()
198 context->modules[k].name, in krb5_init_preauth_context()
199 context->modules[k].pa_type, in krb5_init_preauth_context()
200 context->modules[k].flags); in krb5_init_preauth_context()
[all …]
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmutil.c160 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 Ddboot_startkern.c934 modules[0].bm_addr = in init_mem_alloc()
1236 (ulong_t)modules[i].bm_addr, in check_images()
1237 (ulong_t)modules[i].bm_size); in check_images()
1308 modules[midx].bm_type = BMT_FILE; in process_module()
1316 modules[midx].bm_name = in process_module()
1323 modules[midx].bm_name = in process_module()
1351 modules[midx].bm_hash = in process_module()
1387 modules[0].bm_type = BMT_ROOTFS; in fixup_modules()
1389 modules[1].bm_type = BMT_HASH; in fixup_modules()
1390 modules[1].bm_name = modules[0].bm_name; in fixup_modules()
[all …]
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_root.c82 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 Dgprof.c54 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()
542 if (mi != &modules) in fixup_maps()
559 if ((lbase < modules.load_base && lend < modules.load_base) || in fixup_maps()
560 (lbase > modules.load_end && lend > modules.load_end)) { in fixup_maps()
642 for (nlp = modules.nl; nlp < modules.npe; nlp++) { in dumpsum_ostyle()
1163 last = &modules; in process_modules()
[all …]
H A Dreadelf.c216 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 Darcs.c251 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 Dgprof.flat.blurb30 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 DREADME31 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
151 modules along with your software products in order to facilitate analysis
152 of software problems at customer sites. Your completed MDB modules should
[all …]
/illumos-gate/usr/src/uts/sparc/os/
H A Dobpsym.c99 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 DMakefile14 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 DMakefile.module124 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 Dlibfstyp.c77 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 Ddeveloper-debug-mdb-module-module-fibre-channel.p5m28 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 Dhelp.common38 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 DMakefile38 MODSRCS_DIR = ../../../common/modules/smbsrv
39 GENUNIX_DIR = ../../../common/modules/genunix
/illumos-gate/usr/src/cmd/mdb/intel/amd64/libfksmbsrv/
H A DMakefile39 MODSRCS_DIR = ../../../common/modules/smbsrv
40 GENUNIX_DIR = ../../../common/modules/genunix
/illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv/amd64/
H A DMakefile39 MODSRCS_DIR = ../../../../i86pc/modules/common
43 CPPFLAGS += -I../../../../i86pc/modules/common
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A DMakefile34 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 DMakefile38 MODSRCS_DIR = ../../../../i86pc/modules/common
42 CPPFLAGS += -I../../../../i86pc/modules/common
/illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/amd64/
H A DMakefile38 MODSRCS_DIR = ../../../../i86pc/modules/common
42 CPPFLAGS += -I../../../../i86pc/modules/common
/illumos-gate/usr/src/cmd/mdb/intel/amd64/libzpool/
H A DMakefile39 MODSRCS_DIR = ../../../common/modules/zfs
40 GENUNIX_DIR = ../../../common/modules/genunix
/illumos-gate/usr/src/cmd/mdb/intel/ia32/libzpool/
H A DMakefile39 MODSRCS_DIR = ../../../common/modules/zfs
40 GENUNIX_DIR = ../../../common/modules/genunix
/illumos-gate/usr/src/cmd/mdb/intel/ia32/libfksmbfs/
H A DMakefile38 MODSRCS_DIR = ../../../common/modules/smbfs
39 GENUNIX_DIR = ../../../common/modules/genunix

12345678