Searched refs:hash_buf (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | dict.h | 42 extern uint64_t hash_buf(const void *, size_t);
|
H A D | dict.c | 181 * is to use the hash_buf() function. 186 return (hash_buf(&key, sizeof (key))); 200 hash_buf(const void *buf, size_t len) function
|
H A D | pool_kernel.c | 3573 return (hash_buf(&id, sizeof (id)));
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/ |
H A D | wanboot-cgi.c | 1591 struct stat payload_buf, hash_buf; local 1601 !WBCGI_FILE_EXISTS(payload_hash, hash_buf)) { 1631 "%s%ld%s%s", multi_header, hash_buf.st_size, WBCGI_CRNL, 1650 msglen = payload_buf.st_size + hash_buf.st_size + 1669 !write_file(fd, payload_hash, hash_buf.st_size) ||
|
Completed in 84 milliseconds