Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c713 struct utsname utsinfo; in get_mach_type() local
716 if (uname(&utsinfo) < 0) in get_mach_type()
718 if (strcmp(utsinfo.machine, "3B2") == 0) in get_mach_type()
720 else if (strcmp(utsinfo.machine, "3B15") == 0) in get_mach_type()