/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/ |
H A D | mfw_trace.h | 54 char **modules; member in struct:mfw_trace_meta
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmterm.c | 185 * push_linedisc - if modules is not NULL, pop everything 186 * - then push modules specified by "modules" 190 int fd, /* fd to push modules on */ 191 char *modules, /* ptr to a list of comma separated module names */ 201 * copy modules into buf so we won't mess up the original buffer 204 p = strcpy(buf,modules); 189 push_linedisc( int fd, char *modules, char *device) argument
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | ports.c | 163 char **modules = NULL; local 251 * Handle streams modules: 258 * modules off the device and push back some "default" ones, 261 * an ECPP port, and nobody specified a set of modules to use, we 263 * the streams modules, but it is possible that someone has come 266 if ((pp->modules != NULL) && (pp->modules[0] != NULL) && 267 (strcmp(pp->modules[0], "default") != 0)) 268 modules = pp->modules; [all...] |
/illumos-gate/usr/src/lib/libfstyp/common/ |
H A D | 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; m [all...] |
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | monv.h | 111 Index modules; member in struct:_prof_module_list
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | printers.h | 36 * streams modules: 111 char **modules; /* streams modules to push */ member in struct:PRINTER 160 * A comma separated list of STREAMS modules to be pushed on an
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | linker.h | 87 TAILQ_HEAD(, module) modules; /* modules in this file */ member in struct:linker_file
|
/illumos-gate/usr/src/cmd/sgs/prof/common/ |
H A D | profv.c | 44 mod_info_t modules; variable 217 * print a newline to separate out modules. 271 for (mi = &modules; mi; mi = mi->next) 364 for (mi = &modules; mi; mi = mi->next) 375 for (mi = &modules; mi; mi = mi->next) { 496 for (mi = &modules; mi; mi = mi->next) { 529 for (mi = &modules; mi; mi = mi->next) { 586 * Two modules overlap each other if they don't lie completely *outside* 600 /* probably a dlopen: the modules overlap each other */ 631 "%s: unsupported version %d for modules\ [all...] |
/illumos-gate/usr/src/cmd/nlsadmin/ |
H A D | 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) argument 544 /* modules: STREAMS modules to push */ 573 pflags(flags), (modules ? modules : ""), path); 782 (*entry.modules) [all...] |
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_console.c | 562 struct boot_modules *modules; local 564 modules = (struct boot_modules *)(uintptr_t)xbi->bi_modules; 566 if (modules[i].bm_type == BMT_ENV) 572 boot_env.be_env = (char *)(uintptr_t)modules[i].bm_addr; 573 boot_env.be_size = modules[i].bm_size;
|
H A D | boot_fb.c | 85 struct boot_modules *modules; local 89 modules = (struct boot_modules *)(uintptr_t)xbi->bi_modules; 91 if (modules[i].bm_type == BMT_FONT) 97 ptr = (uintptr_t)modules[i].bm_addr;
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | 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
|
/illumos-gate/usr/src/cmd/sysdef/ |
H A D | sysdef.c | 122 void modules(void); 160 /* mi_nextid of -1 means we're getting info on all modules */ 357 modules(); 531 modules() function
|
/illumos-gate/usr/src/uts/common/conf/ |
H A D | param.c | 80 struct modctl modules; /* head of linked list of modules */ variable in typeref:struct:modctl 94 * architecture" independent modules. See machparam.h. 427 int nstrpush = 9; /* maximum # of modules/drivers on a stream */ 441 * scheduling class modules.
|
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/ |
H A D | mdb_kb.c | 965 struct modctl modules; local 969 if (xkb_read(xkb, info->di_modules, &modules, 973 module = (uintptr_t)modules.mod_mp;
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 201 struct boot_modules modules[MAX_BOOT_MODULES]; variable in typeref:struct:boot_modules 935 modules[0].bm_addr = 937 modules[0].bm_size = xen_info->mod_len; 939 bi->bi_modules = (native_ptr_t)(uintptr_t)modules; 1076 * Find the modules used by console setup. 1078 * before anything else and therefore we need to pick up the needed modules. 1080 * Note, we just will search for and if found, will pass the modules 1082 * Currently used modules are boot environment and console font. 1099 modules[bi->bi_module_cnt].bm_type = BMT_FONT; 1101 modules[b [all...] |
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/ |
H A D | nvm_map.h | 339 /* These structs define the modules image block in NVM */ 367 module_info_t modules[1]; member in struct:_module_image_t
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-int.h | 1126 /* This structure lets us keep track of all of the modules which are loaded, 1127 * turning the list of modules and their lists of implemented preauth types 1156 /* A pointer to the request_context pointer. All modules within 1160 } *modules; member in struct:_krb5_preauth_context
|