Searched defs:SG (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | port-sockets.h | 14 #define SG_ADVANCE(SG, N) \ argument 19 #define SG_LEN(SG) ((SG)->len + 0) argument 20 #define SG_BUF(SG) ((SG)->buf + 0) argument 21 #define SG_SET(SG, B, N) ((SG)->buf = (char *)(B),(SG)->len = (N)) argument 40 #define SOCKET_WRITEV(FD, SG, LEN, TMP) \ argument 130 #define SG_ADVANCE(SG, N) \ argument 136 #define SG_LEN(SG) ((SG)->iov_len + 0) argument 137 #define SG_BUF(SG) ((char*)(SG)->iov_base + 0) argument 138 #define SG_SET(SG, B, L) ((SG)->iov_base = (char*)(B), (SG)->iov_len = (L)) argument 157 #define SOCKET_WRITEV(FD, SG, LEN, TMP) \ argument
|
/titanic_41/usr/src/uts/common/io/ |
H A D | srn.c | 63 #define SG 0x004 macro
|
H A D | pm.c | 295 #define SG 0x004 macro
|
/titanic_41/usr/src/uts/common/sys/scsi/adapters/smrt/ |
H A D | smrt_ciss.h | 290 SGDescriptor_t SG[CISS_MAXSGENTRIES]; member
|
/titanic_41/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3_ciss.h | 205 SGDescriptor_t SG[CISS_MAXSGENTRIES]; /* 16*SG_MAXENTRIES=512, 564 */ member
|