Lines Matching refs:rv
134 int rv; in WRAP() local
140 rv = REAL(socket)(domain, socktype_pton(type), protocol); in WRAP()
142 ALOGV("%s: return(rv:%d); }", __func__, rv); in WRAP()
143 return rv; in WRAP()
148 int rv; in WRAP() local
154 rv = REAL(socketpair)(domain, socktype_pton(type), protocol, sv); in WRAP()
156 if ((rv != 0) || invalid_pointer(sv)) { in WRAP()
158 rv); in WRAP()
161 rv, sv[0], sv[1]); in WRAP()
163 return rv; in WRAP()
183 int rv; in WRAP() local
207 rv = REAL(getaddrinfo)(node, service, native_hints, native_results); in WRAP()
225 ALOGV("%s: return(rv:%d); }", __func__, rv); in WRAP()
226 return rv; in WRAP()