Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_pipesvc.c50 static int pipe_recv(ndr_pipe_t *, void *, size_t);
102 np->np_recv = pipe_recv; in np_new()
290 rc = pipe_recv(np, &phdr, sizeof (phdr)); in pipesvc_worker()
305 rc = pipe_recv(np, buf, phdr.ph_uilen); in pipesvc_worker()
361 pipe_recv(ndr_pipe_t *np, void *buf, size_t len) in pipe_recv() function