Lines Matching refs:PROC
577 #define PROC(proc, argtype, restype) \ macro
589 PROC(TEST, testargs, testres),
590 PROC(LOCK, lockargs, res),
591 PROC(CANCEL, cancargs, res),
592 PROC(UNLOCK, unlockargs, res),
593 PROC(GRANTED, testargs, res),
594 PROC(TEST_MSG, testargs, norep),
595 PROC(LOCK_MSG, lockargs, norep),
596 PROC(CANCEL_MSG, cancargs, norep),
597 PROC(UNLOCK_MSG, unlockargs, norep),
598 PROC(GRANTED_MSG, testargs, norep),
599 PROC(TEST_RES, testres, norep),
600 PROC(LOCK_RES, res, norep),
601 PROC(CANCEL_RES, res, norep),
602 PROC(UNLOCK_RES, res, norep),
603 PROC(GRANTED_RES, res, norep),