Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_mib.c103 static int linux_set_osname(struct thread *td, char *osname);
117 error = linux_set_osname(req->td, osname); in linux_sysctl_osname()
502 linux_set_osname(struct thread *td, char *osname) in linux_set_osname() function