Searched refs:linear (Results 1 - 3 of 3) sorted by relevance

/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...]
/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/grub/grub-0.97/stage2/
H A Dshared.h824 /* If LINEAR is nonzero, then set the Intel processor to linear mode.
828 void gateA20 (int linear);
840 /* Get the linear address of a ROM configuration table. Return zero,

Completed in 116 milliseconds