Searched refs:MDMN_MCT_IN_PROGRESS (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_subr.c538 * as currently being processed (flag == MDMN_MCT_IN_PROGRESS).
565 if (flag == MDMN_MCT_IN_PROGRESS) {
566 mce->mce_flags = MDMN_MCT_IN_PROGRESS;
625 * returns MDMN_MCT_IN_PROGRESS if the message is currently being processed
642 if (mce->mce_flags & MDMN_MCT_IN_PROGRESS) {
643 return (MDMN_MCT_IN_PROGRESS);
H A Dmdmn_subr.h93 * MDMN_MCT_IN_PROGRESS - if a message is currently being handled and
125 #define MDMN_MCT_IN_PROGRESS 0x0008 macro
H A Dmdmn_commd_server.c1203 (void) mdmn_mark_completion(msg, NULL, MDMN_MCT_IN_PROGRESS);
1220 } else if (completed == MDMN_MCT_IN_PROGRESS) {
2065 MDMN_MCT_IN_PROGRESS);
2083 } else if (completed == MDMN_MCT_IN_PROGRESS) {

Completed in 91 milliseconds