Searched defs:IS_LBR_BKTYPE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd.h178 * IS_LBR_BKTYPE shows if the backup type is one of these
184 #define IS_LBR_BKTYPE(t) (((t) && strchr("FAID", toupper(t))) ? 1 : 0) macro

Completed in 73 milliseconds