Home
last modified time | relevance | path

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

/freebsd/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/sys/contrib/dev/rtw89/
H A Dmac_be.c286 #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 Dmac.c2008 #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 Dauthdata.c34 #define IS_PRIMARY_INSTANCE(_module) ((_module)->client_req_init != NULL) argument