Home
last modified time | relevance | path

Searched refs:compatp (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c3658 char **compatp; /* compatible ptrs */ in scsi_hba_ident_nodename_compatible_get() local
3834 compatp = kmem_alloc((NCOMPAT * sizeof (char *)) + tlen, KM_SLEEP); in scsi_hba_ident_nodename_compatible_get()
3916 csp = compatp; in scsi_hba_ident_nodename_compatible_get()
3917 p = (char *)(compatp + NCOMPAT); in scsi_hba_ident_nodename_compatible_get()
4073 ncompat = csp - compatp; in scsi_hba_ident_nodename_compatible_get()
4095 for (nname = NULL, csp = compatp; (nname == NULL) && *csp; csp++) { in scsi_hba_ident_nodename_compatible_get()
4117 for (dname = NULL, csp = compatp; *csp; csp++) { in scsi_hba_ident_nodename_compatible_get()
4146 for (csp = compatp; *(csp + 1); csp++) in scsi_hba_ident_nodename_compatible_get()
4148 *(compatp + 1) = NULL; in scsi_hba_ident_nodename_compatible_get()
4159 *compatiblep = compatp; in scsi_hba_ident_nodename_compatible_get()