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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c425 static int ibd_start(ibd_state_t *);
2180 if ((ret = ibd_start(state)) != 0) {
2229 if ((ret = ibd_start(state)) != 0) {
4432 * by calling ibd_start() and return.
4457 ((ret = ibd_start(state)) != 0)) {
5524 * Before we try to stop/undo whatever we did in ibd_start(),
5861 ret = ibd_start(state);
5867 ibd_start(ibd_state_t *state) function
5877 * We do not increment the running flag when calling ibd_start() as
5883 DPRINT(10, "ibd_start
[all...]

Completed in 74 milliseconds