Searched defs:utsn (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/wall/
H A Dwall.c78 static struct utsname utsn; variable in typeref:struct:utsname
159 if (uname(&utsn) == -1) {
164 (void) strcpy(systm, utsn.nodename);
/illumos-gate/usr/src/cmd/write/
H A Dwrite.c79 static struct utsname utsn; variable in typeref:struct:utsname
126 uname(&utsn);
127 thissys = utsn.nodename;
/illumos-gate/usr/src/cmd/mail/
H A Dinit.c254 struct utsname utsn; variable in typeref:struct:utsname
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c163 static struct utsname utsn; variable in typeref:struct:utsname
1689 if(uname(&utsn) < 0)
1692 s = utsn.nodename;

Completed in 54 milliseconds