| /src/share/doc/smm/config/ |
| Makefile | 10 EXTRAHTMLFILES=config1.png config2.png config3.png config4.png config5.png
|
| /src/sys/arch/acorn32/podulebus/ |
| sfas.c | 180 nexus->config3 = dev->sc_config3 & ~SFAS_CFG3_FASTSCSI; 661 *rp->sfas_config3 = nexus->config3; 948 *rp->sfas_config3 = nexus->config3; 1096 *rp->sfas_config3 = nexus->config3; 1392 nexus->config3 &= ~SFAS_CFG3_FASTSCSI; 1398 *rp->sfas_config3 = nexus->config3; 1438 nexus->config3 |= SFAS_CFG3_FASTSCSI; 1440 nexus->config3 &=~SFAS_CFG3_FASTSCSI; 1446 *rp->sfas_config3 = nexus->config3; 1602 printf("config3=%02x\n", nexus->config3) [all...] |
| esc.c | 181 nexus->config3 = dev->sc_config3 & ~ESC_CFG3_FASTSCSI; 734 *rp->esc_config3 = nexus->config3; 1021 *rp->esc_config3 = nexus->config3; 1169 *rp->esc_config3 = nexus->config3; 1467 nexus->config3 &= ~ESC_CFG3_FASTSCSI; 1473 *rp->esc_config3 = nexus->config3; 1513 nexus->config3 |= ESC_CFG3_FASTSCSI; 1515 nexus->config3 &=~ESC_CFG3_FASTSCSI; 1521 *rp->esc_config3 = nexus->config3;
|
| escvar.h | 109 u_char config3; /* FAS216 variable storage */ member in struct:nexus
|
| sfasvar.h | 109 u_char config3; /* FAS216 variable storage */ member in struct:nexus
|
| /src/external/bsd/kyua-cli/dist/integration/ |
| cmd_debug_test.sh | 276 atf_test_program{name="config3", test_suite="suite3"} 280 utils_cp_helper config config3 290 debug config3:get_variable
|
| cmd_test_test.sh | 527 atf_test_program{name="config3", test_suite="suite3"} 531 utils_cp_helper config config3 540 grep 'config3:get_variable.*skipped' stdout
|
| /src/sys/arch/sparc64/dev/ |
| lom.c | 266 uint8_t reg, fw_rev, config, config2, config3; local 309 config2 = config3 = 0; 319 lom_read(sc, LOM_IDX_CONFIG3, &config3);
|
| /src/external/gpl2/xcvs/dist/src/ |
| sanity.sh | 1691 tests="$tests config config2 config3 config4" 20255 config3) 20259 modify_repo mkdir $CVSROOT_DIRNAME/config3 20260 mkdir config3 20261 cd config3 20263 dotest config3-init-1 "$testcvs -q co CVSROOT" "U CVSROOT/$DOTSTAR" 20268 dotest config3-init-1b "$testcvs -Q tag initial-config" 20278 dotest config3-init-2 \ 20285 dotest config3-1 "$testcvs co config3" \ [all...] |
| /src/sys/dev/pci/ |
| trm.c | 136 uint8_t config3; /* Target configuration byte 3 */ member in struct:nvram_target 2449 target->config3 = 0x00;
|
| if_bnxreg.h | 305 uint32_t config3; member in struct:flash_spec
|
| if_bnx.c | 1774 REG_WR(sc, BNX_NVM_CFG3, flash->config3);
|