Lines Matching refs:i
41 int i; in copy_args() local
43 for (i = 0; i < argc; i++) { in copy_args()
44 if (i > 0) in copy_args()
46 strcpy(dest, argv[i]); in copy_args()
47 dest += strlen(argv[i]); in copy_args()
92 int i; in do_bootm_netbsd() local
94 for (i = 0, len = 0; i < argc; i += 1) in do_bootm_netbsd()
95 len += strlen(argv[i]) + 1; in do_bootm_netbsd()
500 int i; in bootm_os_get_boot_func() local
503 for (i = 0; i < ARRAY_SIZE(boot_os); i++) in bootm_os_get_boot_func()
504 if (boot_os[i] != NULL) in bootm_os_get_boot_func()
505 boot_os[i] += gd->reloc_off; in bootm_os_get_boot_func()