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

/opensolaris-onvv-gate/usr/src/lib/libdladm/common/
H A Dlibdladm_impl.h49 int dld_fd; /* file descriptor to DLD_CONTROL_DEV */ member in struct:dladm_handle
H A Dlibdladm.c101 int dld_fd; local
106 if ((dld_fd = open(DLD_CONTROL_DEV, O_RDWR)) < 0)
118 (void) close(dld_fd);
122 (*handle)->dld_fd = dld_fd;
132 (void) close(handle->dld_fd);
142 return (handle->dld_fd);

Completed in 50 milliseconds