Searched defs:kern_path (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c773 char *kern_path = NULL; local
860 &kern_path)) != 0) {
878 * If findroot, module or kern_path are NULL, the boot entry is
893 if (kern_path == NULL) {
942 if ((strcmp(kern_path, DIRECT_BOOT_32) == 0) ||
943 (strcmp(kern_path, DIRECT_BOOT_64) == 0)) {
944 kern_path = HYPERVISOR_KERNEL;
946 newstr = modify_path(kern_path, METAL_KERNEL_DIR,
948 free(kern_path);
949 kern_path
1032 char *kern_path = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c1884 rdma2usr_pathrec(struct ib_sa_path_rec *kern_path, argument
1887 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
[all...]

Completed in 108 milliseconds