Searched refs:config_flags (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/modload/
H A Dupdate_drv.c105 int config_flags; local
352 config_flags = (verbose_flag) ?
357 config_flags) == ERROR) {
476 config_flags = 0;
478 config_flags |= CONFIG_DRV_VERBOSE;
480 config_flags |= CONFIG_DRV_FORCE;
482 aliases, config_flags);
H A Dadd_drv.c117 int config_flags; local
445 config_flags = 0;
447 config_flags |= CONFIG_DRV_VERBOSE;
449 config_flags |= CONFIG_DRV_UPDATE_ONLY;
452 cleanup_flag, config_flags) == ERROR) {
H A Ddrvsubr.c1211 int config_flags)
1225 if (config_flags & CONFIG_DRV_FORCE)
1228 if (config_flags & CONFIG_DRV_VERBOSE) {
1241 if (config_flags & CONFIG_DRV_UPDATE_ONLY)
1275 int config_flags)
1278 aliases, NULL, config_flags));
1292 int config_flags)
1311 aliases, classes, config_flags);
1205 exec_devfsadm( boolean_t config, char *driver_name, major_t major_num, char *aliases, char *classes, int config_flags) argument
1271 unconfig_driver( char *driver_name, major_t major_num, char *aliases, int config_flags) argument
1286 config_driver( char *driver_name, major_t major_num, char *aliases, char *classes, int cleanup_flag, int config_flags) argument
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c304 int rval = DDI_SUCCESS, config_flags = 0; local
325 config_flags |= MPTSAS_REQUEST_POOL_CMD;
390 config_flags |= MPTSAS_ADDRESS_REPLY;
441 if (config_flags & MPTSAS_ADDRESS_REPLY) {
452 config_flags &= (~MPTSAS_ADDRESS_REPLY);
533 config_flags |= MPTSAS_ADDRESS_REPLY;
580 if (config_flags & MPTSAS_ADDRESS_REPLY) {
598 config_flags &= (~MPTSAS_REQUEST_POOL_CMD);
600 if (config_flags & MPTSAS_REQUEST_POOL_CMD)
603 if (config_flags
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h4365 u16_t config_flags; member in struct:tstorm_eth_function_common_config

Completed in 138 milliseconds