Home
last modified time | relevance | path

Searched refs:o_uts (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/prtconf/
H A Dprtconf.c167 (void) uname(&opts.o_uts); in main()
290 opts.o_uts.machine); in main()
H A Dprtconf.h72 struct utsname o_uts; member
H A Dprt_xxx.c341 if ((nintr != 0) && (strcmp(opts.o_uts.machine, "sun4u") != 0)) { in sbus_print()