Searched refs:devlink_crc32 (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/lib/libdevinfo/ |
| H A D | devinfo_devlink.c | 304 DB(hdp)->str_crc = devlink_crc32(0, "", 1); in open_db() 563 devlink_crc32(uint32_t crc, const void *buf, size_t len) in devlink_crc32() function 621 return (devlink_crc32(0, DB_SEG(hdp, seg), len)); in segment_crc() 676 crc = devlink_crc32(0, DB_SEG(hdp, DB_STR), next[DB_STR]); in seal_db() 1191 DB(hdp)->str_crc = devlink_crc32(DB(hdp)->str_crc, str, in write_string()
|
| H A D | devinfo_devlink.h | 343 static uint32_t devlink_crc32(uint32_t crc, const void *buf, size_t len);
|