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

  /src/sys/arch/pmax/ibus/
sii_ds.c 135 volatile u_int *wdst = (volatile u_int *)dst; local in function:kn230_copytobuf
152 *wdst = *wsrc;
154 wdst+= 2;
170 u_int *wdst = (u_int *)dst; local in function:kn230_copyfrombuf
185 *wdst = *wsrc;
187 wdst++;
194 *((u_short*)(wdst)) = (u_short) (lastword);
197 ((u_char*)(wdst))[2] = (u_char) (lastword >> 16);
sii_ds.c 135 volatile u_int *wdst = (volatile u_int *)dst; local in function:kn230_copytobuf
152 *wdst = *wsrc;
154 wdst+= 2;
170 u_int *wdst = (u_int *)dst; local in function:kn230_copyfrombuf
185 *wdst = *wsrc;
187 wdst++;
194 *((u_short*)(wdst)) = (u_short) (lastword);
197 ((u_char*)(wdst))[2] = (u_char) (lastword >> 16);

Completed in 22 milliseconds