Searched refs:parsable (Results 1 – 4 of 4) sorted by relevance
/linux/tools/usb/usbip/src/ |
H A D | usbip_list.c | 153 const char *product, bool parsable) in print_device() argument 155 if (parsable) in print_device() 161 static void print_product_name(char *product_name, bool parsable) in print_product_name() argument 163 if (!parsable) in print_product_name() 167 static int list_devices(bool parsable) in list_devices() argument 232 print_device(busid, idVendor, idProduct, parsable); in list_devices() 233 print_product_name(product_name, parsable); in list_devices() 249 static int list_gadget_devices(bool parsable) in list_gadget_devices() argument 310 print_device(busid, idVendor_buf, idProduct_buf, parsable); in list_gadget_devices() 311 print_product_name(product_name, parsable); in list_gadget_devices() [all …]
|
/linux/tools/testing/selftests/futex/ |
H A D | README | 36 Test output shall be easily parsable by both human and machine. Title and
|
/linux/Documentation/networking/device_drivers/ethernet/meta/ |
H A D | fbnic.rst | 125 - ``rpc_out_of_hdr_err``: frames where header was larger than parsable region
|
/linux/Documentation/usb/ |
H A D | usb-serial.rst | 261 output is in proper format and parsable.
|