Searched refs:DACF_OPID_POSTATTACH (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | dacf_clnt.c | 154 r = dacf_match(DACF_OPID_POSTATTACH, DACF_DS_DEV_PATH, in dacfc_match_create_minor() 158 r = dacf_match(DACF_OPID_POSTATTACH, DACF_DS_DRV_MNAME, in dacfc_match_create_minor() 162 r = dacf_match(DACF_OPID_POSTATTACH, DACF_DS_MIN_NT, node_type); in dacfc_match_create_minor() 226 dacf_process_rsrvs(opsp, DACF_OPID_POSTATTACH, DACF_PROC_INVOKE); in dacfc_postattach() 232 if (op->rsrv_rule->r_opid != DACF_OPID_POSTATTACH) in dacfc_postattach() 356 { DACF_OPID_POSTATTACH, kmod_test_postattach },
|
H A D | dacf.c | 103 { "post-attach", DACF_OPID_POSTATTACH },
|
H A D | devcfg.c | 1328 dacf_clr_rsrvs(dip, DACF_OPID_POSTATTACH); in attach_node() 1419 dacf_clr_rsrvs(dip, DACF_OPID_POSTATTACH); in detach_node()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | dacf.h | 49 DACF_OPID_POSTATTACH = 1, /* operate after a driver attaches */ enumerator
|
/titanic_50/usr/src/uts/common/io/ |
H A D | net_dacf.c | 47 { DACF_OPID_POSTATTACH, net_postattach },
|
H A D | consconfig_dacf.c | 240 { DACF_OPID_POSTATTACH, kb_config }, 246 { DACF_OPID_POSTATTACH, ms_config },
|
/titanic_50/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/ |
H A D | ttymux_dacf.c | 106 { DACF_OPID_POSTATTACH, ttymux_config },
|