Lines Matching refs:engid
314 vs_props_se_get(char *engid, vs_props_se_t *sep, uint64_t propids) in vs_props_se_get() argument
321 if (strcmp(engid, VS_PGNAME_GENERAL) == 0) in vs_props_se_get()
331 (void) strlcpy(prop_hd.vp_se.vep_engid, engid, VS_SE_NAME_LEN); in vs_props_se_get()
338 vs_engid_to_pgname(engid, pgname); 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() argument
383 if (strcmp(engid, VS_PGNAME_GENERAL) == 0) in vs_props_se_set()
393 vs_engid_to_pgname(engid, pgname); 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() argument
431 if (strcmp(engid, VS_PGNAME_GENERAL) == 0) in vs_props_se_create()
440 vs_engid_to_pgname(engid, pgname); in vs_props_se_create()
450 (void) strlcpy(prop_hd.vp_se.vep_host, engid, MAXHOSTNAMELEN); in vs_props_se_create()
462 vs_props_se_delete(const char *engid) in vs_props_se_delete() argument
467 if (strcmp(engid, VS_PGNAME_GENERAL) == 0) in vs_props_se_delete()
470 vs_engid_to_pgname(engid, pgname); in vs_props_se_delete()
1562 vs_engid_to_pgname(const char *engid, char pgname[VS_PGNAME_ENGINE_LEN]) in vs_engid_to_pgname() argument
1565 VS_PGNAME_ENGINE_PREFIX, engid); in vs_engid_to_pgname()