Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg.c60 #define OBJ_STATUS_SCANCOMP 1 << 1 macro
1743 if (status & OBJ_STATUS_SCANCOMP) in obj_scan_comp()
1789 (void) raid_obj_set_status(raid_tab, obj_id, OBJ_STATUS_SCANCOMP); in obj_scan_comp()
1827 if (!(status & OBJ_STATUS_SCANCOMP)) { in obj_get_comp()