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

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

Completed in 51 milliseconds