Home
last modified time | relevance | path

Searched refs:D_STATE (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Ddefs.h92 #define D_STATE 0x0020 /* RS/RA state machine */ macro
H A Dmain.c715 if (debug & D_STATE) { in check_to_advertise()
725 if (debug & D_STATE) { in check_to_advertise()
744 if (debug & D_STATE) { in advertise_event()
891 if (debug & D_STATE) { in check_to_solicit()
901 if (debug & D_STATE) { in check_to_solicit()
1003 if (debug & D_STATE) { in solicit_event()
1078 if (debug & D_STATE) { in solicit_event()
H A Dtables.c526 if (debug & (D_STATE|D_PHYINT)) { in phyint_timer()
531 if (debug & D_STATE) { in phyint_timer()
542 if (debug & (D_STATE|D_PHYINT)) { in phyint_timer()
547 if (debug & D_STATE) { in phyint_timer()
/titanic_44/usr/src/uts/intel/io/drm/
H A Di915_drv.c700 S3_WRITE (D_STATE, s3_priv->saveD_STATE); in i915_resume()
757 s3_priv->saveD_STATE = S3_READ(D_STATE); in i915_suspend()
H A Di915_drv.h1050 #define D_STATE 0x6104 macro