Home
last modified time | relevance | path

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

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