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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c985 static struct fcp_port *fcp_port_head = NULL; variable in typeref:struct:fcp_port
1275 (void *) fcp_port_head);
1277 if (fcp_port_head == NULL) {
1481 pptr = fcp_port_head;
1789 pptr = fcp_port_head;
2362 pptr = fcp_port_head;
3141 t_pptr = fcp_port_head;
5533 for (pptr = fcp_port_head; pptr != NULL; pptr = pptr->port_next) {
9988 if (fcp_port_head == NULL) {
9991 pptr->port_next = fcp_port_head;
[all...]

Completed in 69 milliseconds