Home
last modified time | relevance | path

Searched refs:BZ_RUN_OK (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/common/bzip2/
H A Dbzlib.h37 #define BZ_RUN_OK 1 macro
H A Dbzlib.c104 BZE(BZ_RUN_OK) \
587 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR; in BZ_API()
612 return BZ_RUN_OK; in BZ_API()
1155 if (ret != BZ_RUN_OK) in BZ_API()
H A DSolaris.README.txt59 +BZE(BZ_RUN_OK) \
/titanic_41/usr/src/uts/common/os/
H A Ddumpsubr.c1993 if (mode == BZ_RUN && rc != BZ_RUN_OK) { in dumpsys_bzrun()