Lines Matching refs:minsize

3346 	uint_t minsize = 0;  in mac_prop_check_size()  local
3353 minsize = sizeof (dld_ioc_zid_t); in mac_prop_check_size()
3357 minsize = sizeof (struct dlautopush); in mac_prop_check_size()
3360 minsize = sizeof (link_tagmode_t); in mac_prop_check_size()
3364 minsize = sizeof (mac_resource_props_t); in mac_prop_check_size()
3367 minsize = sizeof (link_duplex_t); in mac_prop_check_size()
3370 minsize = sizeof (uint64_t); in mac_prop_check_size()
3373 minsize = sizeof (link_state_t); in mac_prop_check_size()
3377 minsize = sizeof (uint8_t); in mac_prop_check_size()
3382 minsize = sizeof (uint32_t); in mac_prop_check_size()
3385 minsize = sizeof (link_flowctrl_t); in mac_prop_check_size()
3389 minsize = sizeof (link_fec_t); in mac_prop_check_size()
3421 minsize = sizeof (uint8_t); in mac_prop_check_size()
3424 minsize = sizeof (uint16_t); in mac_prop_check_size()
3427 minsize = sizeof (uint32_t); in mac_prop_check_size()
3430 minsize = sizeof (uint32_t); in mac_prop_check_size()
3436 minsize = sizeof (uint_t); in mac_prop_check_size()
3439 minsize = sizeof (wl_linkstatus_t); in mac_prop_check_size()
3442 minsize = sizeof (wl_bssid_t); in mac_prop_check_size()
3445 minsize = sizeof (wl_bss_type_t); in mac_prop_check_size()
3448 minsize = sizeof (wl_linkstatus_t); in mac_prop_check_size()
3451 minsize = sizeof (wl_rates_t); in mac_prop_check_size()
3454 minsize = sizeof (wl_rates_t); in mac_prop_check_size()
3457 minsize = sizeof (wl_authmode_t); in mac_prop_check_size()
3460 minsize = sizeof (wl_encryption_t); in mac_prop_check_size()
3463 minsize = sizeof (wl_rssi_t); in mac_prop_check_size()
3466 minsize = sizeof (wl_phy_conf_t); in mac_prop_check_size()
3469 minsize = sizeof (wl_capability_t); in mac_prop_check_size()
3472 minsize = sizeof (wl_wpa_t); in mac_prop_check_size()
3475 minsize = sizeof (wl_wpa_ess_t); in mac_prop_check_size()
3478 minsize = sizeof (wl_ps_mode_t); in mac_prop_check_size()
3481 minsize = sizeof (wl_radio_t); in mac_prop_check_size()
3484 minsize = sizeof (wl_ess_list_t); in mac_prop_check_size()
3487 minsize = sizeof (wl_wep_key_tab_t); in mac_prop_check_size()
3490 minsize = sizeof (wl_create_ibss_t); in mac_prop_check_size()
3493 minsize = sizeof (wl_wpa_ie_t); in mac_prop_check_size()
3496 minsize = sizeof (wl_del_key_t); in mac_prop_check_size()
3499 minsize = sizeof (wl_key_t); in mac_prop_check_size()
3502 minsize = sizeof (wl_mlme_t); in mac_prop_check_size()
3505 minsize = sizeof (boolean_t); in mac_prop_check_size()
3513 minsize = sizeof (mac_ether_media_t); in mac_prop_check_size()
3517 return (valsize >= minsize); in mac_prop_check_size()