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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_pipesvc.c47 static void *pipesvc_listener(void *);
145 rc = pthread_create(&tid, &tattr, pipesvc_listener, pl);
176 pipesvc_listener(void *varg) function
187 smbd_report("pipesvc_listener, so_create: %d", errno);
199 smbd_report("pipesvc_listener, so_bind: %d", errno);
205 smbd_report("pipesvc_listener, listen: %d", errno);
223 smbd_report("pipesvc_listener, "
226 smbd_report("pipesvc_listener, accept: %d", err);
232 smbd_report("pipesvc_listener, alloc1 failed");
239 smbd_report("pipesvc_listener, pthread_creat
[all...]

Completed in 63 milliseconds