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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c581 static struct fcipstr *fcipstrup = NULL; variable in typeref:struct:fcipstr
1212 for (tslp = fcipstrup; tslp; tslp = tslp->sl_nextp) {
1522 if (fcipstrup != NULL) {
1719 for (strp = fcipstrup; strp != NULL;
1901 for (tslp = fcipstrup; tslp; tslp = tslp->sl_nextp) {
2395 for (slp = fcipstrup; slp != NULL; slp = slp->sl_nextp) {
3330 if ((slp = (*acceptfunc)(fcipstrup, fptr, type, dhostp)) == NULL) {
3503 prevslp = &fcipstrup;
3607 for (prevslp = &fcipstrup; (slp = *prevslp) != NULL;
3669 for (tslp = fcipstrup; tsl
[all...]

Completed in 54 milliseconds