Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c3663 char **compatp; /* compatible ptrs */ in scsi_hba_ident_nodename_compatible_get() local
3839 compatp = kmem_alloc((NCOMPAT * sizeof (char *)) + tlen, KM_SLEEP); in scsi_hba_ident_nodename_compatible_get()
3921 csp = compatp; in scsi_hba_ident_nodename_compatible_get()
3922 p = (char *)(compatp + NCOMPAT); in scsi_hba_ident_nodename_compatible_get()
4078 ncompat = csp - compatp; in scsi_hba_ident_nodename_compatible_get()
4100 for (nname = NULL, csp = compatp; (nname == NULL) && *csp; csp++) { in scsi_hba_ident_nodename_compatible_get()
4122 for (dname = NULL, csp = compatp; *csp; csp++) { in scsi_hba_ident_nodename_compatible_get()
4151 for (csp = compatp; *(csp + 1); csp++) in scsi_hba_ident_nodename_compatible_get()
4153 *(compatp + 1) = NULL; in scsi_hba_ident_nodename_compatible_get()
4164 *compatiblep = compatp; in scsi_hba_ident_nodename_compatible_get()