Lines Matching defs:PROC
553 #define PROC(proc, argtype, restype) \
565 PROC(TEST, testargs, testres),
566 PROC(LOCK, lockargs, res),
567 PROC(CANCEL, cancargs, res),
568 PROC(UNLOCK, unlockargs, res),
569 PROC(GRANTED, testargs, res),
570 PROC(TEST_MSG, testargs, norep),
571 PROC(LOCK_MSG, lockargs, norep),
572 PROC(CANCEL_MSG, cancargs, norep),
573 PROC(UNLOCK_MSG, unlockargs, norep),
574 PROC(GRANTED_MSG, testargs, norep),
575 PROC(TEST_RES, testres, norep),
576 PROC(LOCK_RES, res, norep),
577 PROC(CANCEL_RES, res, norep),
578 PROC(UNLOCK_RES, res, norep),
579 PROC(GRANTED_RES, res, norep),