Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdladm/common/
H A Dlibdladm.c101 int dld_fd; in dladm_open() local
106 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()
H A Dlibdladm_impl.h49 int dld_fd; /* file descriptor to DLD_CONTROL_DEV */ member