Lines Matching +defs:src +defs:hash
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
932 elide_trailing_slash(const char *src, char *dst, size_t dstsize)
936 assert(src);
939 (void) strlcpy(dst, src, dstsize);
3441 * creates sha1 hash of archive
3447 char *hash;
3451 (void) asprintf(&archive_hash, "%s.hash", archive);
3455 if ((ret = bootadm_digest(archive, &hash)) == BAM_ERROR) {
3463 free(hash);
3467 (void) fprintf(fp, "%s\n", hash);
3469 free(hash);
3786 * Note: we will not create hash here, CREATE_RAMDISK should create it.
6359 bam_error(_("invalid key for mnttab hash: %s\n"), special);