NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
crc32v
usr.bin/mkubootimage/crc32.c
117
return crc32v(iov, 1);
usr.bin/mkubootimage/crc32.h
30
uint32_t crc32v(const struct iovec *, int);
usr.bin/mkubootimage/mkubootimage.c
335
crc = crc32v(iov, 3);