Home
last modified time | relevance | path

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

/src/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
/src/sys/contrib/dev/rtw89/
H A Dmac_be.c287 #define SET_QUOTA_VAL(_min_x, _max_x, _module, _idx) \ argument
289 val = u32_encode_bits(_min_x, B_BE_ ## _module ## _Q ## _idx ## _MIN_SIZE_MASK) | \
290 u32_encode_bits(_max_x, B_BE_ ## _module ## _Q ## _idx ## _MAX_SIZE_MASK); \
292 R_BE_ ## _module ## _QTA ## _idx ## _CFG, \
295 #define SET_QUOTA(_x, _module, _idx) \ argument
296 SET_QUOTA_VAL(min_cfg->_x, max_cfg->_x, _module, _idx)
H A Dmac.c2056 #define SET_QUOTA_VAL(_min_x, _max_x, _module, _idx) \ argument
2058 val = u32_encode_bits(_min_x, B_AX_ ## _module ## _MIN_SIZE_MASK) | \
2059 u32_encode_bits(_max_x, B_AX_ ## _module ## _MAX_SIZE_MASK); \
2061 R_AX_ ## _module ## _QTA ## _idx ## _CFG, \
2064 #define SET_QUOTA(_x, _module, _idx) \ argument
2065 SET_QUOTA_VAL(min_cfg->_x, max_cfg->_x, _module, _idx)
/src/crypto/krb5/src/lib/krb5/krb/
H A Dauthdata.c34 #define IS_PRIMARY_INSTANCE(_module) ((_module)->client_req_init != NULL) argument