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

/freebsd-11-stable/sys/kern/
H A Dkern_jail.c499 char *g_path, *osrelstr; local
555 g_path = NULL;
941 g_path = malloc(MAXPATHLEN, M_TEMP, M_WAITOK);
942 strlcpy(g_path, path, MAXPATHLEN);
943 error = vn_path_to_global_path(td, root, g_path, MAXPATHLEN);
945 path = g_path;
1913 if (g_path != NULL)
1914 free(g_path, M_TEMP);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c148 u8 g_path; member in struct:__anon6818
161 ext_info->g_path = in_wc->dlid_path_bits |

Completed in 181 milliseconds