Lines Matching defs:from
128 * Translate from a device pathname (e.g. "/dev/tcp") to a vnode.
464 VN_RELE(vp); /* release hold from lookup */
540 * Since sendto/sendmsg would not get synchronous errors from the transport
729 * Extract file descriptors from a fdbuf.
1062 * Copy options from control to the mblk. Skip any file descriptor options.
1104 * Return the length of the control message derived from the options.
1177 * Copy options from options to the control. Convert SO_FILEP to
1470 * soappendmsg calls). If size is zero it is derived from the buffer
1492 * soappendmsg calls). If size is zero it is derived from the buffer
1932 so_copyin(const void *from, void *to, size_t size, int fromkernel)
1935 bcopy(from, to, size);
1938 return (xcopyin(from, to, size));
1942 so_copyout(const void *from, void *to, size_t size, int tokernel)
1945 bcopy(from, to, size);
1948 return (xcopyout(from, to, size));