| /freebsd-10-stable/usr.bin/csup/ |
| D | cpasswd.sh | 14 _count="`echo "$1" | sed -e "s/[^$2]//g" | tr -d "\n" | wc -c`" 25 if [ $_count != 0 ]; then 60 aCount=$_count 63 dotCount=$_count 71 colonCount=$_count 83 aCount=$_count 86 dotCount=$_count 94 colonCount=$_count
|
| /freebsd-10-stable/lib/libc/gen/ |
| D | sem_new.c | 130 sem->_kern._count = (u_int32_t)value; in _sem_init() 216 tmp._kern._count = value; in _sem_open() 331 *sval = (int)sem->_kern._count; in _sem_getvalue() 370 while ((val = sem->_kern._count) > 0) { in _sem_trywait() 371 if (atomic_cmpset_acq_int(&sem->_kern._count, val, val - 1)) in _sem_trywait() 390 while ((val = sem->_kern._count) > 0) { in _sem_timedwait() 391 if (atomic_cmpset_acq_int(&sem->_kern._count, val, val - 1)) in _sem_timedwait() 439 count = sem->_kern._count; in _sem_post() 444 } while(!atomic_cmpset_rel_int(&sem->_kern._count, count, count+1)); in _sem_post()
|
| /freebsd-10-stable/contrib/bmake/ |
| D | buf.h | 98 int _count = ++(bp)->count; \ 100 if (__predict_false(_count >= (bp)->size)) \ 102 _ptr = (bp)->buffer + _count; \
|
| /freebsd-10-stable/lib/libelf/ |
| D | libelf.h | 220 size_t elf32_fsize(Elf_Type _type, size_t _count, 226 Elf32_Phdr *elf32_newphdr(Elf *_elf, size_t _count); 233 size_t elf64_fsize(Elf_Type _type, size_t _count, 239 Elf64_Phdr *elf64_newphdr(Elf *_elf, size_t _count);
|
| D | gelf.h | 77 size_t gelf_fsize(Elf *_elf, Elf_Type _type, size_t _count,
|
| D | _libelf.h | 186 void *_libelf_newphdr(Elf *_e, int _elfclass, size_t _count);
|
| /freebsd-10-stable/sys/dev/scd/ |
| D | scdvar.h | 60 #define SCD_READ_MULTI(_sc, _reg, _addr, _count) \ argument 61 bus_space_read_multi_1(_sc->port_bst, _sc->port_bsh, _reg, _addr, _count)
|
| /freebsd-10-stable/sys/dev/etherswitch/arswitch/ |
| D | arswitchreg.h | 297 #define BITM(_count) ((1 << _count) - 1) argument 298 #define BITS(_shift, _count) (BITM(_count) << _shift) argument
|
| /freebsd-10-stable/contrib/libucl/uthash/ |
| D | uthash.h | 282 unsigned _count, _bkt_count; \ 286 _count = 0; \ 300 _count += _bkt_count; \ 306 if (_count != (head)->hh.tbl->num_items) { \ 308 (head)->hh.tbl->num_items, _count ); \ 311 _count = 0; \ 315 _count++; \ 324 if (_count != (head)->hh.tbl->num_items) { \ 326 (head)->hh.tbl->num_items, _count ); \
|
| /freebsd-10-stable/sys/sys/ |
| D | _umtx.h | 64 volatile __uint32_t _count; member
|
| D | linker.h | 152 void *_start, void *_stop, int *_count);
|
| D | acl.h | 394 acl_t acl_init(int _count);
|
| /freebsd-10-stable/contrib/compiler-rt/lib/ |
| D | atomic.c | 58 __c11_atomic_store((_Atomic(uint32_t)*)&l->_count, 1, __ATOMIC_RELEASE); in unlock() 65 while (!__c11_atomic_compare_exchange_weak((_Atomic(uint32_t)*)&l->_count, &old, in lock()
|
| /freebsd-10-stable/contrib/file/src/ |
| D | file.h | 299 uint32_t _count; /* repeat/line count */ member 304 #define str_range _u._s._count
|
| /freebsd-10-stable/sys/kern/ |
| D | bus_if.m | 251 * @param _count hint at the size of range required - pass @c 1 267 u_long _count; 419 * to start at @p _start and to include @p _count indices in its 427 * @param _count the size of the resource range 435 u_long _count; 450 * @param _count the address of a location to receive the size
|
| D | kern_umtx.c | 3311 rv = fueword32(&sem->_count, &count); in do_sem_wait()
|
| /freebsd-10-stable/tools/test/netfibs/ |
| D | forwarding.sh | 597 local _n _reply _line _edge _type _fib _count _rc _ec _status 627 while read _fib _count; do 630 if test ${_count} -gt 0; then 642 ${_count} ${_rc} ${_em}
|
| /freebsd-10-stable/sys/powerpc/powerpc/ |
| D | mmu_if.m | 536 * @param _count array elements 542 int _count; 550 * @param _count number of pages in mapping 555 int _count;
|