Lines Matching defs:param

111 #include <sys/param.h>
2135 struct ifbrparam *param = arg;
2137 sc->sc_brtmax = param->ifbrp_csize;
2146 struct ifbrparam *param = arg;
2148 param->ifbrp_csize = sc->sc_brtmax;
2354 struct ifbrparam *param = arg;
2356 sc->sc_brttimeout = param->ifbrp_ctime;
2363 struct ifbrparam *param = arg;
2365 param->ifbrp_ctime = sc->sc_brttimeout;
2397 struct ifbrparam *param = arg;
2400 param->ifbrp_prio = bs->bs_bridge_priority;
2408 struct ifbrparam *param = arg;
2410 return (bstp_set_priority(&sc->sc_stp, param->ifbrp_prio));
2420 struct ifbrparam *param = arg;
2423 param->ifbrp_hellotime = bs->bs_bridge_htime >> 8;
2431 struct ifbrparam *param = arg;
2433 return (bstp_set_htime(&sc->sc_stp, param->ifbrp_hellotime));
2443 struct ifbrparam *param = arg;
2446 param->ifbrp_fwddelay = bs->bs_bridge_fdelay >> 8;
2454 struct ifbrparam *param = arg;
2456 return (bstp_set_fdelay(&sc->sc_stp, param->ifbrp_fwddelay));
2466 struct ifbrparam *param = arg;
2469 param->ifbrp_maxage = bs->bs_bridge_max_age >> 8;
2477 struct ifbrparam *param = arg;
2479 return (bstp_set_maxage(&sc->sc_stp, param->ifbrp_maxage));
2525 struct ifbrparam *param = arg;
2527 param->ifbrp_filter = sc->sc_filter_flags;
2535 struct ifbrparam *param = arg;
2537 if (param->ifbrp_filter & ~IFBF_FILT_MASK)
2541 if (param->ifbrp_filter & IFBF_FILT_USEIPF)
2545 sc->sc_filter_flags = param->ifbrp_filter;
2676 struct ifbrparam *param = arg;
2678 param->ifbrp_cexceeded = sc->sc_brtexceeded;
2764 struct ifbrparam *param = arg;
2766 return (bstp_set_protocol(&sc->sc_stp, param->ifbrp_proto));
2777 struct ifbrparam *param = arg;
2779 return (bstp_set_holdcount(&sc->sc_stp, param->ifbrp_txhc));