Searched refs:vs_props_se_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libvscan/common/
H A Dlibvscan.h153 } vs_props_se_t; typedef in typeref:struct:vs_props_se
157 vs_props_se_t va_se[VS_SE_MAX];
175 int vs_props_se_create(char *, const vs_props_se_t *, uint64_t);
176 int vs_props_se_set(char *, const vs_props_se_t *, uint64_t);
177 int vs_props_se_get(char *, vs_props_se_t *, uint64_t);
178 int vs_props_se_validate(const vs_props_se_t *, uint64_t);
H A Dlibvscan.c118 vs_props_se_t vp_se;
314 vs_props_se_get(char *engid, vs_props_se_t *sep, uint64_t propids)
376 vs_props_se_set(char *engid, const vs_props_se_t *sep, uint64_t propids)
421 vs_props_se_create(char *engid, const vs_props_se_t *sep, uint64_t propids)
540 vs_props_se_t *vep = &prop_hd->vp_se;
668 vs_props_se_t *vep = &prop_hd->vp_se;
957 vs_props_se_t *vep = &prop_hd->vp_se;
1100 const vs_props_se_t *vep = &prop_hd->vp_se;
1185 vs_props_se_validate(const vs_props_se_t *se_props, uint64_t propids)
/illumos-gate/usr/src/cmd/vscan/vscanadm/
H A Dvscanadm.c472 vs_props_se_t sep;
901 label = ((vs_props_se_t *)props)->vep_engid;
1074 vs_props_se_t *sep = vp;
1099 vs_props_se_t *sep = vp;
1127 vs_props_se_t *sep = vp;
1154 vs_props_se_t *sep = vp;
1249 const vs_props_se_t *sep = vp;
1271 const vs_props_se_t *sep = vp;
1289 const vs_props_se_t *sep = vp;
1308 const vs_props_se_t *se
[all...]
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_eng.c120 vs_props_se_t vse_cfg; /* host, port, maxconn */
202 vs_props_se_t *cfg;
228 (void) memset(&eng->vse_cfg, 0, sizeof (vs_props_se_t));

Completed in 66 milliseconds