Searched refs:NDMP_SETENV (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_config.c | 450 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() 454 NDMP_SETENV(envp, "FILESYSTEM", ""); in ndmpd_config_get_butype_info_v3() 455 NDMP_SETENV(envp, "LEVEL", "0"); in ndmpd_config_get_butype_info_v3() 456 NDMP_SETENV(envp, "UPDATE", "TRUE"); in ndmpd_config_get_butype_info_v3() 457 NDMP_SETENV(envp, "BASE_DATE", ""); in ndmpd_config_get_butype_info_v3() 487 NDMP_SETENV(zfs_envp, "PREFIX", ""); in ndmpd_config_get_butype_info_v3() 488 NDMP_SETENV(zfs_envp, "FILESYSTEM", ""); in ndmpd_config_get_butype_info_v3() [all …]
|
H A D | ndmpd.h | 138 #define NDMP_SETENV(env, nm, val) \ macro
|