• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/

Lines Matching refs:to

123 	 * only accessible locally to get/set passwd
212 * only accessible locally to get/set TMIN
560 char *to ;
583 to = (char *) (pcon->pc_p) ; /* destination pointer */
586 pa = (struct smt_para *) to ; /* type/length pointer */
587 to += PARA_LEN ; /* skip smt_para */
596 to[0] = 0 ;
597 to[1] = 0 ;
598 to[2] = 0 ;
599 to[3] = index ;
601 to += 4 ;
607 * get pointer to mib
676 * (u_long *) to = 0 ;
703 sp_len = cem_build_path(smc,to,path) ;
709 sp = (struct smt_p_1048 *) to ;
718 sp = (struct smt_p_208c *) to ;
735 sp = (struct smt_p_208d *) to ;
752 sp = (struct smt_p_208e *) to ;
767 sp = (struct smt_p_208f *) to ;
790 sp = (struct smt_p_2090 *) to ;
805 sp = (struct smt_p_4050 *) to ;
826 sp = (struct smt_p_4051 *) to ;
843 sp = (struct smt_p_4052 *) to ;
854 sp = (struct smt_p_4053 *) to ;
894 swap = pt->p_swap ; /* pointer to swap string */
911 to[0] = 0 ;
912 to[1] = 0 ;
915 to[2] = *from++ ;
916 to[3] = *from++ ;
919 to[3] = *from++ ;
920 to[2] = *from++ ;
923 to[2] = *from++ ;
924 to[3] = *from++ ;
926 to += 4 ;
933 to[1] = *from++ ;
934 to[0] = *from++ ;
936 to[0] = *from++ ;
937 to[1] = *from++ ;
939 to += 2 ;
947 to[0] = 0 ;
948 to[1] = 0 ;
949 to[2] = 0 ;
950 to[3] = *from++ ;
951 to += 4 ;
959 to[3] = *from++ ;
960 to[2] = *from++ ;
961 to[1] = *from++ ;
962 to[0] = *from++ ;
964 to[0] = *from++ ;
965 to[1] = *from++ ;
966 to[2] = *from++ ;
967 to[3] = *from++ ;
970 to += 4 ;
975 to[0] = 0 ;
976 to[1] = 0 ;
977 to[2] = *from++ ;
978 to[3] = *from++ ;
980 to += 4 ;
985 to[0] = *from++ ;
986 to[1] = *from++ ;
987 to[2] = *from++ ;
988 to[3] = *from++ ;
990 to += 4 ;
995 to[0] = 0 ;
996 to[1] = 0 ;
997 memcpy((char *) to+2,(char *) from,6) ;
998 to += 8 ;
1005 memcpy((char *) to,(char *) from,8) ;
1006 to += 8 ;
1013 memcpy((char *) to,(char *) from,32) ;
1014 to += 32 ;
1021 to[0] = *from++ ;
1022 to[1] = *from++ ;
1023 to[2] = *from++ ;
1024 to[3] = *from++ ;
1025 to[4] = *from++ ;
1026 to[5] = *from++ ;
1027 to[6] = *from++ ;
1028 to[7] = *from++ ;
1029 to += 8 ;
1044 to[0] = 0 ;
1045 to[1] = 0 ;
1046 to += 4 - (len & 3 ) ;
1054 pcon->pc_p = (void *) to ;
1060 to += sp_len ;
1083 char *to ;
1171 to = mib_addr + pt->p_offset ;
1172 swap = pt->p_swap ; /* pointer to swap string */
1177 to = (char *) &byte_val ;
1180 to = (char *) &word_val ;
1183 to = (char *) &long_val ;
1196 to[0] = from[2] ;
1197 to[1] = from[3] ;
1200 to[1] = from[2] ;
1201 to[0] = from[3] ;
1204 to[0] = from[2] ;
1205 to[1] = from[3] ;
1208 to += 2 ;
1218 to[0] = from[3] ;
1221 to += 4 ;
1230 to[3] = *from++ ;
1231 to[2] = *from++ ;
1232 to[1] = *from++ ;
1233 to[0] = *from++ ;
1235 to[0] = *from++ ;
1236 to[1] = *from++ ;
1237 to[2] = *from++ ;
1238 to[3] = *from++ ;
1241 to += 4 ;
1247 memcpy((char *) to,(char *) from+2,6) ;
1248 to += 8 ;
1256 memcpy((char *) to,(char *) from,4) ;
1257 to += 4 ;
1265 memcpy((char *) to,(char *) from,8) ;
1266 to += 8 ;
1274 memcpy((char *) to,(char *) from,32) ;
1275 to += 32 ;
1281 to[0] = *from++ ;
1282 to[1] = *from++ ;
1283 to[2] = *from++ ;
1284 to[3] = *from++ ;
1285 to[4] = *from++ ;
1286 to[5] = *from++ ;
1287 to[6] = *from++ ;
1288 to[7] = *from++ ;
1290 to += 8 ;