Searched refs:req_t (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_lock.c59 } req_t; typedef in typeref:struct:__anon1477
63 int n_req_max; /* number of req_t's to follow */
66 req_t req[1];
67 /* more req_t follows */
174 static req_t *
214 * Get the next empty req_t entry. If no entry exists, grow the list.
216 static req_t *
232 sizeof (req_t);
291 req_t *req;
379 req_t *re
[all...]

Completed in 84 milliseconds