Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/kernel/
H A Dksyms.c38 EXPORT_SYMBOL(os_major);
/openbmc/linux/include/linux/
H A Dpe.h232 uint16_t os_major; /* major OS version */ member
266 uint16_t os_major; /* major OS version */ member
/openbmc/linux/fs/hostfs/
H A Dhostfs_user.c37 p->rdev.maj = os_major(buf->st_rdev); in stat64_to_hostfs()
39 p->dev.maj = os_major(buf->st_dev); in stat64_to_hostfs()
/openbmc/linux/tools/hv/
H A Dhv_kvp_daemon.c82 static char *os_major = ""; variable
484 os_major = p; in kvp_get_os_info()
525 os_major = p; in kvp_get_os_info()
1777 strcpy(key_value, os_major); in main()
/openbmc/linux/arch/um/include/shared/
H A Dos.h173 extern unsigned os_major(unsigned long long dev);
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c604 unsigned os_major(unsigned long long dev) in os_major() function