Home
last modified time | relevance | path

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

/external/netperf/
Dnettest_dlpi.h35 char dlpi_device[32]; /* the path to the dlpi device */ member
82 char dlpi_device[32]; /* the path to the dlpi device */ member
125 char dlpi_device[32]; /* the path to the dlpi device */ member
171 char dlpi_device[32]; /* the path to the dlpi device */ member
Dnettest_dlpi.c324 strcpy(dlpi_co_stream_request->dlpi_device, in send_dlpi_co_stream()
340 initword = (int *) dlpi_co_stream_request->dlpi_device; in send_dlpi_co_stream()
767 initword = (int *) dlpi_co_stream_request->dlpi_device; in recv_dlpi_co_stream()
779 data_descriptor = dl_open(dlpi_co_stream_request->dlpi_device, in recv_dlpi_co_stream()
1219 strcpy(dlpi_co_rr_request->dlpi_device, in send_dlpi_co_rr()
1234 initword = (int *) dlpi_co_rr_request->dlpi_device; in send_dlpi_co_rr()
1765 strcpy(dlpi_cl_stream_request->dlpi_device, in send_dlpi_cl_stream()
1781 initword = (int *) dlpi_cl_stream_request->dlpi_device; in send_dlpi_cl_stream()
2176 initword = (int *) dlpi_cl_stream_request->dlpi_device; in recv_dlpi_cl_stream()
2188 data_descriptor = dl_open(dlpi_cl_stream_request->dlpi_device, in recv_dlpi_cl_stream()
[all …]