Searched refs:parse_retval (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_loader.c | 319 static int parse_retval(const char *str, int *val, const char *name) in parse_retval() function 521 err = parse_retval(val, &spec->priv.retval, "__retval"); in parse_test_spec() 528 err = parse_retval(val, &spec->unpriv.retval, "__retval_unpriv"); in parse_test_spec()
|
| /linux-6.15/drivers/staging/gpib/ni_usb/ |
| H A D | ni_usb_gpib.c | 592 int retval, parse_retval; in ni_usb_read() local 667 parse_retval = parse_board_ibrd_readback(in_data, &status, buffer, length, &actual_length); in ni_usb_read() 668 if (parse_retval != usb_bytes_read) { in ni_usb_read() 669 if (parse_retval >= 0) in ni_usb_read() 670 parse_retval = -EIO; in ni_usb_read() 672 parse_retval, usb_bytes_read); in ni_usb_read() 674 return parse_retval; in ni_usb_read()
|