Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_pipesvc.c53 static int pipe_recv(ndr_pipe_t *, void *, size_t);
105 np->np_recv = pipe_recv; in np_new()
348 rc = pipe_recv(np, &phdr, sizeof (phdr)); in pipesvc_worker()
363 rc = pipe_recv(np, buf, phdr.ph_uilen); in pipesvc_worker()
429 pipe_recv(ndr_pipe_t *np, void *buf, size_t len) in pipe_recv() function