Use calloc() in favor of malloc + memset.
authordelphij <delphij@FreeBSD.org>
Tue, 22 Apr 2014 18:55:21 +0000 (18:55 +0000)
committerdelphij <delphij@FreeBSD.org>
Tue, 22 Apr 2014 18:55:21 +0000 (18:55 +0000)
commit4436d2d38c66363f706def0a5ba0f0edc718e2c9
tree4a4bb4491352eb97172d0db0af1ffd8df5428dd8
parent5da15c183787ac6a5805e7702e27519e0ec7b59d
Use calloc() in favor of malloc + memset.

Reviewed by: neel
usr.sbin/bhyve/block_if.c
usr.sbin/bhyve/mevent.c
usr.sbin/bhyve/pci_ahci.c
usr.sbin/bhyve/pci_emul.c
usr.sbin/bhyve/pci_passthru.c
usr.sbin/bhyve/pci_virtio_block.c
usr.sbin/bhyve/pci_virtio_net.c
usr.sbin/bhyve/pci_virtio_rnd.c
usr.sbin/bhyve/uart_emul.c