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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.c57 int (*mh_init)(authsvc_context_t *); member in struct:spnego_mech_handler
642 for (; mh->mh_init != NULL; idx++, mh++) {
663 rc = mh->mh_init(ctx);
841 rc = mh->mh_init(ctx);

Completed in 71 milliseconds