Searched refs:tertiary (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/nvme/target/ |
D | configfs.c | 771 int major, minor, tertiary = 0; in nvmet_subsys_attr_version_store() local 775 ret = sscanf(page, "%d.%d.%d\n", &major, &minor, &tertiary); in nvmet_subsys_attr_version_store() 780 subsys->ver = NVME_VS(major, minor, tertiary); in nvmet_subsys_attr_version_store()
|
/Linux-v4.19/include/linux/ |
D | nvme.h | 1263 #define NVME_VS(major, minor, tertiary) \ argument 1264 (((major) << 16) | ((minor) << 8) | (tertiary))
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 199 nameserver <dns2-ip> (tertiary name server IP)
|
/Linux-v4.19/arch/arm64/boot/dts/nvidia/ |
D | tegra210.dtsi | 375 <0x0 0x60004200 0x0 0x40>, /* tertiary controller */
|