Home
last modified time | relevance | path

Searched defs:_count (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/sys/
D_umtx.h64 volatile __uint32_t _count; member
/freebsd-10-stable/sys/dev/scd/
Dscdvar.h60 #define SCD_READ_MULTI(_sc, _reg, _addr, _count) \ argument
/freebsd-10-stable/sys/dev/etherswitch/arswitch/
Darswitchreg.h297 #define BITM(_count) ((1 << _count) - 1) argument
298 #define BITS(_shift, _count) (BITM(_count) << _shift) argument
/freebsd-10-stable/contrib/file/src/
Dfile.h299 uint32_t _count; /* repeat/line count */ member