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

/freebsd-11.0-release/sys/dev/isp/
H A Dispvar.h411 #define FC_PORTDB_STATE_NIL 0 /* Empty DB slot */ macro
H A Disp_library.c435 if (lp->state == FC_PORTDB_STATE_NIL) {
2256 if (lp->state == FC_PORTDB_STATE_NIL) {
2273 if (lp->state == FC_PORTDB_STATE_NIL)
2293 if (lp->state == FC_PORTDB_STATE_NIL)
2313 if (lp->state == FC_PORTDB_STATE_NIL)
2467 if (fcp->portdb[i].state == FC_PORTDB_STATE_NIL)
2523 lp->state = FC_PORTDB_STATE_NIL;
2560 if (lp->state != FC_PORTDB_STATE_NIL)
H A Disp.c2543 lp->state = FC_PORTDB_STATE_NIL;
2546 case FC_PORTDB_STATE_NIL:
2548 lp->state = FC_PORTDB_STATE_NIL;
2567 if (lp->state == FC_PORTDB_STATE_NIL)
3202 if (lp->state == FC_PORTDB_STATE_NIL)
3208 lp->state = FC_PORTDB_STATE_NIL;
3335 if (lp->state == FC_PORTDB_STATE_NIL ||
4283 if (fcp->portdb[i].state != FC_PORTDB_STATE_NIL &&
H A Disp_freebsd.c509 if (lp->state != FC_PORTDB_STATE_NIL) {
3272 lp->state = FC_PORTDB_STATE_NIL;
3340 if (lp->state == FC_PORTDB_STATE_NIL)

Completed in 90 milliseconds