Home | History | Annotate | Download | only in strace

Lines Matching full:nodename

2224 			char nodename[__NEW_UTS_LEN + 1];
2225 if (umovestr(tcp, tcp->u_arg[1], (__NEW_UTS_LEN + 1), nodename) < 0)
2228 tprintf(", \"%s\"", nodename);