Home
last modified time | relevance | path

Searched refs:_cc (Results 1 – 8 of 8) sorted by relevance

/src/sys/dev/hptrr/
H A Dldm.h115 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \ argument
122 (req)->lock_cc = _cc;\
/src/sys/dev/hptnr/
H A Dldm.h116 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \ argument
123 (req)->lock_cc = _cc;\
/src/sys/dev/hpt27xx/
H A Dldm.h116 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \ argument
123 (req)->lock_cc = _cc;\
/src/contrib/bmake/
H A Dconfigure.in268 _cc=`which $x`
271 if test -x ${_cc:-/dev/null}; then
272 _cc_dir=`dirname $_cc`
H A Dconfigure5068 _cc=`which $x`
5071 if test -x ${_cc:-/dev/null}; then
5072 _cc_dir=`dirname $_cc`
/src/sys/sys/
H A Dpmc.h1258 int pmc_save_kernel_callchain(uintptr_t *_cc, int _maxsamples,
1260 int pmc_save_user_callchain(uintptr_t *_cc, int _maxsamples,
/src/contrib/nvi/ex/
H A Dex_cscope.c66 typedef struct _cc { struct
/src/crypto/openssl/Configurations/
H A Dunix-Makefile.tmpl2014 if (grep /_cc\.o$/, @{$args{objs}}) {