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 | 315 #define SET_QUOTA_VAL(_min_x, _max_x, _module, _idx) \ argument 317 val = u32_encode_bits(_min_x, B_BE_ ## _module ## _Q ## _idx ## _MIN_SIZE_MASK) | \ 318 u32_encode_bits(_max_x, B_BE_ ## _module ## _Q ## _idx ## _MAX_SIZE_MASK); \ 320 R_BE_ ## _module ## _QTA ## _idx ## _CFG, \ 323 #define SET_QUOTA(_x, _module, _idx) \ argument 324 SET_QUOTA_VAL(min_cfg->_x, max_cfg->_x, _module, _idx)
|
| H A D | mac.c | 2111 #define SET_QUOTA_VAL(_min_x, _max_x, _module, _idx) \ argument 2113 val = u32_encode_bits(_min_x, B_AX_ ## _module ## _MIN_SIZE_MASK) | \ 2114 u32_encode_bits(_max_x, B_AX_ ## _module ## _MAX_SIZE_MASK); \ 2116 R_AX_ ## _module ## _QTA ## _idx ## _CFG, \ 2119 #define SET_QUOTA(_x, _module, _idx) \ argument 2120 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
|