/src/usr.sbin/ndbootd/ |
ndbootd.c | 318 ssize_t packet_length; local in function:main 529 packet_length = ndbootd_raw_read(interface, packet_buffer, sizeof(packet_buffer)); 530 if (packet_length < 0) { 538 if (packet_length 542 _NDBOOTD_DEBUG((fp, "ignoring a too-short packet of length %ld", (long) packet_length)); 560 if (packet_length 564 _NDBOOTD_DEBUG((fp, "ignoring a packet with bad total length %ld", (long) packet_length));
|
ndbootd.c | 318 ssize_t packet_length; local in function:main 529 packet_length = ndbootd_raw_read(interface, packet_buffer, sizeof(packet_buffer)); 530 if (packet_length < 0) { 538 if (packet_length 542 _NDBOOTD_DEBUG((fp, "ignoring a too-short packet of length %ld", (long) packet_length)); 560 if (packet_length 564 _NDBOOTD_DEBUG((fp, "ignoring a packet with bad total length %ld", (long) packet_length));
|
/src/sys/dev/usb/ |
umidi.c | 1647 static const int packet_length[16] = { variable in typeref:typename:const int[16] 1861 len = packet_length[GET_CIN(packet[0])];
|
umidi.c | 1647 static const int packet_length[16] = { variable in typeref:typename:const int[16] 1861 len = packet_length[GET_CIN(packet[0])];
|