Searched defs:pr_name (Results 1 - 25 of 54) sorted by relevance

123

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_provider.h81 const char *pr_name; /* pointer to name component */ member in struct:dt_probe
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_gld.c290 ixgbe_m_setprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, argument
463 err = ixgbe_set_priv_prop(ixgbe, pr_name, pr_valsize, pr_val);
474 ixgbe_m_getprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, argument
588 err = ixgbe_get_priv_prop(ixgbe, pr_name,
599 ixgbe_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t pr_num, argument
726 if (strcmp(pr_name, "_adv_pause_cap") == 0 ||
727 strcmp(pr_name, "_adv_asym_pause_cap") == 0) {
732 if (strcmp(pr_name, "_tx_copy_thresh") == 0) {
734 } else if (strcmp(pr_name, "_tx_recycle_thresh") == 0) {
736 } else if (strcmp(pr_name, "_tx_overload_thres
777 ixgbe_set_priv_prop(ixgbe_t *ixgbe, const char *pr_name, uint_t pr_valsize, const void *pr_val) argument
910 ixgbe_get_priv_prop(ixgbe_t *ixgbe, const char *pr_name, uint_t pr_valsize, void *pr_val) argument
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_gld.c694 qlge_set_priv_prop(qlge_t *qlge, const char *pr_name, uint_t pr_valsize, argument
700 if (strcmp(pr_name, "_adv_pause_mode") == 0) {
715 } else if (strcmp(pr_name, "_fm_enable") == 0) {
732 ql_m_setprop(void *barg, const char *pr_name, mac_prop_id_t pr_num, argument
783 err = qlge_set_priv_prop(qlge, pr_name, pr_valsize,
796 qlge_get_priv_prop(qlge_t *qlge, const char *pr_name, uint_t pr_valsize, argument
802 if (strcmp(pr_name, "_adv_pause_mode") == 0) {
805 } else if (strcmp(pr_name, "_fm_enable") == 0) {
818 ql_m_getprop(void *barg, const char *pr_name, mac_prop_id_t pr_num, argument
860 err = qlge_get_priv_prop(qlge, pr_name, pr_valsiz
873 ql_m_propinfo(void *barg, const char *pr_name, mac_prop_id_t pr_num, mac_prop_info_handle_t prh) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_main.c595 eib_m_setprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, argument
602 eib_m_getprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, argument
622 if (strcmp(pr_name, EIB_DLPROP_GW_EPORT_STATE) == 0) {
630 } else if (strcmp(pr_name, EIB_DLPROP_HCA_GUID) == 0) {
634 } else if (strcmp(pr_name, EIB_DLPROP_PORT_GUID) == 0) {
650 eib_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t pr_num, argument
665 if (strcmp(pr_name, EIB_DLPROP_GW_EPORT_STATE) == 0) {
668 } else if (strcmp(pr_name, EIB_DLPROP_HCA_GUID) == 0) {
670 } else if (strcmp(pr_name, EIB_DLPROP_PORT_GUID) == 0) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_typedef.c70 const char *pr_name; /* entity name */ member in struct:parse_root
362 pr->pr_name = defn;
365 pr->pr_name = NULL;
478 if (mdb_ctf_add_struct(pr->pr_name, &id) != 0) {
484 if (mdb_ctf_add_union(pr->pr_name, &id) != 0) {
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c961 igb_m_setprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, argument
1117 err = igb_set_priv_prop(igb, pr_name, pr_valsize, pr_val);
1135 igb_m_getprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, argument
1219 err = igb_get_priv_prop(igb, pr_name, pr_valsize, pr_val);
1229 igb_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t pr_num, argument
1324 igb_priv_prop_info(igb, pr_name, prh);
1354 igb_set_priv_prop(igb_t *igb, const char *pr_name, argument
1362 if (strcmp(pr_name, "_eee_support") == 0) {
1399 if (strcmp(pr_name, "_tx_copy_thresh") == 0) {
1413 if (strcmp(pr_name, "_tx_recycle_thres
1512 igb_get_priv_prop(igb_t *igb, const char *pr_name, uint_t pr_valsize, void *pr_val) argument
1557 igb_priv_prop_info(igb_t *igb, const char *pr_name, mac_prop_info_handle_t prh) argument
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c632 i40e_m_setprop_private(i40e_t *i40e, const char *pr_name, uint_t pr_valsize, argument
646 if (strcmp(pr_name, I40E_PROP_RX_DMA_THRESH) == 0) {
655 if (strcmp(pr_name, I40E_PROP_TX_DMA_THRESH) == 0) {
664 if (strcmp(pr_name, I40E_PROP_RX_ITR) == 0) {
674 if (strcmp(pr_name, I40E_PROP_TX_ITR) == 0) {
684 if (strcmp(pr_name, I40E_PROP_OTHER_ITR) == 0) {
699 i40e_m_getprop_private(i40e_t *i40e, const char *pr_name, uint_t pr_valsize, argument
706 if (strcmp(pr_name, I40E_PROP_RX_DMA_THRESH) == 0) {
708 } else if (strcmp(pr_name, I40E_PROP_TX_DMA_THRESH) == 0) {
710 } else if (strcmp(pr_name, I40E_PROP_RX_IT
733 i40e_m_propinfo_private(i40e_t *i40e, const char *pr_name, mac_prop_info_handle_t prh) argument
772 i40e_m_setprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, uint_t pr_valsize, const void *pr_val) argument
847 i40e_m_getprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, uint_t pr_valsize, void *pr_val) argument
963 i40e_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t pr_num, mac_prop_info_handle_t prh) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c93 static void pr_name(char *name, int flag);
517 pr_name(name, 0);
1208 pr_name(name, 1);
1238 pr_name(name, 1);
1278 pr_name(name, 1);
1512 pr_name(char *name, int flag) function
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c56 static int zyd_m_getprop(void *arg, const char *pr_name,
58 static void zyd_m_propinfo(void *arg, const char *pr_name,
60 static int zyd_m_setprop(void *arg, const char *pr_name,
871 zyd_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
882 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length,
898 zyd_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
908 err = ieee80211_getprop(&sc->ic, pr_name, wldp_pr_num,
915 zyd_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
920 ieee80211_propinfo(&sc->ic, pr_name, wldp_pr_num, mph);
/illumos-gate/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c1035 vnic_m_setprop(void *m_driver, const char *pr_name, mac_prop_id_t pr_num, argument
1104 vnic_m_getprop(void *arg, const char *pr_name, mac_prop_id_t pr_num, argument
1129 static void vnic_m_propinfo(void *m_driver, const char *pr_name, argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.h163 char pr_name[LIFNAMSIZ]; member in struct:prefix
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c1874 const char * pr_name,
1881 if (strcmp(pr_name, "_en_2500fdx_cap") == 0)
1897 else if (strcmp(pr_name, "_en_txpause_cap") == 0)
1913 else if (strcmp(pr_name, "_en_rxpause_cap") == 0)
1929 else if (strcmp(pr_name, "_autoneg_flow") == 0)
1945 else if (strcmp(pr_name, "_checksum") == 0)
1987 else if (strcmp(pr_name, "_tx_ring_policy") == 0)
2010 else if (strcmp(pr_name, "_num_rings") == 0)
2030 else if (strcmp(pr_name, "_rx_descs") == 0)
2049 else if (strcmp(pr_name, "_rx_free_reclai
1873 BnxeSetPrivateProperty(um_device_t * pUM, const char * pr_name, uint_t pr_valsize, const void * pr_val) argument
2287 BnxeMacSetProperty(void * barg, const char * pr_name, mac_prop_id_t pr_num, uint_t pr_valsize, const void * pr_val) argument
2469 BnxeGetPrivateProperty(um_device_t * pUM, const char * pr_name, uint_t pr_valsize, void * pr_val) argument
2601 BnxeMacGetProperty(void * barg, const char * pr_name, mac_prop_id_t pr_num, uint_t pr_valsize, void * pr_val) argument
2771 BnxeMacPrivatePropertyInfo(um_device_t * pUM, const char * pr_name, mac_prop_info_handle_t prh) argument
2847 BnxeMacPropertyInfo(void * barg, const char * pr_name, mac_prop_id_t pr_num, mac_prop_info_handle_t prh) argument
[all...]
/illumos-gate/usr/src/uts/common/io/simnet/
H A Dsimnet.c1145 simnet_set_priv_prop(simnet_dev_t *sdev, const char *pr_name, argument
1151 if (strcmp(pr_name, "_wl_esslist") == 0) {
1155 } else if (strcmp(pr_name, "_wl_connected") == 0) {
1168 simnet_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
1224 err = simnet_set_priv_prop(sdev, pr_name,
1235 simnet_get_priv_prop(simnet_dev_t *sdev, const char *pr_name, argument
1242 if (strcmp(pr_name, "_wl_esslist") == 0) {
1245 } else if (strcmp(pr_name, "_wl_connected") == 0) {
1257 simnet_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
1312 err = simnet_get_priv_prop(sdev, pr_name, wldp_lengt
1324 simnet_priv_propinfo(const char *pr_name, mac_prop_info_handle_t prh) argument
1339 simnet_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, mac_prop_info_handle_t prh) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c74 static int usbecm_m_getprop(void *arg, const char *pr_name,
76 static int usbecm_m_setprop(void *arg, const char *pr_name,
925 usbecm_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
938 static int usbecm_m_getprop(void *arg, const char *pr_name, argument
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c140 static int ipw2100_m_setprop(void *arg, const char *pr_name,
142 static int ipw2100_m_getprop(void *arg, const char *pr_name,
2474 ipw2100_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2492 err = ieee80211_getprop(ic, pr_name, wldp_pr_num,
2501 ipw2100_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2507 ieee80211_propinfo(ic, pr_name, wldp_pr_num, prh);
2512 ipw2100_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2533 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length,
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c161 static int ipw2200_m_setprop(void *arg, const char *pr_name,
163 static int ipw2200_m_getprop(void *arg, const char *pr_name,
165 static void ipw2200_m_propinfo(void *arg, const char *pr_name,
2562 ipw2200_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2580 err = ieee80211_getprop(ic, pr_name, wldp_pr_num,
2589 ipw2200_m_propinfo(void *arg, const char *pr_name, argument
2595 ieee80211_propinfo(ic, pr_name, wlpd_pr_num, mph);
2599 ipw2200_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2620 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c191 char *pr_name(struct in_addr addr);
558 pr_name(sin->sin_addr));
617 pr_name(sin->sin_addr));
683 pr_name(sin->sin_addr));
742 pr_name(struct in_addr addr) function
776 pr_name(from->sin_addr));
826 pr_name(from->sin_addr));
833 pr_name(from->sin_addr),
841 pr_name(from->sin_addr));
848 pr_name(fro
[all...]
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c1760 ath_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
1766 err = ieee80211_setprop(&asc->asc_isc, pr_name, wldp_pr_num,
1788 ath_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
1794 err = ieee80211_getprop(&asc->asc_isc, pr_name, wldp_pr_num,
1801 ath_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
1806 ieee80211_propinfo(&asc->asc_isc, pr_name, wldp_pr_num, mph);
/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c273 const char *pr_name; /* probe name */ member in struct:__anon9276
1843 if (dtrace_probe_lookup(xdt_id, p->pr_mod, NULL, p->pr_name) != 0)
1847 p->pr_name, dtrace_mach_aframes(), p);
1865 int l1 = strlen(xdt_probe[i].pr_name);
1867 if (strncmp(name, xdt_probe[i].pr_name, l1) == 0 &&
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c2119 rt2560_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2126 err = ieee80211_setprop(ic, pr_name, wldp_pr_num,
2144 rt2560_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2150 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num,
2157 rt2560_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2162 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, prh);
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c2070 rum_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2077 err = ieee80211_setprop(ic, pr_name, wldp_pr_num,
2095 rum_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2101 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num,
2108 rum_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2113 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, prh);
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c270 static int rt2661_m_setprop(void *arg, const char *pr_name,
273 static int rt2661_m_getprop(void *arg, const char *pr_name,
276 static void rt2661_m_propinfo(void *arg, const char *pr_name,
2623 rt2661_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2629 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num,
2636 rt2661_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2641 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, mph);
2645 rt2661_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2652 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length,
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c245 static int rt2860_m_setprop(void *arg, const char *pr_name,
248 static void rt2860_m_propinfo(void *arg, const char *pr_name,
250 static int rt2860_m_getprop(void *arg, const char *pr_name,
2641 rt2860_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2647 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num,
2654 rt2860_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2659 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, prh);
2663 rt2860_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2670 err = ieee80211_setprop(ic, pr_name, wldp_pr_num, wldp_length,
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c2857 uath_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2864 err = ieee80211_setprop(ic, pr_name, wldp_pr_num,
2881 uath_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2887 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num,
2893 uath_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2898 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, prh);
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c2049 ural_m_setprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2056 err = ieee80211_setprop(ic, pr_name, wldp_pr_num,
2074 ural_m_getprop(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2080 err = ieee80211_getprop(&sc->sc_ic, pr_name, wldp_pr_num,
2087 ural_m_propinfo(void *arg, const char *pr_name, mac_prop_id_t wldp_pr_num, argument
2092 ieee80211_propinfo(&sc->sc_ic, pr_name, wldp_pr_num, mph);

Completed in 2851 milliseconds

123