Home
last modified time | relevance | path

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

/external/libusb/examples/
Dxusb.c800 uint8_t bus, port_path[8]; in test_device() local
824 r = libusb_get_port_numbers(dev, port_path, sizeof(port_path)); in test_device()
828 printf(" port path: %d", port_path[0]); in test_device()
830 printf("->%d", port_path[i]); in test_device()
/external/ltp/testcases/network/netstress/
Dnetstress.c118 static char *port_path = "netstress_port"; variable
688 SAFE_FILE_PRINTF(port_path, "%d", port); in server_init()