Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.h42 #define DISK_STATE(d) ((d) & (~HPS_FAULTED))
43 #define DISK_FAULTED(d) ((d) & HPS_FAULTED)
H A Ddm_types.h50 HPS_FAULTED = 0x1000, /* This state can be OR'ed in */ enumerator
H A Dschg_mgr.c326 if (dscp->newstate == HPS_FAULTED) { in disk_state_change_thread()
333 nextstate = DISK_STATE(diskp->state) | HPS_FAULTED; in disk_state_change_thread()
366 if (dscp->newstate != HPS_FAULTED && in disk_state_change_thread()
H A Ddisk_monitor.c248 dm_state_change(diskp, HPS_FAULTED); in diskmon_agent_suspect()
310 dm_state_change(diskp, HPS_FAULTED); in diskmon_recv()
H A Ddiskmon_conf.c50 switch (state & ~HPS_FAULTED) { in hotplug_state_string()