Searched refs:kern_path (Results 1 – 2 of 2) sorted by relevance
773 char *kern_path = NULL; in cvt_to_hyper() local860 &kern_path)) != 0) { in cvt_to_hyper()893 if (kern_path == NULL) { in cvt_to_hyper()942 if ((strcmp(kern_path, DIRECT_BOOT_32) == 0) || in cvt_to_hyper()943 (strcmp(kern_path, DIRECT_BOOT_64) == 0)) { in cvt_to_hyper()944 kern_path = HYPERVISOR_KERNEL; in cvt_to_hyper()946 newstr = modify_path(kern_path, METAL_KERNEL_DIR, in cvt_to_hyper()948 free(kern_path); in cvt_to_hyper()949 kern_path = newstr; in cvt_to_hyper()958 len = (strlen(kern_path) * 2) + WHITESPC(1) + 1; in cvt_to_hyper()[all …]
1887 rdma2usr_pathrec(struct ib_sa_path_rec *kern_path, argument1890 bcopy(&kern_path->dgid, &usr_path->dgid, 16);1891 bcopy(&kern_path->sgid, &usr_path->sgid, 16);1892 usr_path->dlid = kern_path->dlid;1893 usr_path->slid = kern_path->slid;1894 usr_path->raw_traffic = kern_path->raw_traffic;1895 usr_path->flow_label = kern_path->flow_label;1896 usr_path->reversible = kern_path->reversible;1897 usr_path->mtu = kern_path->mtu;1898 usr_path->pkey = kern_path->pkey;[all …]