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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.c65 static void *smbd_authsvc_work(void *);
283 rc = pthread_create(&tid, &attr, smbd_authsvc_work, ctx);
372 * Limit how long smbd_authsvc_work will wait for the client to
385 smbd_authsvc_work(void *arg) function

Completed in 45 milliseconds