Searched refs:dld_fd (Results 1 – 2 of 2) sorted by relevance
101 int dld_fd; in dladm_open() local106 if ((dld_fd = open(DLD_CONTROL_DEV, O_RDWR)) < 0) in dladm_open()118 (void) close(dld_fd); in dladm_open()122 (*handle)->dld_fd = dld_fd; in dladm_open()132 (void) close(handle->dld_fd); in dladm_close()142 return (handle->dld_fd); in dladm_dld_fd()
49 int dld_fd; /* file descriptor to DLD_CONTROL_DEV */ member