Symbol: _NDBOOTD_DEBUG
usr.sbin/ndbootd/config/ndbootd-bpf.c
120
_NDBOOTD_DEBUG((fp, "bpf: failed to open %s: %s", dev_bpf_filename, strerror(errno)));
usr.sbin/ndbootd/config/ndbootd-bpf.c
123
_NDBOOTD_DEBUG((fp, "bpf: opened %s", dev_bpf_filename));
usr.sbin/ndbootd/config/ndbootd-bpf.c
130
_NDBOOTD_DEBUG((fp, "bpf: failed to get the BPF version on %s: %s",
usr.sbin/ndbootd/config/ndbootd-bpf.c
137
_NDBOOTD_DEBUG((fp, "bpf: kernel BPF version is %d.%d, my BPF version is %d.%d",
usr.sbin/ndbootd/config/ndbootd-bpf.c
147
_NDBOOTD_DEBUG((fp, "bpf: failed to put %s into immediate mode: %s",
usr.sbin/ndbootd/config/ndbootd-bpf.c
155
_NDBOOTD_DEBUG((fp, "bpf: failed set buffer size to %d: %s",
usr.sbin/ndbootd/config/ndbootd-bpf.c
161
_NDBOOTD_DEBUG((fp, "bpf: failed to put %s into complete-headers mode: %s",
usr.sbin/ndbootd/config/ndbootd-bpf.c
168
_NDBOOTD_DEBUG((fp, "bpf: failed to point BPF socket at %s: %s",
usr.sbin/ndbootd/config/ndbootd-bpf.c
179
_NDBOOTD_DEBUG((fp, "bpf: failed to set the filter on %s: %s",
usr.sbin/ndbootd/config/ndbootd-bpf.c
186
_NDBOOTD_DEBUG((fp, "bpf: failed to read the buffer size for %s: %s",
usr.sbin/ndbootd/config/ndbootd-bpf.c
191
_NDBOOTD_DEBUG((fp, "bpf: buffer size for %s is %u",
usr.sbin/ndbootd/config/ndbootd-bpf.c
226
_NDBOOTD_DEBUG((fp, "bpf: calling poll"));
usr.sbin/ndbootd/config/ndbootd-bpf.c
229
_NDBOOTD_DEBUG((fp, "bpf: poll returned zero"));
usr.sbin/ndbootd/config/ndbootd-bpf.c
235
_NDBOOTD_DEBUG((fp, "bpf: poll got EINTR"));
usr.sbin/ndbootd/config/ndbootd-bpf.c
238
_NDBOOTD_DEBUG((fp, "bpf: poll failed: %s", strerror(errno)));
usr.sbin/ndbootd/config/ndbootd-bpf.c
244
_NDBOOTD_DEBUG((fp, "bpf: calling read"));
usr.sbin/ndbootd/config/ndbootd-bpf.c
249
_NDBOOTD_DEBUG((fp, "bpf: failed to read packets: %s", strerror(errno)));
usr.sbin/ndbootd/config/ndbootd-bpf.c
252
_NDBOOTD_DEBUG((fp, "bpf: read %ld bytes of packets", (long) buffer_end));
usr.sbin/ndbootd/config/ndbootd-bpf.c
260
_NDBOOTD_DEBUG((fp, "bpf: flushed garbage BPF header bytes"));
usr.sbin/ndbootd/config/ndbootd-bpf.c
275
_NDBOOTD_DEBUG((fp, "bpf: flushed truncated BPF packet"));
usr.sbin/ndbootd/ndbootd.c
442
_NDBOOTD_DEBUG((fp, "opening interface %s", interface->ndbootd_interface_ifreq->ifr_name));
usr.sbin/ndbootd/ndbootd.c
450
_NDBOOTD_DEBUG((fp, "opened interface %s (ip %s ether %02x:%02x:%02x:%02x:%02x:%02x)",
usr.sbin/ndbootd/ndbootd.c
531
_NDBOOTD_DEBUG((fp, "failed to receive packet: %s", strerror(errno)));
usr.sbin/ndbootd/ndbootd.c
542
_NDBOOTD_DEBUG((fp, "ignoring a too-short packet of length %ld", (long) packet_length));
usr.sbin/ndbootd/ndbootd.c
552
_NDBOOTD_DEBUG((fp, "ignoring a packet with the wrong Ethernet or IP protocol"));
usr.sbin/ndbootd/ndbootd.c
557
_NDBOOTD_DEBUG((fp, "ignoring a packet with a bad IP checksum"));
usr.sbin/ndbootd/ndbootd.c
564
_NDBOOTD_DEBUG((fp, "ignoring a packet with bad total length %ld", (long) packet_length));
usr.sbin/ndbootd/ndbootd.c
573
_NDBOOTD_DEBUG((fp, "could not resolve %02x:%02x:%02x:%02x:%02x:%02x into a hostname: %s",
usr.sbin/ndbootd/ndbootd.c
587
_NDBOOTD_DEBUG((fp, "could not resolve %s into an IP address: %s",
usr.sbin/ndbootd/ndbootd.c
596
_NDBOOTD_DEBUG((fp, "IP address for %02x:%02x:%02x:%02x:%02x:%02x is %s",
usr.sbin/ndbootd/ndbootd.c
617
_NDBOOTD_DEBUG((fp, "machine %02x:%02x:%02x:%02x:%02x:%02x is using the wrong IP address\n",
usr.sbin/ndbootd/ndbootd.c
628
_NDBOOTD_DEBUG((fp, "machine %02x:%02x:%02x:%02x:%02x:%02x is sending to the wrong IP address\n",
usr.sbin/ndbootd/ndbootd.c
655
_NDBOOTD_DEBUG((fp, "could not open %s: %s",
usr.sbin/ndbootd/ndbootd.c
660
_NDBOOTD_DEBUG((fp, "could not stat %s: %s",
usr.sbin/ndbootd/ndbootd.c
667
_NDBOOTD_DEBUG((fp, "first-stage boot program %s has too many blocks (%d, max is %d)",
usr.sbin/ndbootd/ndbootd.c
670
_NDBOOTD_DEBUG((fp, "first-stage boot program %s has %d blocks",
usr.sbin/ndbootd/ndbootd.c
695
_NDBOOTD_DEBUG((fp, "could not open %s: %s",
usr.sbin/ndbootd/ndbootd.c
700
_NDBOOTD_DEBUG((fp, "could not stat %s: %s",
usr.sbin/ndbootd/ndbootd.c
706
_NDBOOTD_DEBUG((fp, "second-stage boot program %s has %d blocks",
usr.sbin/ndbootd/ndbootd.c
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",
usr.sbin/ndbootd/ndbootd.c
738
_NDBOOTD_DEBUG((fp, "ignoring a packet with bad op %d",
usr.sbin/ndbootd/ndbootd.c
743
_NDBOOTD_DEBUG((fp, "ignoring a packet with device minor %d",
usr.sbin/ndbootd/ndbootd.c
748
_NDBOOTD_DEBUG((fp, "ignoring a packet with disk version %d",
usr.sbin/ndbootd/ndbootd.c
753
_NDBOOTD_DEBUG((fp, "ignoring a packet with bad block number %d",
usr.sbin/ndbootd/ndbootd.c
759
_NDBOOTD_DEBUG((fp, "ignoring a packet with bad byte count %d",
usr.sbin/ndbootd/ndbootd.c
766
_NDBOOTD_DEBUG((fp, "ignoring a packet with bad current offset %d",
usr.sbin/ndbootd/ndbootd.c
774
_NDBOOTD_DEBUG((fp, "ignoring a packet with bad current count %d",
usr.sbin/ndbootd/ndbootd.c
822
_NDBOOTD_DEBUG((fp, "could not seek %s to block %ld offset %ld: %s",
usr.sbin/ndbootd/ndbootd.c
839
_NDBOOTD_DEBUG((fp, "could not read %ld bytes at block %ld offset %ld from %s: %s (read %ld bytes)",
usr.sbin/ndbootd/ndbootd.c
870
_NDBOOTD_DEBUG((fp, "could not seek %s to block %ld offset %ld: %s",
usr.sbin/ndbootd/ndbootd.c
887
_NDBOOTD_DEBUG((fp, "could not read %ld bytes at block %ld offset %ld from %s: %s (read %ld bytes)",
usr.sbin/ndbootd/ndbootd.c
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)",
usr.sbin/ndbootd/ndbootd.c
987
_NDBOOTD_DEBUG((fp, "could not write a packet: %s",