/illumos-gate/usr/src/uts/common/sys/ |
H A D | mii.h | 440 int mii_m_getprop(mii_handle_t mii, const char *name, mac_prop_id_t id, 467 int mii_m_setprop(mii_handle_t mii, const char *name, mac_prop_id_t id, 485 void mii_m_propinfo(mii_handle_t mii, const char *name, mac_prop_id_t id,
|
H A D | mac_client_priv.h | 194 extern int mac_set_prop(mac_handle_t, mac_prop_id_t, char *, void *, uint_t); 195 extern int mac_get_prop(mac_handle_t, mac_prop_id_t, char *, void *, uint_t); 196 extern int mac_prop_info(mac_handle_t, mac_prop_id_t, char *, void *, 198 extern boolean_t mac_prop_check_size(mac_prop_id_t, uint_t, boolean_t);
|
H A D | mac_provider.h | 200 typedef int (*mac_set_prop_t)(void *, const char *, mac_prop_id_t, 202 typedef int (*mac_get_prop_t)(void *, const char *, mac_prop_id_t, 204 typedef void (*mac_prop_info_t)(void *, const char *, mac_prop_id_t,
|
H A D | net80211.h | 738 int ieee80211_setprop(void *, const char *, mac_prop_id_t, uint_t, 740 int ieee80211_getprop(void *, const char *, mac_prop_id_t, uint_t, void *); 741 void ieee80211_propinfo(void *, const char *, mac_prop_id_t,
|
H A D | mac.h | 258 } mac_prop_id_t; typedef 607 mac_prop_id_t u_id;
|
/illumos-gate/usr/src/uts/common/io/simnet/ |
H A D | simnet.c | 113 static int simnet_m_setprop(void *, const char *, mac_prop_id_t, 115 static int simnet_m_getprop(void *, const char *, mac_prop_id_t, 117 static void simnet_m_propinfo(void *, const char *, mac_prop_id_t, 1344 const mac_prop_id_t num, const uint_t len, const void *val) in simnet_setprop_wifi() 1392 const mac_prop_id_t num, const uint_t len, const void *val) in simnet_setprop_ether() 1409 simnet_m_setprop(void *arg, const char *name, mac_prop_id_t num, in simnet_m_setprop() 1524 const mac_prop_id_t num, const uint_t len, void *val) in simnet_getprop_wifi() 1581 const mac_prop_id_t num, const uint_t len, void *val) in simnet_getprop_ether() 1598 simnet_m_getprop(void *arg, const char *name, const mac_prop_id_t num, in simnet_m_getprop() 1635 simnet_propinfo_wifi(const char *name, const mac_prop_id_t num, in simnet_propinfo_wifi() [all …]
|
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_main.c | 62 static int eib_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 64 static int eib_m_getprop(void *, const char *, mac_prop_id_t, uint_t, void *); 65 static void eib_m_propinfo(void *, const char *, mac_prop_id_t, 595 eib_m_setprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, in eib_m_setprop() 602 eib_m_getprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, in eib_m_getprop() 650 eib_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t pr_num, in eib_m_propinfo()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_impl.h | 329 int oce_m_setprop(void *arg, const char *name, mac_prop_id_t id, 331 int oce_m_getprop(void *arg, const char *name, mac_prop_id_t id, 333 void oce_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t pr_num,
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_gld.c | 47 static int ql_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 49 static int ql_m_getprop(void *, const char *, mac_prop_id_t, uint_t, void *); 50 static void ql_m_propinfo(void *, const char *, mac_prop_id_t, 732 ql_m_setprop(void *barg, const char *pr_name, mac_prop_id_t pr_num, in ql_m_setprop() 818 ql_m_getprop(void *barg, const char *pr_name, mac_prop_id_t pr_num, in ql_m_getprop() 873 ql_m_propinfo(void *barg, const char *pr_name, mac_prop_id_t pr_num, in ql_m_propinfo()
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_sw.h | 881 int igb_m_setprop(void *, const char *, mac_prop_id_t, uint_t, const void *); 882 int igb_m_getprop(void *, const char *, mac_prop_id_t, uint_t, void *); 883 void igb_m_propinfo(void *, const char *, mac_prop_id_t, 888 boolean_t igb_param_locked(mac_prop_id_t); 893 int igb_get_def_val(igb_t *, mac_prop_id_t, uint_t, void *);
|
/illumos-gate/usr/src/uts/common/io/vr/ |
H A D | vr.h | 490 mac_prop_id_t pr_num, uint_t pr_valsize, 493 mac_prop_id_t pr_num, 496 mac_prop_id_t pr_num, mac_prop_info_handle_t prh);
|
/illumos-gate/usr/src/uts/common/io/ena/ |
H A D | ena_gld.c | 249 ena_m_setprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, in ena_m_setprop() 256 ena_m_getprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, in ena_m_getprop() 401 ena_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t pr_num, in ena_m_propinfo()
|
/illumos-gate/usr/src/uts/common/io/vnic/ |
H A D | vnic_dev.c | 92 static int vnic_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 94 static int vnic_m_getprop(void *, const char *, mac_prop_id_t, uint_t, void *); 95 static void vnic_m_propinfo(void *, const char *, mac_prop_id_t, 1060 vnic_m_setprop(void *m_driver, const char *pr_name, mac_prop_id_t pr_num, in vnic_m_setprop() 1148 vnic_m_getprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, in vnic_m_getprop() 1193 mac_prop_id_t pr_num, mac_prop_info_handle_t prh) in vnic_m_propinfo()
|
/illumos-gate/usr/src/uts/common/io/zyd/ |
H A D | zyd.c | 57 mac_prop_id_t wldp_pr_num, uint_t wldp_length, void *wldp_buf); 59 mac_prop_id_t wldp_pr_num, mac_prop_info_handle_t mph); 61 mac_prop_id_t wldp_pr_num, uint_t wldp_length, const void *wldp_buf); 871 zyd_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in zyd_m_setprop() 898 zyd_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in zyd_m_getprop() 915 zyd_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, in zyd_m_propinfo()
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlwlan_impl.h | 81 void *, mac_prop_id_t, size_t, boolean_t);
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_sw.h | 911 int ixgbe_m_setprop(void *, const char *, mac_prop_id_t, uint_t, const void *); 912 int ixgbe_m_getprop(void *, const char *, mac_prop_id_t, uint_t, void *); 913 void ixgbe_m_propinfo(void *, const char *, mac_prop_id_t, 917 boolean_t ixgbe_param_locked(mac_prop_id_t);
|
H A D | ixgbe_gld.c | 372 ixgbe_m_setprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, in ixgbe_m_setprop() 557 ixgbe_m_getprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, in ixgbe_m_getprop() 687 ixgbe_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t pr_num, in ixgbe_m_propinfo() 844 ixgbe_param_locked(mac_prop_id_t pr_num) in ixgbe_param_locked()
|
/illumos-gate/usr/src/uts/common/io/softmac/ |
H A D | softmac_main.c | 84 static int softmac_m_setprop(void *, const char *, mac_prop_id_t, 86 static int softmac_m_getprop(void *, const char *, mac_prop_id_t, 88 static void softmac_m_propinfo(void *, const char *, mac_prop_id_t, 1457 softmac_m_setprop(void *arg, const char *name, mac_prop_id_t id, in softmac_m_setprop() 1474 softmac_m_getprop(void *arg, const char *name, mac_prop_id_t id, in softmac_m_getprop() 1501 softmac_m_propinfo(void *arg, const char *name, mac_prop_id_t id, in softmac_m_propinfo()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_gld.c | 352 oce_m_setprop(void *arg, const char *name, mac_prop_id_t id, in oce_m_setprop() 443 oce_m_getprop(void *arg, const char *name, mac_prop_id_t id, in oce_m_getprop() 516 oce_m_propinfo(void *arg, const char *name, mac_prop_id_t pr_num, in oce_m_propinfo()
|
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
H A D | vmxnet3_main.c | 50 static int vmxnet3_get_prop(void *, const char *, mac_prop_id_t, uint_t, 52 static int vmxnet3_set_prop(void *, const char *, mac_prop_id_t, uint_t, 54 static void vmxnet3_prop_info(void *, const char *, mac_prop_id_t, 847 vmxnet3_get_prop(void *data, const char *prop_name, mac_prop_id_t prop_id, in vmxnet3_get_prop() 867 vmxnet3_set_prop(void *data, const char *prop_name, mac_prop_id_t prop_id, in vmxnet3_set_prop() 891 vmxnet3_prop_info(void *data, const char *prop_name, mac_prop_id_t prop_id, in vmxnet3_prop_info()
|
/illumos-gate/usr/src/uts/common/io/efe/ |
H A D | efe.c | 76 static int efe_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 78 static int efe_m_getprop(void *, const char *, mac_prop_id_t, uint_t, 80 static void efe_m_propinfo(void *, const char *, mac_prop_id_t, 840 efe_m_setprop(void *arg, const char *name, mac_prop_id_t id, in efe_m_setprop() 849 efe_m_getprop(void *arg, const char *name, mac_prop_id_t id, in efe_m_getprop() 858 efe_m_propinfo(void *arg, const char *name, mac_prop_id_t id, in efe_m_propinfo()
|
/illumos-gate/usr/src/uts/common/io/pcn/ |
H A D | pcn.c | 99 static int pcn_m_getprop(void *, const char *, mac_prop_id_t, uint_t, 101 static int pcn_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 103 static void pcn_m_propinfo(void *, const char *, mac_prop_id_t, 1283 pcn_m_getprop(void *arg, const char *name, mac_prop_id_t num, uint_t sz, in pcn_m_getprop() 1292 pcn_m_setprop(void *arg, const char *name, mac_prop_id_t num, uint_t sz, in pcn_m_setprop() 1301 pcn_m_propinfo(void *arg, const char *name, mac_prop_id_t num, in pcn_m_propinfo()
|
/illumos-gate/usr/src/uts/common/io/rtls/ |
H A D | rtls.c | 95 static int rtls_m_getprop(void *, const char *, mac_prop_id_t, uint_t, 97 static int rtls_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 99 static void rtls_m_propinfo(void *, const char *, mac_prop_id_t, 920 rtls_m_getprop(void *arg, const char *name, mac_prop_id_t num, uint_t sz, in rtls_m_getprop() 929 rtls_m_setprop(void *arg, const char *name, mac_prop_id_t num, uint_t sz, in rtls_m_setprop() 938 rtls_m_propinfo(void *arg, const char *name, mac_prop_id_t num, in rtls_m_propinfo()
|
/illumos-gate/usr/src/uts/common/io/iprb/ |
H A D | iprb.c | 78 static int iprb_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 80 static int iprb_m_getprop(void *, const char *, mac_prop_id_t, uint_t, 82 static void iprb_m_propinfo(void *, const char *, mac_prop_id_t, 1454 iprb_m_propinfo(void *arg, const char *name, mac_prop_id_t id, in iprb_m_propinfo() 1472 iprb_m_getprop(void *arg, const char *name, mac_prop_id_t id, uint_t sz, in iprb_m_getprop() 1497 iprb_m_setprop(void *arg, const char *name, mac_prop_id_t id, uint_t sz, in iprb_m_setprop()
|
/illumos-gate/usr/src/uts/common/io/elxl/ |
H A D | elxl.c | 87 static int elxl_m_getprop(void *, const char *, mac_prop_id_t, uint_t, 89 static int elxl_m_setprop(void *, const char *, mac_prop_id_t, uint_t, 91 static void elxl_m_propinfo(void *, const char *, mac_prop_id_t, 1394 elxl_m_getprop(void *arg, const char *name, mac_prop_id_t num, uint_t sz, in elxl_m_getprop() 1466 elxl_m_setprop(void *arg, const char *name, mac_prop_id_t num, uint_t sz, in elxl_m_setprop() 1578 elxl_m_propinfo(void *arg, const char *name, mac_prop_id_t num, in elxl_m_propinfo()
|