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

/external/netperf/
H A Dnettest_dlpi.h35 char dlpi_device[32]; /* the path to the dlpi device */ member in struct:dlpi_co_stream_request_struct
82 char dlpi_device[32]; /* the path to the dlpi device */ member in struct:dlpi_co_rr_request_struct
125 char dlpi_device[32]; /* the path to the dlpi device */ member in struct:dlpi_cl_stream_request_struct
171 char dlpi_device[32]; /* the path to the dlpi device */ member in struct:dlpi_cl_rr_request_struct
H A Dnettest_dlpi.c326 strcpy(dlpi_co_stream_request->dlpi_device,
342 initword = (int *) dlpi_co_stream_request->dlpi_device;
770 initword = (int *) dlpi_co_stream_request->dlpi_device;
782 data_descriptor = dl_open(dlpi_co_stream_request->dlpi_device,
1223 strcpy(dlpi_co_rr_request->dlpi_device,
1238 initword = (int *) dlpi_co_rr_request->dlpi_device;
1770 strcpy(dlpi_cl_stream_request->dlpi_device,
1786 initword = (int *) dlpi_cl_stream_request->dlpi_device;
2182 initword = (int *) dlpi_cl_stream_request->dlpi_device;
2194 data_descriptor = dl_open(dlpi_cl_stream_request->dlpi_device,
[all...]

Completed in 84 milliseconds