Home
last modified time | relevance | path

Searched refs:NDMP_SETENV (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c450 NDMP_SETENV(envp, "PREFIX", ""); in ndmpd_config_get_butype_info_v3()
451 NDMP_SETENV(envp, "TYPE", ""); in ndmpd_config_get_butype_info_v3()
452 NDMP_SETENV(envp, "DIRECT", "n"); in ndmpd_config_get_butype_info_v3()
453 NDMP_SETENV(envp, "HIST", "n"); in ndmpd_config_get_butype_info_v3()
455 NDMP_SETENV(envp, "LEVEL", "0"); in ndmpd_config_get_butype_info_v3()
635 NDMP_SETENV(envp, "LOCAL", "y"); in ndmpd_config_get_fs_info_v3()
960 NDMP_SETENV(envp, "TYPE", ""); in ndmpd_config_get_butype_info_v4()
961 NDMP_SETENV(envp, "USER", ""); in ndmpd_config_get_butype_info_v4()
962 NDMP_SETENV(envp, "HIST", "n"); in ndmpd_config_get_butype_info_v4()
964 NDMP_SETENV(envp, "LEVEL", "0"); in ndmpd_config_get_butype_info_v4()
[all …]
H A Dndmpd.h138 #define NDMP_SETENV(env, nm, val) \ macro