Lines Matching full:major
74 static int dr_is_unsafe_major(major_t major);
205 dr_is_unsafe_major(major_t major) in dr_is_unsafe_major() argument
210 if ((dname = ddi_major_to_name(major)) == NULL) { in dr_is_unsafe_major()
211 PR_QR("dr_is_unsafe_major: invalid major # %d\n", major); in dr_is_unsafe_major()
281 major_t major; in dr_check_dip() local
296 if (dname && ((major = ddi_name_to_major(dname)) != (major_t)-1)) { in dr_check_dip()
299 PR_QR("\n %s (major# %d) is referenced(%u)\n", dname, in dr_check_dip()
300 major, ref); in dr_check_dip()
303 if (NETWORK_PHYSDRV(major) && !GLDV3_DRV(major)) in dr_check_dip()
306 if (dr_is_unsafe_major(major) && i_ddi_devi_attached(dip)) { in dr_check_dip()
307 PR_QR("\n %s (major# %d) not hotpluggable\n", dname, in dr_check_dip()
308 major); in dr_check_dip()
311 rp->len, (uint64_t)major); in dr_check_dip()
351 major_t major; in dr_suspend_devices() local
372 major = (major_t)-1; in dr_suspend_devices()
374 major = ddi_name_to_major(dname); in dr_suspend_devices()
377 PR_QR(" bypassed suspend of %s (major# %d)\n", dname, in dr_suspend_devices()
378 major); in dr_suspend_devices()
383 PR_QR(" bypassed suspend of %s (major# %d)\n", dname, in dr_suspend_devices()
384 major); in dr_suspend_devices()
409 srh->sr_err_idx, DR_MAX_ERR_INT, (uint64_t)major); in dr_suspend_devices()
430 major_t major; in dr_resume_devices() local
433 major = (major_t)-1; in dr_resume_devices()
451 major = ddi_name_to_major(bn); in dr_resume_devices()
483 * and save the driver major in dr_resume_devices()
492 (uint64_t)major); in dr_resume_devices()
917 PR_ALL("Unsafe devices (major #): %s\n", in dr_pt_test_suspend()
932 PR_ALL("Non-suspendable devices (major #): %s\n", in dr_pt_test_suspend()
937 PR_ALL("Could not resume devices (major #): %s\n", in dr_pt_test_suspend()
1021 "major %" PRIu64 ", ", arr[i]); in drerr_int()