Searched refs:OKFREE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_connects.c72 OKFREE(mode = fcntl(fd, F_GETFL, NULL), new); /*%< side effect: validate fd. */
83 OKFREE(ioctl(fd, FIONBIO, (char *)&on), new);
85 OKFREE(fcntl(fd, F_SETFL, mode | PORT_NONBLOCK), new);
89 OKFREE(listen(fd, maxconn), new);
H A Deventlib_p.h49 #define OKFREE(x, y) if ((x) < 0) { FREE((y)); EV_ERR(errno); } \ macro

Completed in 45 milliseconds