Searched refs:CFG_HDR_WRLOCK (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h192 #define CFG_HDR_WRLOCK 0x8 macro
H A Dcfg.c1746 cfp->cf_head->h_state |= CFG_HDR_WRLOCK;
1830 cfp->cf_head->h_state |= CFG_HDR_WRLOCK;
1878 cfp->cf_head->h_state &= ~(CFG_HDR_RDLOCK|CFG_HDR_WRLOCK);
1921 * CFG_HDR_WRLOCK and dscfg will be the processer
1979 if ((cfp->cf_head->h_state & CFG_HDR_WRLOCK)
1980 == CFG_HDR_WRLOCK)

Completed in 28 milliseconds