Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptrr/
H A Dldm.h115 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \ argument
122 (req)->lock_cc = _cc;\
/freebsd/sys/dev/hpt27xx/
H A Dldm.h116 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \ argument
123 (req)->lock_cc = _cc;\
/freebsd/sys/dev/hptnr/
H A Dldm.h116 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \ argument
123 (req)->lock_cc = _cc;\
/freebsd/contrib/bmake/
H A Dconfigure.in237 _cc=`which $x`
240 if test -x ${_cc:-/dev/null}; then
241 _cc_dir=`dirname $_cc`
H A Dconfigure5034 _cc=`which $x`
5037 if test -x ${_cc:-/dev/null}; then
5038 _cc_dir=`dirname $_cc`
/freebsd/sys/sys/
H A Dpmc.h1227 int pmc_save_kernel_callchain(uintptr_t *_cc, int _maxsamples,
1229 int pmc_save_user_callchain(uintptr_t *_cc, int _maxsamples,
/freebsd/contrib/nvi/ex/
H A Dex_cscope.c66 typedef struct _cc { struct
/freebsd/crypto/openssl/Configurations/
H A Dunix-Makefile.tmpl1925 if (grep /_cc\.o$/, @{$args{objs}}) {