HomeSort by: relevance | last modified time | path
    Searched refs:lunsw_off (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
siopvar.h 92 uint32_t lunsw_off; /* offset of this lun sw, from sc_scriptaddr*/ member in struct:siop_lunsw
siop.c 243 device_xname(sc->sc_c.sc_dev), lunsw->lunsw_off);
1790 lunsw->lunsw_off);
1817 lunsw->lunsw_off = sc->script_free_lo;
1849 siop_target->lunsw->lunsw_off * 4 +
1881 siop_target->lunsw->lunsw_off + (Ent_restore_scntl3 / 4),
1885 siop_target->lunsw->lunsw_off + (Ent_restore_scntl3 / 4) + 2,
1902 if ((lunsw->lunsw_off + lunsw->lunsw_size) < sc->script_free_lo) {
2007 siop_target->lunsw->lunsw_off);
  /src/sys/arch/prep/stand/boot/
siop.c 722 siop_add_reselsw(struct siop_adapter *adp, int target, int lunsw_off)
741 htoc32(scriptaddr + lunsw_off * 4 + Ent_lun_switch_entry);
743 siop_update_scntl3(adp, target, lunsw_off);
748 siop_update_scntl3(struct siop_adapter *adp, int target, int lunsw_off)
753 script[lunsw_off + (Ent_restore_scntl3 / 4)] =
756 script[lunsw_off + (Ent_restore_scntl3 / 4) + 2] =
  /src/sys/arch/bebox/stand/boot/
siop.c 743 siop_add_reselsw(struct siop_adapter *adp, int target, int lunsw_off)
762 htoc32(scriptaddr + lunsw_off * 4 + Ent_lun_switch_entry);
764 siop_update_scntl3(adp, target, lunsw_off);
769 siop_update_scntl3(struct siop_adapter *adp, int target, int lunsw_off)
774 script[lunsw_off + (Ent_restore_scntl3 / 4)] =
777 script[lunsw_off + (Ent_restore_scntl3 / 4) + 2] =

Completed in 15 milliseconds