Searched refs:kern_path (Results 1 – 2 of 2) sorted by relevance
769 char *kern_path = NULL; in cvt_to_hyper() local854 &kern_path)) != 0) { in cvt_to_hyper()883 if (kern_path == NULL) { in cvt_to_hyper()931 if ((strcmp(kern_path, DIRECT_BOOT_32) == 0) || in cvt_to_hyper()932 (strcmp(kern_path, DIRECT_BOOT_64) == 0)) { in cvt_to_hyper()933 kern_path = HYPERVISOR_KERNEL; in cvt_to_hyper()935 newstr = modify_path(kern_path, METAL_KERNEL_DIR, in cvt_to_hyper()937 free(kern_path); in cvt_to_hyper()938 kern_path = newstr; in cvt_to_hyper()947 len = (strlen(kern_path) * 2) + WHITESPC(1) + 1; in cvt_to_hyper()[all …]
1884 rdma2usr_pathrec(struct ib_sa_path_rec *kern_path, argument1887 bcopy(&kern_path->dgid, &usr_path->dgid, 16);1888 bcopy(&kern_path->sgid, &usr_path->sgid, 16);1889 usr_path->dlid = kern_path->dlid;1890 usr_path->slid = kern_path->slid;1891 usr_path->raw_traffic = kern_path->raw_traffic;1892 usr_path->flow_label = kern_path->flow_label;1893 usr_path->reversible = kern_path->reversible;1894 usr_path->mtu = kern_path->mtu;1895 usr_path->pkey = kern_path->pkey;[all …]