Searched refs:DLDIOC_GETTRAN (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/dlutil/ |
H A D | dltraninfo.c | 245 if (ioctl(dladm_dld_fd(hdl), DLDIOC_GETTRAN, >) != 0) { in dltran_dump_transceivers() 267 if (ioctl(dladm_dld_fd(hdl), DLDIOC_GETTRAN, >) != 0) { in dltran_dump_transceivers()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/nic/ |
H A D | topo_nic.c | 300 if (ioctl(dladm_dld_fd(handle), DLDIOC_GETTRAN, &dgt) != 0) { in nic_create_transceiver() 376 if (ioctl(dladm_dld_fd(handle), DLDIOC_GETTRAN, &dgt) != 0) { in nic_enum_link_ntrans()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | dld.h | 318 #define DLDIOC_GETTRAN DLDIOC(0x1e) macro
|
/illumos-gate/usr/src/uts/common/io/dld/ |
H A D | dld_drv.c | 1601 {DLDIOC_GETTRAN, DLDCOPYINOUT, sizeof (dld_ioc_gettran_t),
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes.c | 1225 { (uint_t)DLDIOC_GETTRAN, "DLDIOC_GETTRAN",
|