Searched refs:_cc (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/hptrr/ |
H A D | ldm.h | 115 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \ argument 122 (req)->lock_cc = _cc;\
|
/freebsd/sys/dev/hpt27xx/ |
H A D | ldm.h | 116 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \ argument 123 (req)->lock_cc = _cc;\
|
/freebsd/sys/dev/hptnr/ |
H A D | ldm.h | 116 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \ argument 123 (req)->lock_cc = _cc;\
|
/freebsd/contrib/bmake/ |
H A D | configure.in | 237 _cc=`which $x` 240 if test -x ${_cc:-/dev/null}; then 241 _cc_dir=`dirname $_cc`
|
H A D | configure | 5034 _cc=`which $x` 5037 if test -x ${_cc:-/dev/null}; then 5038 _cc_dir=`dirname $_cc`
|
/freebsd/sys/sys/ |
H A D | pmc.h | 1227 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 D | ex_cscope.c | 66 typedef struct _cc { struct
|
/freebsd/crypto/openssl/Configurations/ |
H A D | unix-Makefile.tmpl | 1925 if (grep /_cc\.o$/, @{$args{objs}}) {
|