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

/freebsd-11-stable/sys/dev/isp/
H A Dispvar.h415 #define FC_PORTDB_STATE_NIL 0 /* Empty DB slot */ macro
H A Disp_library.c477 if (lp->state == FC_PORTDB_STATE_NIL) {
2126 if (lp->state == FC_PORTDB_STATE_NIL) {
2143 if (lp->state == FC_PORTDB_STATE_NIL)
2163 if (lp->state == FC_PORTDB_STATE_NIL)
2183 if (lp->state == FC_PORTDB_STATE_NIL)
2337 if (fcp->portdb[i].state == FC_PORTDB_STATE_NIL)
2393 lp->state = FC_PORTDB_STATE_NIL;
2430 if (lp->state != FC_PORTDB_STATE_NIL)
H A Disp.c2506 lp->state = FC_PORTDB_STATE_NIL;
2509 case FC_PORTDB_STATE_NIL:
2511 lp->state = FC_PORTDB_STATE_NIL;
2530 if (lp->state == FC_PORTDB_STATE_NIL)
3171 if (lp->state == FC_PORTDB_STATE_NIL)
3177 lp->state = FC_PORTDB_STATE_NIL;
3309 if (lp->state == FC_PORTDB_STATE_NIL ||
4376 if (fcp->portdb[i].state != FC_PORTDB_STATE_NIL &&
H A Disp_freebsd.c489 if (lp->state != FC_PORTDB_STATE_NIL) {
2684 lp->state = FC_PORTDB_STATE_NIL;
2750 if (lp->state == FC_PORTDB_STATE_NIL)

Completed in 203 milliseconds