Home
last modified time | relevance | path

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

/freebsd/include/
H A Dnsswitch.h107 typedef int (*nss_method)(void *_retval, void *_mdata, va_list _ap);
/freebsd/sys/sys/
H A Dmount.h1155 bool _retval; \
1157 _retval = vfs_op_thread_enter_crit(mp, _mpcpu); \
1158 if (__predict_false(!_retval)) \
1160 _retval; \
/freebsd/sys/net80211/
H A Dieee80211_sta.c1499 int _retval; in sta_recv_mgmt() local
1500 if ((_retval = ieee80211_parse_wmeparams(vap, in sta_recv_mgmt()
1505 if (_retval > 0) in sta_recv_mgmt()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h103 long _retval; member