Home | History | Annotate | Download | only in handler

Lines Matching refs:uts

313   struct utsname uts;
318 if (uname(&uts) != -1) {
320 if (strcmp(uts.machine, "i86pc") == 0)
322 else if (strcmp(uts.machine, "sun4u") == 0)
326 major = uts.release;
333 build = strchr(uts.version, '_');
344 struct utsname uts;
345 if (uname(&uts) != -1) {
350 uts.sysname,
351 uts.release,
352 uts.version,
353 uts.machine,