HomeSort by relevance Sort by last modified time
    Searched defs:dld_fd (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libdladm/common/
libdladm_impl.h 49 int dld_fd; /* file descriptor to DLD_CONTROL_DEV */ member in struct:dladm_handle
libdladm.c 100 int dld_fd; local
105 if ((dld_fd = open(DLD_CONTROL_DEV, O_RDWR)) < 0)
117 (void) close(dld_fd);
121 (*handle)->dld_fd = dld_fd;
131 (void) close(handle->dld_fd);
141 return (handle->dld_fd);

Completed in 1319 milliseconds