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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c128 MiscFuncPtr miscfunc; member in struct:HashTable_struct
1766 if (pTable->miscfunc) {
1769 return pTable->miscfunc(&(pTable->table[index].pData), key, pData);
1826 (*ppTable)->miscfunc = miscOpf;
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c8089 msgfunc_t protofunc, msgfunc_t miscfunc)
8100 if (miscfunc == NULL)
8103 stp->sd_rmiscfunc = miscfunc;
8088 strsetrputhooks(vnode_t *vp, uint_t flags, msgfunc_t protofunc, msgfunc_t miscfunc) argument

Completed in 63 milliseconds