Searched refs:uts (Results 1 – 4 of 4) sorted by relevance
/external/grub/lib/ |
D | device.c | 94 struct utsname uts; in get_kfreebsd_version() local 97 uname (&uts); in get_kfreebsd_version() 98 sscanf (uts.release, "%d.%d", &major, &minor); in get_kfreebsd_version()
|
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 206 struct utsname uts; in check_for_modules() local 211 if (uname(&uts)) in check_for_modules() 213 snprintf(buf, sizeof(buf), "/lib/modules/%s/modules.dep", uts.release); in check_for_modules()
|
/external/libpcap/ |
D | CREDITS | 91 Shaun Clowes <delius@progsoc.uts.edu.au>
|
/external/iptables/ |
D | iptables.c | 1926 static struct utsname uts; in get_kernel_version() local 1929 if (uname(&uts) == -1) { in get_kernel_version() 1935 sscanf(uts.release, "%d.%d.%d", &x, &y, &z); in get_kernel_version()
|