Searched defs:SG_SET (Results 1 – 1 of 1) sorted by relevance
21 #define SG_SET(SG, B, N) ((SG)->buf = (char *)(B),(SG)->len = (N)) macro 138 #define SG_SET(SG, B, L) ((SG)->iov_base = (char*)(B), (SG)->iov_len = (L)) macro