Searched refs:it_open (Results 1 – 3 of 3) sorted by relevance
90 it_open(int *fd) in it_open() function131 if ((ret = it_open(&fd)) != ITADM_SUCCESS) { in it_enable()180 if ((ret = it_open(&fd)) != ITADM_SUCCESS) { in it_disable()
61 if ((ihp->ih_tdata = ihp->ih_transport->it_open(ihp, params)) == NULL || in ipmi_open()
60 void * (*it_open)(struct ipmi_handle *, nvlist_t *); member