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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c528 static int fcp_is_child_present(struct fcp_lun *plun, child_info_t *cip);
8253 if (fcp_is_child_present(plun, cip) != FC_SUCCESS) {
12408 if (fcp_is_child_present(plun, cip) == FC_FAILURE) {
12468 fcp_is_child_present(struct fcp_lun *plun, child_info_t *cip) function
13414 if (fcp_is_child_present(plun, plun->lun_cip) == FC_SUCCESS) {
15615 if (fcp_is_child_present(plun, cip) == FC_FAILURE) {

Completed in 97 milliseconds