Searched defs:configuration (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dsa_libpool.c58 * If not NULL use the passed 'configuration' to access the pool framework,
62 sa_libpool_init(void *configuration) argument
64 if (configuration) {
65 conf = configuration;
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txdma.c652 * op_mode - OP_GET: get valid page configuration
653 * OP_SET: set valid page configuration
654 * OP_UPDATE: update valid page configuration
1171 uint64_t configuration = *mask_cfgp; local
1192 configuration);
1198 configuration | value);
1348 * op_mode - OP_GET: get transmit ring configuration
1349 * OP_SET: set transmit ring configuration
1351 * configuration data structure.
H A Dnpi_rxdma.c630 * enable the RDC or else configuration fatal error
633 * This NPI function only sets up the configuration.
826 /* now do the actual HW configuration */
2301 uint64_t configuration = *mask_cfgp; local
2320 configuration);
2326 configuration | value);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h1175 volatile uint32_t configuration; /* 0x28 */ member in struct:__anon7815

Completed in 107 milliseconds