Home
last modified time | relevance | path

Searched refs:pipe_send (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_pipesvc.c52 static int pipe_send(ndr_pipe_t *, void *, size_t);
104 np->np_send = pipe_send; in np_new()
390 rc = pipe_send(np, &status, sizeof (status)); in pipesvc_worker()
447 pipe_send(ndr_pipe_t *np, void *buf, size_t len) in pipe_send() function