Home
last modified time | relevance | path

Searched refs:envs (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/efcode/extend/
H A Dfthread.c35 static fcode_env_t *envs[4]; variable
43 envs[envc] = env; in do_clone()
47 envs[envc] = new; in do_clone()
61 env = envs[envp]; in do_switch()
71 destroy_environment(envs[envp]); in do_release()
72 envs[envp] = NULL; in do_release()
75 env = envs[envp]; in do_release()
/titanic_41/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c434 add_envs(struct sym_test *st, char *envs, char **err) in add_envs() argument
437 if (expand_env_list(envs, &st->st_test_mask, &st->st_need_mask, in add_envs()
484 char *envs; in do_type() local
493 envs = fields[2]; in do_type()
500 if ((add_envs(st, envs, err) < 0) || in do_type()
515 char *envs; in do_value() local
525 envs = fields[3]; in do_value()
532 if ((add_envs(st, envs, err) < 0) || in do_value()
548 char *envs; in do_func() local
559 envs = fields[4]; in do_func()
[all …]
/titanic_41/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c433 ndmp_pval envs[8]; in ndmpd_config_get_butype_info_v3() local
435 ndmp_pval *envp = envs; in ndmpd_config_get_butype_info_v3()
472 info[0].default_env.default_env_len = ARRAY_LEN(envs, ndmp_pval); in ndmpd_config_get_butype_info_v3()
473 info[0].default_env.default_env_val = envs; in ndmpd_config_get_butype_info_v3()
478 info[1].default_env.default_env_len = ARRAY_LEN(envs, ndmp_pval); in ndmpd_config_get_butype_info_v3()
479 info[1].default_env.default_env_val = envs; in ndmpd_config_get_butype_info_v3()
939 ndmp_pval envs[12]; in ndmpd_config_get_butype_info_v4() local
941 ndmp_pval *envp = envs; in ndmpd_config_get_butype_info_v4()
986 info[0].default_env.default_env_len = ARRAY_LEN(envs, ndmp_pval); in ndmpd_config_get_butype_info_v4()
987 info[0].default_env.default_env_val = envs; in ndmpd_config_get_butype_info_v4()
[all …]
/titanic_41/usr/src/test/libc-tests/cfg/symbols/
H A DREADME27 <envs> This is a list of compilation environments where the symbol
48 type | <name> | <header> | <envs>
53 value | <name> | <type> | <header> | <envs>
59 func | <name> | <type> | <type> [; <type> ]... | <header> | <envs>
/titanic_41/usr/src/test/libc-tests/cfg/
H A Dcompilation.cfg33 # env_group | <name> | <envs>
36 # <envs> is a whitespace separated list of previously declared environments