Home
last modified time | relevance | path

Searched refs:IN_PERMANENT (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dinstance.h87 #define IN_PERMANENT 0x2 /* instance number has been confirmed */ macro
/titanic_44/usr/src/uts/common/os/
H A Dinstance.c824 dp->ind_state = IN_PERMANENT; in e_ddi_free_instance()
870 dp->ind_state = IN_PERMANENT; in e_ddi_keep_instance()
1043 dp->ind_state = IN_PERMANENT; in in_pathin()
1534 if (dp->ind_state == IN_PERMANENT) { in in_walk_instances()
1584 if (np && np->in_drivers && np->in_drivers->ind_state == IN_PERMANENT) { in e_ddi_path_to_instance()
H A Dinst_sync.c320 if (dp->ind_state != IN_PERMANENT) in in_walktree()