Lines Matching defs:of
4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
173 * on the number of open pipes. That's this status:
206 * a file open is requested on a share of type STYPE_IPC.
275 smb_opipe_close(smb_ofile_t *of)
280 ASSERT(of->f_state == SMB_OFILE_STATE_CLOSING);
281 ASSERT(of->f_ftype == SMB_FTYPE_MESG_PIPE);
282 opipe = of->f_pipe;
290 (void) ksocket_shutdown(sock, SHUT_RDWR, of->f_cr);
291 (void) ksocket_close(sock, of->f_cr);
349 * or from smb_read / smb2_read to get the rest of an RPC response.
435 smb_opipe_getattr(smb_ofile_t *of, smb_attr_t *ap)
438 if (of->f_pipe == NULL)
450 smb_opipe_getname(smb_ofile_t *of, char *buf, size_t buflen)
454 if ((opipe = of->f_pipe) == NULL)
542 * we can do is return that status when we have ALL of: