Home
last modified time | relevance | path

Searched refs:g_path (Results 1 – 2 of 2) sorted by relevance

/src/sys/kern/
H A Dkern_jail.c1024 char *g_path, *osrelstr; in kern_jail_set() local
1072 g_path = NULL; in kern_jail_set()
1501 g_path = malloc(MAXPATHLEN, M_TEMP, M_WAITOK); in kern_jail_set()
1502 strlcpy(g_path, path, MAXPATHLEN); in kern_jail_set()
1503 error = vn_path_to_global_path(td, root, g_path, MAXPATHLEN); in kern_jail_set()
1505 path = g_path; in kern_jail_set()
2410 if (g_path != NULL) in kern_jail_set()
2411 free(g_path, M_TEMP); in kern_jail_set()
/src/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c148 u8 g_path; in mlx4_MAD_IFC() member
161 ext_info->g_path = in_wc->dlid_path_bits | in mlx4_MAD_IFC()