/src/sys/rump/librump/rumpvfs/ |
rump_vfs.c | 97 char *mbase; local in function:RUMP_COMPONENT 162 mbase = buf; 164 mbase = module_base; 166 if (strlen(mbase) != 0 && *mbase != '0') { 167 rump_etfs_register(module_base, mbase,
|
rump_vfs.c | 97 char *mbase; local in function:RUMP_COMPONENT 162 mbase = buf; 164 mbase = module_base; 166 if (strlen(mbase) != 0 && *mbase != '0') { 167 rump_etfs_register(module_base, mbase,
|
rump_vfs.c | 97 char *mbase; local in function:RUMP_COMPONENT 162 mbase = buf; 164 mbase = module_base; 166 if (strlen(mbase) != 0 && *mbase != '0') { 167 rump_etfs_register(module_base, mbase,
|
/src/sys/arch/atari/dev/ |
ncr5380.c | 1437 uint8_t mbase = 0; local in function:transfer_dma 1461 * Enable SCSI interrupts and set IN_DMA flag, set 'mbase' 1466 mbase = SC_E_EOPI | SC_MON_BSY; 1469 mbase |= IMODE_BASE | SC_M_DMA; 1470 scsi_dma_setup(reqp, phase, mbase);
|
ncr5380.c | 1437 uint8_t mbase = 0; local in function:transfer_dma 1461 * Enable SCSI interrupts and set IN_DMA flag, set 'mbase' 1466 mbase = SC_E_EOPI | SC_MON_BSY; 1469 mbase |= IMODE_BASE | SC_M_DMA; 1470 scsi_dma_setup(reqp, phase, mbase);
|
ncr5380.c | 1437 uint8_t mbase = 0; local in function:transfer_dma 1461 * Enable SCSI interrupts and set IN_DMA flag, set 'mbase' 1466 mbase = SC_E_EOPI | SC_MON_BSY; 1469 mbase |= IMODE_BASE | SC_M_DMA; 1470 scsi_dma_setup(reqp, phase, mbase);
|
/src/sys/arch/mac68k/dev/ |
ncr5380.c | 1406 u_char mbase = 0; local in function:transfer_dma 1430 * Enable SCSI interrupts and set IN_DMA flag, set 'mbase' 1435 mbase = SC_E_EOPI | SC_MON_BSY; 1438 mbase |= IMODE_BASE | SC_M_DMA; 1439 scsi_dma_setup(reqp, phase, mbase);
|
ncr5380.c | 1406 u_char mbase = 0; local in function:transfer_dma 1430 * Enable SCSI interrupts and set IN_DMA flag, set 'mbase' 1435 mbase = SC_E_EOPI | SC_MON_BSY; 1438 mbase |= IMODE_BASE | SC_M_DMA; 1439 scsi_dma_setup(reqp, phase, mbase);
|
ncr5380.c | 1406 u_char mbase = 0; local in function:transfer_dma 1430 * Enable SCSI interrupts and set IN_DMA flag, set 'mbase' 1435 mbase = SC_E_EOPI | SC_MON_BSY; 1438 mbase |= IMODE_BASE | SC_M_DMA; 1439 scsi_dma_setup(reqp, phase, mbase);
|