Searched refs:aml_create_name (Results 1 – 4 of 4) sorted by relevance
78 struct aml_name *aml_create_name(struct aml_environ *, const u_int8_t *);
348 aml_create_name(struct aml_environ *env, const u_int8_t *dp) in aml_create_name() function
308 amlname = aml_create_name(env, namestr); \
69 newname = aml_create_name(&env, (const u_int8_t *)"\\_OS_"); in aml_init_namespace()