Searched defs:rctl (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 2405 uint32_t rctl; local 2503 rctl = E1000_READ_REG(hw, RCTL); 2504 rctl &= ~E1000_RCTL_SBP; 2505 E1000_WRITE_REG(hw, RCTL, rctl); 2516 rctl = E1000_READ_REG(hw, RCTL); 2517 rctl |= E1000_RCTL_SBP; 2518 E1000_WRITE_REG(hw, RCTL, rctl);
|
/osnet-11/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 95 #define DTD_ELEM_RCTL (const xmlChar *) "rctl" 96 #define DTD_ELEM_RCTLVALUE (const xmlChar *) "rctl-value" 213 { "rctl", DTD_ELEM_RCTL }, 289 * rctl alias definitions 291 * This holds the alias, the full rctl name, the default priv value, action 292 * and lower limit. The functions that handle rctl aliases step through 294 * the rctl entry as well the limit for validation. 670 * synthetic (like the rctl ones). 4557 "An incompatible rctl already exists for this property")); 4751 * Apply the current rctl setting 4760 struct zone_rctltab rctl; local 7766 struct zone_rctlvaltab rctl; local [all...] |
Completed in 58 milliseconds