Searched defs:hashash (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c593 int hashash; local
642 hashash = mhash_retrieve_entry(hndl, pname, stored_hash, &action) == 0;
653 if (hashash && is_profile) {
667 if (!hashash && hashbuf == NULL) {
695 if (hashash && memcmp(hash, stored_hash, MD5_DIGEST_LENGTH) == 0) {
729 if (hashash) {
/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c814 int hashash, r; local
875 hashash = mhash_retrieve_entry(
881 if (hashash) {

Completed in 60 milliseconds