| /src/crypto/external/cpl/trousers/dist/src/tcs/ |
| tcsi_evlog.c | 326 UINT32 i, j, event_count, aggregate_count = 0; local 342 event_count = UINT_MAX; 343 if ((result = TCS_GetExternalPcrEventsByPcr(i, 0, &event_count, 349 LogDebug("Retrieved %u events from PCR %u (external)", event_count, i); 352 event_count = get_num_events(i); 354 if (event_count == 0) 357 if ((event_list = calloc(event_count, sizeof(TSS_PCR_EVENT))) == NULL) { 359 event_count * sizeof(TSS_PCR_EVENT)); 366 for (j = 0; j < event_count; j++) { 372 if (event_count == 0 [all...] |
| /src/external/bsd/wpa/dist/src/utils/ |
| eloop_win.c | 52 size_t event_count; member in struct:eloop_data 101 if (eloop.num_handles > eloop.reader_count + eloop.event_count + 8) 196 tmp = os_realloc_array(eloop.events, eloop.event_count + 1, 201 tmp[eloop.event_count].eloop_data = eloop_data; 202 tmp[eloop.event_count].user_data = user_data; 203 tmp[eloop.event_count].handler = handler; 204 tmp[eloop.event_count].event = h; 205 eloop.event_count++; 217 if (eloop.events == NULL || eloop.event_count == 0 || 221 for (i = 0; i < eloop.event_count; i++) [all...] |
| /src/external/bsd/libevent/dist/ |
| poll.c | 75 int event_count; /* Highest number alloc */ member in struct:pollop 159 pop->event_count * sizeof(struct pollfd)); 245 if (pop->nfds + 1 >= pop->event_count) { 249 if (pop->event_count < 32) 252 tmp_event_count = pop->event_count * 2; 263 pop->event_count = tmp_event_count;
|
| event-internal.h | 232 int event_count; member in struct:event_base
|
| event.c | 1311 r += base->event_count; 1353 return (base->virtual_event_count > 0 || base->event_count > 0); 3219 base->event_count--/++; 3222 ((base)->event_count -= !((flags) & EVLIST_INTERNAL)) 3224 ((base)->event_count += !((flags) & EVLIST_INTERNAL)); \ 3225 MAX_EVENT_COUNT((base)->event_count_max, (base)->event_count); \
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| poll.c | 74 int event_count; /* Highest number alloc */ member in struct:pollop 158 pop->event_count * sizeof(struct pollfd)); 244 if (pop->nfds + 1 >= pop->event_count) { 248 if (pop->event_count < 32) 251 tmp_event_count = pop->event_count * 2; 262 pop->event_count = tmp_event_count;
|
| event-internal.h | 232 int event_count; member in struct:event_base
|
| event.c | 1309 r += base->event_count; 1351 return (base->virtual_event_count > 0 || base->event_count > 0); 3216 base->event_count--/++; 3219 ((base)->event_count -= !((flags) & EVLIST_INTERNAL)) 3221 ((base)->event_count += !((flags) & EVLIST_INTERNAL)); \ 3222 MAX_EVENT_COUNT((base)->event_count_max, (base)->event_count); \
|
| /src/sys/arch/macppc/dev/ |
| apm.c | 73 int event_count; member in struct:apm_softc 175 sc->event_count = 0; 356 if (sc->event_count == APM_NEVENTS) { 361 sc->event_count++; 379 if (sc->event_count) 404 kn->kn_data = sc->event_count;
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| events.c | 326 #define EVENT_BUFFER_READ(event_count, event_buf, buflen, delay) do { \ 336 (event_count) = kevent(event_kq, (struct kevent *) 0, 0, (event_buf), \ 407 #define EVENT_BUFFER_READ(event_count, event_buf, buflen, delay) do { \ 412 (event_count) = ioctl(event_pollfd, DP_POLL, &dvpoll); \ 487 #define EVENT_BUFFER_READ(event_count, event_buf, buflen, delay) do { \ 488 (event_count) = epoll_wait(event_epollfd, (event_buf), (buflen), \ 1018 int event_count; local 1080 event_count = select(event_max_fd + 1, &rmask, &wmask, &xmask, tvp); 1081 if (event_count < 0) { 1087 EVENT_BUFFER_READ(event_count, event_buf [all...] |
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| mon.c | 56 count_type event_count[nr_mon_events]; member in struct:_cpu_mon 146 monitor->event_count[event] += 1; 381 if (monitor->cpu_monitor[cpu_nr].event_count[mon_event_icache_miss]) 386 monitor->cpu_monitor[cpu_nr].event_count[mon_event_icache_miss]), 387 (monitor->cpu_monitor[cpu_nr].event_count[mon_event_icache_miss] == 1) ? "" : "es");
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| mon.c | 56 count_type event_count[nr_mon_events]; member in struct:_cpu_mon 146 monitor->event_count[event] += 1; 381 if (monitor->cpu_monitor[cpu_nr].event_count[mon_event_icache_miss]) 386 monitor->cpu_monitor[cpu_nr].event_count[mon_event_icache_miss]), 387 (monitor->cpu_monitor[cpu_nr].event_count[mon_event_icache_miss] == 1) ? "" : "es");
|
| /src/external/gpl3/gcc/dist/c++tools/ |
| server.cc | 629 int event_count; local 634 event_count = epoll_pwait (epoll_fd, events, max_events, -1, &mask); 682 event_count = pselect (limit, &readers, &writers, NULL, NULL, &mask); 684 event_count = select (limit, &readers, &writers, NULL, NULL); 689 event_count = -1; 695 if (event_count < 0) 711 event_count = 0; 715 while (event_count--) 724 unsigned data = events[event_count].data.u32;
|
| /src/external/gpl3/gcc.old/dist/c++tools/ |
| server.cc | 629 int event_count; local 634 event_count = epoll_pwait (epoll_fd, events, max_events, -1, &mask); 682 event_count = pselect (limit, &readers, &writers, NULL, NULL, &mask); 684 event_count = select (limit, &readers, &writers, NULL, NULL); 689 event_count = -1; 695 if (event_count < 0) 711 event_count = 0; 715 while (event_count--) 724 unsigned data = events[event_count].data.u32;
|
| /src/external/bsd/jemalloc/dist/test/stress/pa/ |
| pa_microbench.c | 645 size_t event_count = load_trace_file( local 647 if (event_count == 0) { 664 g_alloc_records = malloc(event_count * sizeof(allocation_record_t)); 688 simulate_trace(num_shards, events, event_count, stats_interval);
|
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq-subs.c | 1184 u_long event_count; local 1210 event_count = CTL_PEER_NEVNT(assoc_cache[i].status); 1366 condition, last_event, event_count);
|