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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.c851 ASSERT(vdp->xs_params_path != NULL);
855 if (strcmp(vdp->xs_params_path, params) == 0)
901 strfree(vdp->xs_params_path);
902 vdp->xs_params_path = strdup(params);
936 if (strcmp(vdp->xs_params_path, str) == 0) {
1075 ASSERT(vdp->xs_params_path == NULL);
1084 vdp->xs_params_path = str;
1088 strfree(vdp->xs_params_path);
1089 vdp->xs_params_path = NULL;
1123 (void) strlcpy(path, vdp->xs_params_path, MAXPATHLE
[all...]
H A Dxdb.h163 char *xs_params_path; member in struct:xdb

Completed in 84 milliseconds