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

/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c310 * publishes a CTE_NEG event and then waits in wait_for_acks() for ACKs
316 * responded, the device contract code in wait_for_acks() determines the
1417 wait_for_acks(dev_info_t *dip, dev_t dev, int spec_type, uint_t evtype) function
1423 char *f = "wait_for_acks";
1573 * - Call wait_for_acks() to wait for responses from contract
1905 (void) wait_for_acks(dip, dev, spec_type, evtype);
1909 result = wait_for_acks(dip, dev, spec_type, evtype);
1918 * drop the lock is in wait_for_acks(). This is so that we don't

Completed in 353 milliseconds