Lines Matching refs:printf
278 printf("netboot: retrieving root path from BSDP response\n"); in get_root_path()
283 printf("netboot: retrieving root path from BOOTP response\n"); in get_root_path()
334 printf("netboot_info_init: rp0='%s' isn't a network path," in netboot_info_init()
362 printf("netboot: NFS Server %s Mount %s", in netboot_info_init()
382 printf(" Image %s", info->image_path); in netboot_info_init()
384 printf("\n"); in netboot_info_init()
390 printf("netboot: HTTP URL %s\n", info->image_path); in netboot_info_init()
392 printf("netboot: root path uses unrecognized format\n"); in netboot_info_init()
405 printf("netboot: nested image %s\n", info->second_image_path); in netboot_info_init()
455 printf("netboot: path too small %zu < %zu\n", in netboot_rootpath()
481 printf("netboot: retrieving IP information from DHCP response\n"); in get_ip_parameters()
485 printf("netboot: retrieving IP information from BOOTP response\n"); in get_ip_parameters()
642 printf("netboot: no suitable interface\n"); in netboot_mountroot()
647 printf("netboot: using network interface '%s'\n", ifr.ifr_name); in netboot_mountroot()
651 printf("netboot: socreate, error=%d\n", error); in netboot_mountroot()
657 printf("netboot: SIFFLAGS, error=%d\n", error); in netboot_mountroot()
663 printf("netboot: can't retrieve IP parameters\n"); in netboot_mountroot()
666 printf("netboot: IP address " IP_FORMAT, IP_LIST(&iaddr)); in netboot_mountroot()
668 printf(" netmask " IP_FORMAT, IP_LIST(&netmask)); in netboot_mountroot()
671 printf(" router " IP_FORMAT, IP_LIST(&router)); in netboot_mountroot()
673 printf("\n"); in netboot_mountroot()
676 printf("netboot: inet_aifaddr failed, %d\n", error); in netboot_mountroot()
683 printf("netboot: adding default route " IP_FORMAT "\n", in netboot_mountroot()
687 printf("netboot: default_route_add failed %d\n", error); in netboot_mountroot()
701 printf("netboot: nfs_mountroot() attempt %u failed; " in netboot_mountroot()
720 printf("netboot: host_route_delete(" IP_FORMAT in netboot_mountroot()
728 printf("netboot: host_route_delete(" IP_FORMAT in netboot_mountroot()
761 printf("netboot_setup: calling imageboot_mount_image\n"); in netboot_setup()
764 printf("netboot: failed to mount root image, %d\n", error); in netboot_setup()
768 printf("netboot: failed to mount second root image, %d\n", error); in netboot_setup()