Searched defs:linear (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c321 /* sets it to linear or wired A20 operation */
323 gateA20 (int linear) argument
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c1075 * @linear: TRUE if SFP module is linear
1077 static s32 ixgbe_supported_sfp_modules_X550em(struct ixgbe_hw *hw, bool *linear) argument
1086 *linear = TRUE;
1096 *linear = FALSE;
1117 bool linear; local
1127 status = ixgbe_supported_sfp_modules_X550em(hw, &linear);
1139 bool linear; local
1144 status = ixgbe_supported_sfp_modules_X550em(hw, &linear);
1717 /* Check if SFP module is supported and linear */
[all...]

Completed in 800 milliseconds