Home
last modified time | relevance | path

Searched defs:sector_num (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/sun/sys/dada/impl/
H A Dcommands.h55 } sector_num; member
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c1575 tavor_flash_read_sector(tavor_state_t *state, uint32_t sector_num) in tavor_flash_read_sector()
1626 tavor_flash_write_sector(tavor_state_t *state, uint32_t sector_num) in tavor_flash_write_sector()
1763 tavor_flash_erase_sector(tavor_state_t *state, uint32_t sector_num) in tavor_flash_erase_sector()
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c1487 hermon_flash_read_sector(hermon_state_t *state, uint32_t sector_num) in hermon_flash_read_sector()
1544 hermon_flash_write_sector(hermon_state_t *state, uint32_t sector_num) in hermon_flash_write_sector()
1814 hermon_flash_erase_sector(hermon_state_t *state, uint32_t sector_num) in hermon_flash_erase_sector()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c278 unsigned int sector_num = sector; in rawread() local