Searched refs:NLPF_FH (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_fhistory.c | 761 if (NLP_ISSET(nlp, NLPF_FH)) { in ndmpd_fhpath_v3_cb() 822 if (!NLP_ISSET(nlp, NLPF_FH)) in ndmpd_fhdir_v3_cb() 975 if (NLP_ISSET(nlp, NLPF_FH)) { in ndmpd_fhnode_v3_cb() 1314 NDMP_LOG(LOG_DEBUG, "nlp_fh %c", NDMP_YORN(NLP_ISSET(nlp, NLPF_FH))); in fh_requested() 1316 return (NLP_ISSET(nlp, NLPF_FH)); in fh_requested()
|
H A D | ndmpd_tar.c | 1661 NLP_UNSET(nlp, NLPF_FH); in ndmp_backup_extract_params() 1666 NLP_SET(nlp, NLPF_FH); in ndmp_backup_extract_params() 1668 NLP_UNSET(nlp, NLPF_FH); in ndmp_backup_extract_params() 1736 NDMP_YORN(NLP_ISSET(nlp, NLPF_FH))); in log_bk_params_v2()
|
H A D | ndmpd_tar3.c | 801 NDMP_YORN(NLP_ISSET(nlp, NLPF_FH))); in log_bk_params_v3() 873 NLP_UNSET(nlp, NLPF_FH); in get_hist_env_v3() 877 NLP_SET(nlp, NLPF_FH); in get_hist_env_v3() 879 NLP_UNSET(nlp, NLPF_FH); in get_hist_env_v3()
|
H A D | ndmpd.h | 191 #define NLPF_FH (1 << 1) macro
|