Searched refs:_module (Results 1 – 4 of 4) sorted by relevance
| /freebsd/libexec/rc/rc.d/ |
| H A D | ipfw | 49 local _firewall_type _module _sysctl_reload 58 for _module in ${required_modules} 60 if kldstat -qn ${_module}; then
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | mac_be.c | 286 #define SET_QUOTA_VAL(_min_x, _max_x, _module, _idx) \ argument 288 val = u32_encode_bits(_min_x, B_BE_ ## _module ## _Q ## _idx ## _MIN_SIZE_MASK) | \ 289 u32_encode_bits(_max_x, B_BE_ ## _module ## _Q ## _idx ## _MAX_SIZE_MASK); \ 291 R_BE_ ## _module ## _QTA ## _idx ## _CFG, \ 294 #define SET_QUOTA(_x, _module, _idx) \ argument 295 SET_QUOTA_VAL(min_cfg->_x, max_cfg->_x, _module, _idx)
|
| H A D | mac.c | 2008 #define SET_QUOTA_VAL(_min_x, _max_x, _module, _idx) \ argument 2010 val = u32_encode_bits(_min_x, B_AX_ ## _module ## _MIN_SIZE_MASK) | \ 2011 u32_encode_bits(_max_x, B_AX_ ## _module ## _MAX_SIZE_MASK); \ 2013 R_AX_ ## _module ## _QTA ## _idx ## _CFG, \ 2016 #define SET_QUOTA(_x, _module, _idx) \ argument 2017 SET_QUOTA_VAL(min_cfg->_x, max_cfg->_x, _module, _idx)
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | authdata.c | 34 #define IS_PRIMARY_INSTANCE(_module) ((_module)->client_req_init != NULL) argument
|