Searched refs:utsn (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Duucpname.c70 struct utsname utsn;
72 uname(&utsn);
73 s = utsn.nodename;
H A Dcu.c163 static struct utsname utsn; variable in typeref:struct:utsname
1689 if(uname(&utsn) < 0)
1692 s = utsn.nodename;
/illumos-gate/usr/src/cmd/mail/
H A Dmain.c179 uname(&utsn);
186 thissys = utsn.nodename;
188 Dout(pn, 11, "thissys = '%s', uname = '%s'\n", thissys, utsn.nodename);
H A Dinit.c254 struct utsname utsn; variable in typeref:struct:utsname
H A Dmail.h460 extern struct utsname utsn;
/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;

Completed in 78 milliseconds