Home
last modified time | relevance | path

Searched refs:_module (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/libexec/rc/rc.d/
H A Dipfw49 local _firewall_type _module _sysctl_reload
58 for _module in ${required_modules}
60 if kldstat -qn ${_module}; then
/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dmac.c1702 #define SET_QUOTA_VAL(_min_x, _max_x, _module, _idx) \ argument
1704 val = u32_encode_bits(_min_x, B_AX_ ## _module ## _MIN_SIZE_MASK) | \
1705 u32_encode_bits(_max_x, B_AX_ ## _module ## _MAX_SIZE_MASK); \
1707 R_AX_ ## _module ## _QTA ## _idx ## _CFG, \
1710 #define SET_QUOTA(_x, _module, _idx) \ argument
1711 SET_QUOTA_VAL(min_cfg->_x, max_cfg->_x, _module, _idx)