Home | History | Annotate | Download | only in ndbootd

Lines Matching defs:_ndbootd_debug

138 int _ndbootd_debug;
346 _ndbootd_debug = FALSE;
382 _ndbootd_debug = TRUE;
442 _NDBOOTD_DEBUG((fp, "opening interface %s", interface->ndbootd_interface_ifreq->ifr_name));
450 _NDBOOTD_DEBUG((fp, "opened interface %s (ip %s ether %02x:%02x:%02x:%02x:%02x:%02x)",
462 if (!_ndbootd_debug)
531 _NDBOOTD_DEBUG((fp, "failed to receive packet: %s", strerror(errno)));
542 _NDBOOTD_DEBUG((fp, "ignoring a too-short packet of length %ld", (long) packet_length));
552 _NDBOOTD_DEBUG((fp, "ignoring a packet with the wrong Ethernet or IP protocol"));
557 _NDBOOTD_DEBUG((fp, "ignoring a packet with a bad IP checksum"));
564 _NDBOOTD_DEBUG((fp, "ignoring a packet with bad total length %ld", (long) packet_length));
573 _NDBOOTD_DEBUG((fp, "could not resolve %02x:%02x:%02x:%02x:%02x:%02x into a hostname: %s",
587 _NDBOOTD_DEBUG((fp, "could not resolve %s into an IP address: %s",
596 _NDBOOTD_DEBUG((fp, "IP address for %02x:%02x:%02x:%02x:%02x:%02x is %s",
617 _NDBOOTD_DEBUG((fp, "machine %02x:%02x:%02x:%02x:%02x:%02x is using the wrong IP address\n",
628 _NDBOOTD_DEBUG((fp, "machine %02x:%02x:%02x:%02x:%02x:%02x is sending to the wrong IP address\n",
655 _NDBOOTD_DEBUG((fp, "could not open %s: %s",
660 _NDBOOTD_DEBUG((fp, "could not stat %s: %s",
667 _NDBOOTD_DEBUG((fp, "first-stage boot program %s has too many blocks (%d, max is %d)",
670 _NDBOOTD_DEBUG((fp, "first-stage boot program %s has %d blocks",
695 _NDBOOTD_DEBUG((fp, "could not open %s: %s",
700 _NDBOOTD_DEBUG((fp, "could not stat %s: %s",
706 _NDBOOTD_DEBUG((fp, "second-stage boot program %s has %d blocks",
720 _NDBOOTD_DEBUG((fp, "recv: op 0x%02x minor 0x%02x error %d vers %d seq %d blk %d bcount %d off %d count %d",
738 _NDBOOTD_DEBUG((fp, "ignoring a packet with bad op %d",
743 _NDBOOTD_DEBUG((fp, "ignoring a packet with device minor %d",
748 _NDBOOTD_DEBUG((fp, "ignoring a packet with disk version %d",
753 _NDBOOTD_DEBUG((fp, "ignoring a packet with bad block number %d",
759 _NDBOOTD_DEBUG((fp, "ignoring a packet with bad byte count %d",
766 _NDBOOTD_DEBUG((fp, "ignoring a packet with bad current offset %d",
774 _NDBOOTD_DEBUG((fp, "ignoring a packet with bad current count %d",
822 _NDBOOTD_DEBUG((fp, "could not seek %s to block %ld offset %ld: %s",
839 _NDBOOTD_DEBUG((fp, "could not read %ld bytes at block %ld offset %ld from %s: %s (read %ld bytes)",
870 _NDBOOTD_DEBUG((fp, "could not seek %s to block %ld offset %ld: %s",
887 _NDBOOTD_DEBUG((fp, "could not read %ld bytes at block %ld offset %ld from %s: %s (read %ld bytes)",
967 _NDBOOTD_DEBUG((fp, "send: op 0x%02x minor 0x%02x error %d vers %d seq %d blk %d bcount %d off %d count %d (win %d)",
987 _NDBOOTD_DEBUG((fp, "could not write a packet: %s",