Searched refs:eventchn_str (Results 1 – 1 of 1) sorted by relevance
1067 char eventchn_str[MAX_STRLEN(eventchn)]; in xs_introduce_domain() local1072 snprintf(eventchn_str, sizeof(eventchn_str), "%u", eventchn); in xs_introduce_domain()1078 iov[2].iov_base = eventchn_str; in xs_introduce_domain()1079 iov[2].iov_len = strlen(eventchn_str) + 1; in xs_introduce_domain()
Completed in 4 milliseconds