Lines Matching refs:PROC
566 #define PROC(proc, argtype, restype) \ macro
578 PROC(TEST, testargs, testres),
579 PROC(LOCK, lockargs, res),
580 PROC(CANCEL, cancargs, res),
581 PROC(UNLOCK, unlockargs, res),
582 PROC(GRANTED, testargs, res),
583 PROC(TEST_MSG, testargs, norep),
584 PROC(LOCK_MSG, lockargs, norep),
585 PROC(CANCEL_MSG, cancargs, norep),
586 PROC(UNLOCK_MSG, unlockargs, norep),
587 PROC(GRANTED_MSG, testargs, norep),
588 PROC(TEST_RES, testres, norep),
589 PROC(LOCK_RES, res, norep),
590 PROC(CANCEL_RES, res, norep),
591 PROC(UNLOCK_RES, res, norep),
592 PROC(GRANTED_RES, res, norep),