Home
last modified time | relevance | path

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

/titanic_44/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_44/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c442 add_envs(struct sym_test *st, char *envs, char **err) in add_envs() argument
445 if (expand_env_list(envs, &st->st_test_mask, &st->st_need_mask, in add_envs()
492 char *envs; in do_type() local
501 envs = fields[2]; in do_type()
508 if ((add_envs(st, envs, err) < 0) || in do_type()
523 char *envs; in do_value() local
533 envs = fields[3]; in do_value()
540 if ((add_envs(st, envs, err) < 0) || in do_value()
552 char *name, *value, *hdrs, *envs; in do_define() local
563 envs = fields[3]; in do_define()
[all …]
/titanic_44/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_44/usr/src/test/libc-tests/cfg/symbols/
H A DREADME28 <envs> This is a list of compilation environments where the symbol
49 type | <name> | <header> | <envs>
54 value | <name> | <type> | <header> | <envs>
60 define | <name> | <value> | <header> | <envs>
68 func | <name> | <type> | <type> [; <type> ]... | <header> | <envs>
/titanic_44/usr/src/test/libc-tests/cfg/
H A Dcompilation.cfg34 # env_group | <name> | <envs>
37 # <envs> is a whitespace separated list of previously declared environments