Searched defs:module (Results 76 - 79 of 79) sorted by relevance

1234

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c473 * add module version
566 * add module version
665 * add module version
748 * add module version
805 * add module version
950 * add module version
1072 * add module version
1184 * difference params set old against params set new of module module_name. It
1207 /* diff module specific params */
1222 * differences filter old against filter new of module module_nam
3161 printnvlist( FILE *fp, char *module, nvlist_t *nvl, int printall, ipqos_conf_filter_t *flt, int tab_inserts, place_t place) argument
3470 printparams( FILE *fp, char *module, ipqos_conf_params_t *params, int printall, int tab_inserts) argument
3606 printfilter( FILE *fp, char *module, ipqos_conf_filter_t **filter, int printall, int tab_inserts) argument
3982 prepend_module_name( char *name, char *module) argument
5048 read_mapped_values( FILE *tfp, nvlist_t **nvlp, char *module, char *mapped_list, int value) argument
5166 read_int_array_info( char *info_str, str_val_nd_t **enum_nvs, uint32_t *size, int *lower, int *upper, char *module) argument
8746 parse_kparams( char *module, ipqos_conf_params_t *params, nvlist_t *nvl) argument
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c793 /* specify an alternate module load path */
1434 * If modules were unloaded, reload them. Also use module status
2062 * Otherwise, return DEVFSADM_SUCCESS if the device "class" from the module
2119 vprint(MODLOAD_MID, "unloading module %s\n", module_head->name);
2194 module_t *module; local
2237 vprint(MODLOAD_MID, "module %s loaded\n", epath);
2239 module = (module_t *)s_malloc(sizeof (module_t));
2240 module->name = s_strdup(epath);
2241 module->dlhandle = dlhandle;
2243 /* dlsym other module function
2444 call_minor_init(module_t *module) argument
[all...]
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c5762 char module[DLPI_LINKNAME_MAX]; local
5768 if (dlpi_parselink(dev, module, &instance) != DLPI_SUCCESS)
5776 ksp = dladm_kstat_lookup(kcp, module, instance, "mac", NULL);
5806 query_kstat(char *module, int instance, const char *name, const char *stat, argument
5817 if ((ksp = kstat_lookup(kcp, module, instance, (char *)name)) == NULL) {
5845 char module[DLPI_LINKNAME_MAX]; local
5851 if (dlpi_parselink(name, module, &instance) != DLPI_SUCCESS)
5854 return (query_kstat(module, instance, "mac", stat, type, val));
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c177 "module", /* MODULE_CMD */
178 "module$", /* MODULE_DOLLAR_CMD */
2936 * in boot based on presence/absence of a kernel module.
4692 BAM_DPRINTF(("%s: not module cmd: %s\n", fcn, cmd));
4705 BAM_DPRINTF(("%s: bootadm or LU module cmd: %s\n", fcn, arg));
4710 BAM_DPRINTF(("%s: is HAND module: %s\n", fcn, arg));
4713 BAM_DPRINTF(("%s: is UNKNOWN module: %s\n", fcn, arg));
4714 bam_error(_("module command on line %d not recognized.\n"),
5170 char *module,
5195 if (module
5165 add_boot_entry(menu_t *mp, char *title, char *findroot, char *kernel, char *mod_kernel, char *module, char *bootfs) argument
8402 find_boot_entry( menu_t *mp, char *title, char *kernel, char *findroot, char *root, char *module, int root_opt, int *entry_num) argument
8550 update_boot_entry(menu_t *mp, char *title, char *findroot, char *root, char *kernel, char *mod_kernel, char *module, int root_opt) argument
[all...]

Completed in 118 milliseconds

1234