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

/linux-master/drivers/s390/block/
H A Ddasd_devmap.c279 char **to_str, char **features_str)
286 *to_str = strsep(&range, "(");
315 char *to_str = NULL; local
323 if (dasd_evaluate_range_param(tmp, &from_str, &to_str, &features_str)) {
336 if (to_str) {
337 if (dasd_busid(to_str, &to_id0, &to_id1, &to)) {
278 dasd_evaluate_range_param(char *range, char **from_str, char **to_str, char **features_str) argument
/linux-master/tools/testing/selftests/net/
H A Dipsec.c752 char to_str[IPV4_STR_SZ] = {}, from_str[IPV4_STR_SZ] = {}; local
787 strncpy(to_str, inet_ntoa(*(struct in_addr *)&to), IPV4_STR_SZ - 1);
792 init_side ? "send" : "reply", from_str, to_str,
799 init_side ? "send" : "reply", from_str, to_str,

Completed in 175 milliseconds