Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_module.c1181 char osrel[64]; in dt_module_update() local
1194 len = sizeof(osrel); in dt_module_update()
1195 if (sysctl(mib_osrel, 2, osrel, &len, NULL, 0) == -1) { in dt_module_update()
1209 "/stand/%s/%s/modules/%s/%s.kmod", machine, osrel, name, name); in dt_module_update()