Searched refs:find_mbind (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dmodsubr.c510 find_mbind(char *name, struct bind **hashtab, int deleted) function
546 if (find_mbind(name, hashtab, 0) != NULL)
565 * delete an mbind by making its b_num negative. We also support find_mbind
619 if ((mbind = find_mbind(name, mb_hashtab, 0)) != NULL) {
621 if (find_mbind(name, mb_hashtab, 1))
635 if ((mbind = find_mbind(name, mb_hashtab, 1)) != NULL) {
799 if ((mbind = find_mbind(name, sb_hashtab, 0)) != NULL)
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c982 find_mbind(const char *name, uintptr_t *hashtab) function
1024 if ((mbind = find_mbind(name, mb_hashtab)) != NULL) {

Completed in 171 milliseconds