Searched defs:n_req_max (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h149 int n_req_max; /* max entries in this block */ member in struct:__anon1307
H A Drcm_lock.c63 int n_req_max; /* number of req_t's to follow */ member in struct:__anon1312
96 info_req_list->n_req_max = 1;
137 if (dr_req_list->n_req_max == 0) {
138 dr_req_list->n_req_max = 1;
143 rcm_log_message(RCM_DEBUG, "n_req = %d, n_req_max = %d\n",
144 dr_req_list->n_req, dr_req_list->n_req_max);
183 for (i = 0; i < list->n_req_max; i++) {
221 int n_req_max = (*listp)->n_req_max; local
227 if (n_req == n_req_max) {
[all...]

Completed in 46 milliseconds