Searched refs:vs_props_se_t (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libvscan/common/ |
H A D | libvscan.h | 153 } vs_props_se_t; typedef 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 D | libvscan.c | 118 vs_props_se_t vp_se; 314 vs_props_se_get(char *engid, vs_props_se_t *sep, uint64_t propids) in vs_props_se_get() 376 vs_props_se_set(char *engid, const vs_props_se_t *sep, uint64_t propids) in vs_props_se_set() 421 vs_props_se_create(char *engid, const vs_props_se_t *sep, uint64_t propids) in vs_props_se_create() 540 vs_props_se_t *vep = &prop_hd->vp_se; in vs_default_value() 668 vs_props_se_t *vep = &prop_hd->vp_se; in vs_scf_get() 957 vs_props_se_t *vep = &prop_hd->vp_se; in vs_scf_set() 1100 const vs_props_se_t *vep = &prop_hd->vp_se; in vs_validate() 1185 vs_props_se_validate(const vs_props_se_t *se_props, uint64_t propids) in vs_props_se_validate()
|
/titanic_50/usr/src/cmd/vscan/vscanadm/ |
H A D | vscanadm.c | 472 vs_props_se_t sep; in vs_adm_set_engine() 901 label = ((vs_props_se_t *)props)->vep_engid; in vs_adm_output_getcmd() 1074 vs_props_se_t *sep = vp; in vs_adm_parse_enable() 1099 vs_props_se_t *sep = vp; in vs_adm_parse_host() 1127 vs_props_se_t *sep = vp; in vs_adm_parse_port() 1154 vs_props_se_t *sep = vp; in vs_adm_parse_maxconn() 1249 const vs_props_se_t *sep = vp; in vs_adm_unparse_enable() 1271 const vs_props_se_t *sep = vp; in vs_adm_unparse_host() 1289 const vs_props_se_t *sep = vp; in vs_adm_unparse_port() 1308 const vs_props_se_t *sep = vp; in vs_adm_unparse_maxconn()
|
/titanic_50/usr/src/cmd/vscan/vscand/ |
H A D | vs_eng.c | 120 vs_props_se_t vse_cfg; /* host, port, maxconn */ 202 vs_props_se_t *cfg; in vs_eng_config() 228 (void) memset(&eng->vse_cfg, 0, sizeof (vs_props_se_t)); in vs_eng_config()
|