Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c7309 char *callername = NULL; in pmcs_lock_phy() local
7314 callername = modgetsymname((uintptr_t)caller(), &off); in pmcs_lock_phy()
7316 if (callername == NULL) { in pmcs_lock_phy()
7323 (void *)phyp, phyp->path, callername, off); in pmcs_lock_phy()
7394 char *callername = NULL; in pmcs_unlock_phy() local
7399 callername = modgetsymname((uintptr_t)caller(), &off); in pmcs_unlock_phy()
7401 if (callername == NULL) { in pmcs_unlock_phy()
7408 (void *)phyp, phyp->path, callername, off); in pmcs_unlock_phy()