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

/illumos-gate/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 in enum:__anon494
H A Dschg_mgr.c326 if (dscp->newstate == HPS_FAULTED) {
333 nextstate = DISK_STATE(diskp->state) | HPS_FAULTED;
366 if (dscp->newstate != HPS_FAULTED &&
H A Ddisk_monitor.c248 dm_state_change(diskp, HPS_FAULTED);
310 dm_state_change(diskp, HPS_FAULTED);
H A Ddiskmon_conf.c50 switch (state & ~HPS_FAULTED) {

Completed in 62 milliseconds