iovec(9s) 맨 페이지 - 윈디하나의 솔라나라
|
svcadm(8)
을 검색하려면 섹션에서
8
을 선택하고, 맨 페이지 이름에
svcadm
을 입력하고 검색을 누른다.Kernel & Driver Data Structures iovec(9S) NAME iovec - data storage structure for I/O using uio SYNOPSIS #include <sys/uio.h> INTERFACE LEVEL Architecture independent level 1 (DDI/DKI). DESCRIPTION An iovec structure describes a data storage area for transfer in a uio(9S) structure. Conceptually, it can be thought of as a base address and length specification. STRUCTURE MEMBERS caddr_t iov_base; /* base address of the data storage area */ /* represented by the iovec structure */ int iov_len; /* size of the data storage area in bytes */ SEE ALSO uio(9S) Writing Device Drivers in Oracle Solaris 11.4 Oracle Solaris 11.4 11 Apr 1991 iovec(9S)맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3 |
Copyright © 2004-2025 Jo HoSeok. All rights reserved. |