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

/osnet-11/usr/src/lib/libdevice/
H A Ddevctl.c58 #define DCP(x) ((struct devctl_hdl *)(x)) macro
83 if (DCP(hdl)->fd != -1)
84 (void) close(DCP(hdl)->fd);
86 if (DCP(hdl)->opath != NULL)
87 free(DCP(hdl)->opath);
89 if (DCP(hdl)->nodename != NULL)
90 free(DCP(hdl)->nodename);
92 if (DCP(hdl)->unitaddr != NULL)
93 free(DCP(hdl)->unitaddr);
456 dcp->fd = dup(DCP(p
[all...]

Completed in 22 milliseconds