Searched refs:call_count (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/ntp/sntp/libevent/test/ |
| HD | regress_iocp.c | 116 int call_count; member 128 if (d_o->call_count < MAX_CALLS) { in dummy_cb() 129 d_o->keys[d_o->call_count] = key; in dummy_cb() 130 d_o->sizes[d_o->call_count] = n; in dummy_cb() 132 d_o->call_count++; in dummy_cb() 144 for (i=0; i < o->call_count; ++i) { in pair_is_in() 192 tt_int_op(o1.call_count, ==, 4); in test_iocp_port() 193 tt_int_op(o2.call_count, ==, 4); in test_iocp_port()
|
| /NextBSD/sys/dev/atkbdc/ |
| HD | atkbdc.c | 298 sc->kbd.call_count = 0; in atkbdc_setup() 300 sc->aux.call_count = 0; in atkbdc_setup() 419 ++q->call_count; in addq() 777 kbdcp(p)->kbd.call_count, kbdcp(p)->kbd.max_qcount, in read_kbd_data() 778 kbdcp(p)->aux.call_count, kbdcp(p)->aux.max_qcount); in read_kbd_data() 802 kbdcp(p)->kbd.call_count, kbdcp(p)->kbd.max_qcount, in read_kbd_data_no_wait() 803 kbdcp(p)->aux.call_count, kbdcp(p)->aux.max_qcount); in read_kbd_data_no_wait()
|
| HD | atkbdcreg.h | 184 int call_count; member
|
| /NextBSD/contrib/gcc/ |
| HD | ggc-common.c | 75 static int call_count (void **, void *); 331 call_count (void **slot, void *state_p) in call_count() function 458 htab_traverse (saving_htab, call_count, &state); in gt_pch_save()
|
| HD | ChangeLog-2003 | 36400 (call_count): New.
|
| HD | ChangeLog-2005 | 29024 (call_count): Update call to ggc_pch_count_object.
|
| /NextBSD/contrib/ncurses/ncurses/tinfo/ |
| HD | write_entry.c | 271 static int call_count; in _nc_write_entry() 365 if (call_count++ == 0) { in _nc_write_entry()
|
| /NextBSD/crypto/openssh/ |
| HD | monitor.c | 852 static int call_count; in mm_answer_authpassword() local 870 call_count++; in mm_answer_authpassword() 871 if (plen == 0 && call_count == 1) in mm_answer_authpassword()
|