Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/io/
H A Ddrctl_impl.c69 int up_err; in i_drctl_send() local
99 up_err = door_ki_upcall_limited(dh, &door_args, NULL, SIZE_MAX, 0); in i_drctl_send()
100 if (up_err == 0) { in i_drctl_send()
124 switch (up_err) { in i_drctl_send()
139 "%s: door call failed with %d\n", me, up_err); in i_drctl_send()
144 "code %d from door_ki_upcall\n", me, up_err); in i_drctl_send()