Lines Matching refs:set_utsfield
137 #define set_utsfield(to, from, dotchop, countfrom) { \ macro
221 set_utsfield(((struct sol_uname *)A(buf))->sysname, in solaris_utssys()
224 set_utsfield(((struct sol_uname *)A(buf))->nodename, in solaris_utssys()
227 set_utsfield(((struct sol_uname *)A(buf))->release, in solaris_utssys()
229 set_utsfield(((struct sol_uname *)A(buf))->version, in solaris_utssys()
231 set_utsfield(((struct sol_uname *)A(buf))->machine, in solaris_utssys()
247 set_utsfield(((struct sol_utsname *)A(buf))->sysname, in solaris_utsname()
249 set_utsfield(((struct sol_utsname *)A(buf))->nodename, in solaris_utsname()
251 set_utsfield(((struct sol_utsname *)A(buf))->release, in solaris_utsname()
253 set_utsfield(((struct sol_utsname *)A(buf))->version, in solaris_utsname()
255 set_utsfield(((struct sol_utsname *)A(buf))->machine, in solaris_utsname()