Lines Matching defs:setrl
1039 setrl(isc_ratelimiter_t *rl, unsigned int *rate, unsigned int value);
19076 setrl(zmgr->checkdsrl, &zmgr->checkdsrate, 20);
19077 setrl(zmgr->notifyrl, &zmgr->notifyrate, 20);
19078 setrl(zmgr->startupnotifyrl, &zmgr->startupnotifyrate, 20);
19079 setrl(zmgr->refreshrl, &zmgr->serialqueryrate, 20);
19080 setrl(zmgr->startuprefreshrl, &zmgr->startupserialqueryrate, 20);
19500 setrl(isc_ratelimiter_t *rl, unsigned int *rate, unsigned int value) {
19535 setrl(zmgr->checkdsrl, &zmgr->checkdsrate, value);
19542 setrl(zmgr->notifyrl, &zmgr->notifyrate, value);
19549 setrl(zmgr->startupnotifyrl, &zmgr->startupnotifyrate, value);
19556 setrl(zmgr->refreshrl, &zmgr->serialqueryrate, value);
19558 setrl(zmgr->startuprefreshrl, &zmgr->startupserialqueryrate, value);