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

/illumos-gate/usr/src/cmd/smbsrv/dtrace/
H A Dsmbd-pipesvc.d33 pid$target:*smbd:pipesvc_worker:entry
113 pid$target:*smbd:pipesvc_worker:return
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_pipesvc.c48 static void *pipesvc_worker(void *);
237 rc = pthread_create(&tid, NULL, pipesvc_worker, np);
246 /* Note: np_free in pipesvc_worker */
257 pipesvc_worker(void *varg) function
292 smbd_report("pipesvc_worker, recv1: %d", rc);
297 smbd_report("pipesvc_worker, bad hdr");
302 smbd_report("pipesvc_worker, alloc1 failed");
307 smbd_report("pipesvc_worker, recv2: %d", rc);
313 smbd_report("pipesvc_worker, bad uinfo");
324 smbd_report("pipesvc_worker, send
[all...]

Completed in 57 milliseconds