Home
last modified time | relevance | path

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

/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_003_pos.ksh62 typeset mopt=$3
70 [[ -n $mopt ]] && \
71 log_must $ZFS set mountpoint=$mopt ${dev[0]}
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A D3c90x.c697 unsigned int mopt; in a3c90x_probe() local
823 mopt = inw(INF_3C90X.IOAddr + regResetMediaOptions_3_w); in a3c90x_probe()
828 mopt &= 0x7F; in a3c90x_probe()
834 if (mopt & 0x01) in a3c90x_probe()
839 if (mopt & 0x04) in a3c90x_probe()
844 if (mopt & 0x10) in a3c90x_probe()
849 if (mopt & 0x20) in a3c90x_probe()
854 if (mopt & 0x40) in a3c90x_probe()
859 if ((mopt & 0xA) == 0xA) in a3c90x_probe()
864 else if ((mopt & 0xA) == 0x2) in a3c90x_probe()
[all …]
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_003_pos.ksh60 set -A mopt "legacy" "none"
69 log_must $ZFS set mountpoint=${mopt[i]} $TESTPOOL/$TESTFS
/titanic_50/usr/src/uts/common/io/elxl/
H A Delxl.c1482 uint32_t mopt = sc->ex_mediaopt; in elxl_m_setprop() local
1485 if (mopt & MEDIAOPT_100TX) { in elxl_m_setprop()
1487 } else if (mopt & MEDIAOPT_MII) { in elxl_m_setprop()
1494 if (mopt & MEDIAOPT_10T) { in elxl_m_setprop()
1502 if (mopt & MEDIAOPT_10T) { in elxl_m_setprop()
1509 if (mopt & MEDIAOPT_100FX) { in elxl_m_setprop()
1516 if (mopt & MEDIAOPT_100FX) { in elxl_m_setprop()
1523 if (mopt & MEDIAOPT_BNC) { in elxl_m_setprop()
1530 if (mopt & MEDIAOPT_AUI) { in elxl_m_setprop()
1537 if (mopt & MEDIAOPT_10FL) { in elxl_m_setprop()
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c842 struct nd_opt_mtu *mopt; local
848 mopt = (struct nd_opt_mtu *)opt;
850 "MTU = %u ", ntohl(mopt->nd_opt_mtu_mtu));