Searched refs:xs_params_path (Results 1 – 2 of 2) sorted by relevance
851 ASSERT(vdp->xs_params_path != NULL); in xdb_params_change()855 if (strcmp(vdp->xs_params_path, params) == 0) in xdb_params_change()901 strfree(vdp->xs_params_path); in xdb_params_change()902 vdp->xs_params_path = strdup(params); in xdb_params_change()936 if (strcmp(vdp->xs_params_path, str) == 0) { in xdb_watch_params_cb()1075 ASSERT(vdp->xs_params_path == NULL); in xdb_params_init()1084 vdp->xs_params_path = str; in xdb_params_init()1088 strfree(vdp->xs_params_path); in xdb_params_init()1089 vdp->xs_params_path = NULL; in xdb_params_init()1123 (void) strlcpy(path, vdp->xs_params_path, MAXPATHLEN); in xdb_setup_node()[all …]
163 char *xs_params_path; member