Lines Matching refs:dname
87 static int sbdp_bypass_device(char *dname);
196 sbdp_bypass_device(char *dname) in sbdp_bypass_device() argument
203 if (strcmp(dname, sbdp_bypass_list[i++]) == 0) in sbdp_bypass_device()
248 char *dname; in sbdp_check_dip() local
260 dname = ddi_binding_name(dip); in sbdp_check_dip()
262 if ((strcmp(dname, "pciclass,060940") == 0) || (strcmp(dname, in sbdp_check_dip()
271 if (sbdp_bypass_device(dname)) in sbdp_check_dip()
280 dname, ddi_name_to_major(dname)); in sbdp_check_dip()
317 char *dname; in sbdp_suspend_devices_() local
330 if ((dname = DEVI(dip)->devi_binding_name) != NULL) in sbdp_suspend_devices_()
331 major = ddi_name_to_major(dname); in sbdp_suspend_devices_()
334 if (sbdp_bypass_device(dname)) { in sbdp_suspend_devices_()
336 dname, major); in sbdp_suspend_devices_()
354 SBDP_DBG_QR("\tsuspending %s@%s\n", dname, d_info); in sbdp_suspend_devices_()