/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 | 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...] |
/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/lib/print/mod_ipp/ |
H A D | mod_ipp.c | 517 static const char * const modules[] = { "mod_dir.c", NULL }; local 520 ap_hook_handler(ipp_handler, NULL, modules, APR_HOOK_MIDDLE);
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | 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
|
/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/cmd/sgs/prof/common/ |
H A D | profv.c | 44 mod_info_t modules; variable 215 * print a newline to separate out modules. 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 */ 629 "%s: unsupported version %d for modules\ [all...] |
/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/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. 424 int nstrpush = 9; /* maximum # of modules/drivers on a stream */ 438 * scheduling class modules.
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 172 struct boot_modules modules[MAX_BOOT_MODULES]; variable in typeref:struct:boot_modules 732 modules[0].bm_addr = xen_info->mod_start; 733 modules[0].bm_size = xen_info->mod_len; 735 bi->bi_modules = (native_ptr_t)modules; 826 ascii = (const char *)(uintptr_t)modules[midx].bm_hash; 827 image = (const void *)(uintptr_t)modules[midx].bm_addr; 828 len = (size_t)modules[midx].bm_size; 869 i, (char *)(uintptr_t)modules[i].bm_name, 870 type_to_str(modules[i].bm_type), 871 (ulong_t)modules[ [all...] |
/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/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
|