Searched refs:envs (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_power.c | 134 const enum power_management_env envs[] = {PM_ENV_ACPI_CPUFREQ, in test_power() enum 139 for (i = 0; i < RTE_DIM(envs); ++i) { in test_power() 142 ret = rte_power_set_env(envs[i]); in test_power() 150 if (env != envs[i]) { in test_power()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_exec.c | 196 const char *dir, zed_strings_t *zedlets, zed_strings_t *envs, int zfd) in zed_exec_process() argument 205 if (!dir || !zedlets || !envs || zfd < 0) in zed_exec_process() 221 e = _zed_exec_create_env(envs); in zed_exec_process()
|
| H A D | zed_exec.h | 22 const char *dir, zed_strings_t *zedlets, zed_strings_t *envs,
|
| /f-stack/freebsd/bsm/ |
| H A D | audit_record.h | 287 token_t *au_to_exec_env(char *envs, int envc);
|
| /f-stack/freebsd/security/audit/ |
| H A D | bsm_token.c | 1324 au_to_exec_env(char *envs, int envc) in au_to_exec_env() argument 1327 return (au_to_exec_strings(envs, envc, AUT_EXEC_ENV)); in au_to_exec_env()
|