Lines Matching defs:master
77 * Builds a MasterID/value pair given a master input.
80 * In case the master name/object cannot be resolved, the pairing
83 * @param master Master to lookup in the system
88 std::pair<MasterID, T> pair(M master, T value);
93 * @param mId master id to schedule
101 * method requiring a master ID.
115 Policy::pair(M master, T value)
117 auto id = memCtrl->system()->lookupMasterId(master);
120 "Unable to find master %s\n", master);
124 master, id, value);