HomeSort by: relevance | last modified time | path
    Searched defs:blkmv (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
ite_sti.c 247 sti_blkmv_t blkmv; local
263 blkmv = (sti_blkmv_t)(sti.code + sti.codeptr[STI_BLOCK_MOVE]);
264 (*blkmv)(&a.flags, &a.in, &a.out, &sti.cfg);
270 sti_blkmv_t blkmv; local
285 blkmv = (sti_blkmv_t)(sti.code + sti.codeptr[STI_BLOCK_MOVE]);
286 (*blkmv)(&a.flags, &a.in, &a.out, &sti.cfg);
292 sti_blkmv_t blkmv; local
309 blkmv = (sti_blkmv_t)(sti.code + sti.codeptr[STI_BLOCK_MOVE]);
310 (*blkmv)(&a.flags, &a.in, &a.out, &sti.cfg);
  /src/sys/dev/ic/
stivar.h 57 sti_blkmv_t blkmv; member in struct:sti_rom
stireg.h 79 #define STI_ILLBLKMVFROM 7 /* invalid from in blkmv */
80 #define STI_ILLBLKMVTO 8 /* invalid to in blkmv */
81 #define STI_ILLBLKMVSIZE 9 /* invalid size in blkmv */
91 #define STI_ILLNTBLKMV 19 /* invalid non-text blkmv */
370 STI_DEP(blkmv); variable
480 #define STI_INQCONF_HWBLKMV 0x0002 /* hw blkmv is present */

Completed in 20 milliseconds