Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c1430 char path[MAXPATHLEN], *ctlstr, *str = "xcppm_ctlops"; in xcppm_ctlops() local
1432 if (mask && (ctlstr = ppm_get_ctlstr(reqp->request_type, mask))) { in xcppm_ctlops()
1434 ddi_pathname(rdip, path), ctlstr); in xcppm_ctlops()
/titanic_50/usr/src/uts/common/io/ppm/
H A Dppm.c773 char *ctlstr = ppm_get_ctlstr(reqp->request_type, mask); in ppm_ctlops() local
774 if (mask && ctlstr) in ppm_ctlops()
776 str, ddi_binding_name(rdip), ctlstr)) in ppm_ctlops()